Missing PxLoader.lib

I think I have everything set up for PhysX in visual studio 2010 however I get this error LNK1181: cannot open input file ‘PxLoader.lib’ and I have searched high and lo in the documentation and lib folder and cannot find this file. What is missing. I am using PhysX 3.2.1 if that helps.

Hi,

can you give us the linker options?
Maybe you are trying to link against it.

Ok… they are
“PhysX3_x86.lib”
“PxTask.lib”
“PhysX3Extensions.lib”
“PhysX3Common_x86.lib”
“PhysX3Cooking_x86.lib”

are the ones I am using.

Fixed it thanks though.