Original Post
Hi, I installed FCollada FREE 3.05B, and tried compiling it using VS2008. However, I was getting compilation errors and made changes as suggested by purga on this thread. After making these changes, I compiled "Release Unicode DLL" config of Fcollada project and FColladaU.lib and .dll were generated in the following location : "C:\Program Files\Feeling Software\FCollada\Output\Release Unicode DLL Win32\" Then I created a new visual studio project with just one file main.cpp which looks like this: #include #include "FCDocument/FCDocument.h" int main(int argc, char *argv[]) { return 0; } I get the same errors as reported on this thread. My project setting are as follows: Additional Incl Dir: "C:\Program Files\Feeling Software\FCollada" Preprocessor Definitions: WIN32;NDEBUG;FCOLLADA_DLL Additional Lib Dir: "C:\Program Files\Feeling Software\FCollada\Output\Release Unicode DLL Win32" Additional Dependencies: FColladaU.dll I even tried changing Additional Dependencies to FColladaU.lib but the same errors are thrown.