NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.35k stars 273 forks source link

cannot open file 'PhysX3CommonDEBUG_x86.lib' #62

Closed azAnne closed 5 years ago

azAnne commented 6 years ago

I try to build the SnippetHelloWorld in vs2017. 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.

AlesBorovicka commented 6 years ago

Snippets.sln contains just snippets. You need to build first the SDK itself. https://github.com/NVIDIAGameWorks/PhysX-3.4/tree/master/PhysX_3.4/Source/compiler/vc15win32

More information can be found in: https://github.com/NVIDIAGameWorks/PhysX-3.4/blob/master/PhysX_3.4/Documentation/PlatformReadme/windows/readme_windows.html