Problem with compiling PhysX v2.8.3

birdkingz

08-07-2010 19:00:28

I have followed everything on the NxOgre website's tutorial of setting up PhysX but I still cannot get it compile yet :(

I'm following this tutorial:
http://nxogre.org/compiling_nxogre_from_a_release

But what I got is
Error 1 fatal error LNK1104: cannot open file 'NxCooking.lib' NxOgre NxOgre
Warning 3 warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss c:\ogre\nxogre.1.5.5.bloodymess\sdk\nxogreaccumulativescenetimer.h 1 OGRE3DRenderSystem


and hundred of lines saying that the file contains a character that cannot be represented in the current code page.
BTW, I've changed the project's character set to "Use Multi-Byte Character Set" but I still got these kind of errors :(

Anyone know how to fix it?