I've added the bin folder to system PATH as well "libsndfile-1.dll" to the main directory of the program.
I've linked the include directories and added the "libsndfile-1.lib" library from codeblocks's library linker.
I've made and linked additional
.a
s from the dll and from the original definition file. Because it will complain otherwise.
After I've discovered that the header file does not define a function implied in the vast amount of examples.. I ran a program that only contains refers to the available functions. https://github.com/michaelwu/libsndfile/blob/master/examples/sfprocess.c Of course, something will not work again, because when I ran the program it threw the runtime error : The application was unable to start correctly (0xc000007b)
What am I missing now?