Xeiron / sndfile.rs

A safe rust wrapper of libsndfile
MIT License
10 stars 7 forks source link

link error: LINK : fatal error LNK1181: 无法打开输入文件“sndfile.lib” #8

Open yollpoll opened 1 year ago

yollpoll commented 1 year ago

I put the dll and lib file in root/libs and it dosen't work but it works when I put these lib in root.

newproplus commented 1 year ago

My error is note: LINK : fatal error LNK1181: cannot open input file 'sndfile.lib'. And I have followed https://github.com/libsndfile/libsndfile build from libsndfile's source code.