Hi there, I'm trying to run the c++ sample project coming with the libpd API CppTest in the Visual C++ 2010 IDE. I imported the C++ API files of libpd, PdBase, PdReceiver, PdMidiReceiver and PdTypes, with corresponding source files in case of PdBase and PdTypes. I put as additional include directories the include folder of Pure Data and the libpd_wrapper folder. When I run the solution of the sample project it doesn't work due to an error during the linking phase, "error LNK2019" regarding unresolved externals.
What does it depends on?
Should I have any libpd additional static library provided with the linker?

Thank you