Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Categories
- All Discussions1,524
- General534
- Graphics109
- GPU Computing419
- Mobile141
- Pro Graphics163
- Tools158
In this Discussion
- gultepe February 7
Tags in this Discussion
- physx 272
Physx and OpenNI+NITE
-
Hello,
I am trying to integrate OpenNI, Nite and PhysX 3.1 together, and I have encountered a big problem.
OpenNI and NITE libraries are built with Multi Thread Dynamic runtime libraries, whereas the incoming Physx libraries are built with Multi Thread Static ones. I could fix this problem if it was only OpenNI, but NITE sources are not available like PhysX, and I simply cannot get them to compile in the same project.
Is it something I do not know about C++ programming, or is this impossible. If so, any suggestions?
Thanks in advance. -
1 Comment sorted by
-
Nevermind, I figured it out. It was linking the libraries with #pragma comment, resulting in a differently linked object.