Monthly Archives: July, 2009
Getting FCollada to compile with VC++ 2008
When trying to build from the converted VC2005 solution file, you will encounter quite a few errors regarding mismatching declaration of _vsnprintf.
error C3163: ‘_vsnprintf’: attributes inconsistent with previous declaration
the last post in this thread clarifies how this error arrises in common practice. To get it to compile I commented out these lines:
FUtils\Platforms.h:145
LibXML\config.h:92
LibXML\include\win32config.h:90
DLLEntry:40 (this one [...]