PhysX
PhysX copied to clipboard
I can not link physx 5.3.0 library from vcpkg into my project
Library and Version
PhysX v5.3.0 from vcpkg
Operating System
Windows 11, visual studio 2022, v142 toolset
Steps to Trigger Behavior
- install physx:x64-windows using vcpkg
- link 15 libs into project
- compile failed as lnk2019 error
Code Snippet to Reproduce Behavior
Expected Behavior
compile pass
Actual Behavior
compile failed
Hi @ChivenZhang - if you follow the instructions here, does it work? https://omni-101.github.io/omniverse/2023/07/07/omniverse-physx-vcpkg-port/
It does works, Thanks. But I wonder why I can not use physx in ordinary way, just install the library and link it. I remember it worked in version 3.8, but not in version 5.0+.
Hi @ChivenZhang - sorry we cannot help with linker/build config beyond pointing you to the unofficial vcpkg port docs.