Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Tags in this Discussion

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.