I am new to PhysX, and I downloaded the PhysX3.4 and visual studio2017. I am using visual studio2017 to built the snippets.sln file in compiler folder. When I run it, I get the error shows:
Unable to start program ‘D:\physx\3.4\PhysX_3.4\Snippets\compiler\vc15win32./…/…/lib/vc15win32\SnippetUtilsDEBUG.lib’.
D:\physx\3.4\PhysX_3.4\Snippets\compiler\vc15win32./…/…/lib/vc15win32\SnippetUtilsDEBUG.lib is not a valid Win32 application.
I try to build the SnippetHelloWorld.
The output shows:
3>LINK : fatal error LNK1104: cannot open file ‘PhysX3CommonDEBUG_x86.lib’
3>Done building project “SnippetHelloWorld.vcxproj” – FAILED.
I checked all the folders and I didn’t find the PhysX3CommonDEBUG_x86.lib.
Hi, I’ve got the same issue with debugging Snippets, but I’ve built PhysX beforehand. Also, I have built and run Samples with PhysX Visual Debugger successfully.
My IDE is VS2015, as there are failures if compiling with VS2017 though.
Thanks for helping.