Hello Emre, > I downloaded and compiled FreeType library but it did not solve my problem, > it still gives this error both in Release and Debug compile
You did not need to download and compile it, just download the new 3rd party bundle from Mike Weiblen's SVN: https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs80sp1/ or https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs71/ Then, and this is important, you need to re-do the CMake config. Either A) Delete your CMakeCache.txt file and then re-run CMakeSetup so it will detect the correct library names. Or B) Start CMakeSetup, enable Show Advanced Values, and change them manually. From memory, the ones that need changing are: PNG_LIBRARY = libpng.lib --> libpng13.lib PNG_LIBRARY_DEBUG = libpngd.lib --> libpng13d.lib FREETYPE_LIBRARY = libfreetype219.lib --> libfreetype235.lib FREETYPE_LIBRARY_DEBUG = libfreetype219_D.lib --> libfreetype235_D.lib ZLIB_LIBRARY = zlib.lib --> zlib1.lib ZLIB_LIBRARY_DEBUG = zlibd.lib --> zlib1d.lib (but double-check with the contents of 3rdParty/lib to be sure that all your libraries have the right names) Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [EMAIL PROTECTED] http://whitestar02.webhop.org/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org