I googled for the whole day and I'm crazy.
Itβs good that my problem is: I wrote my project vs, I indicated everything to βenableβ (by choosing project properties β configuration properties β VC ++ directories) and all extern library directories (in the same way). Then I specified all the additional libraries by selecting project properties β Linker β input β Additional Dependencies and adding all the paths of the .lib files. I press F7, it compiles without errors. I run the project and .. System error: libsndfile-1.dll is missing.
This is good, so I opened the vs console, I switched to the path libsndfile-1.def (and libsndfile-1.lib), and I did: "lib.exe libsndfile.def". Here I got another error: "LINK: fatal error lnk1104 lib.exe, cannot open libsndfile.lib"
I tried to download libsndfile.dll from the internet, but it still does not work. I also tried putting all the libraries in my source files in visual studio .. but again, no way.
Where am I mistaken?
Thank you in advance
EDIT: I saw that vs also doesn't find another dll!
source share