You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current errors are probably because a required library is not linked:
obj\Release\addons\ofxNI2\src\ofxNI2.o:ofxNI2.cpp|| undefined reference to `_imp__oniFrameAddRef'
obj\Release\addons\ofxNI2\src\ofxNI2.o:ofxNI2.cpp|| undefined reference to `_imp__oniFrameRelease'
...
More errors follow but not being shown.
I have added C:\Program Files\OpenNI2\Lib\OpenNI2.lib to the Build options > Linker settings, but the error persisted.
Any suggestions?
The text was updated successfully, but these errors were encountered:
I was using x64 libraries. Changed them to x86 and it worked. I am working on this fork https://github.com/brunoimbrizi/ofxNI2. I'll tidy things up and send a pull request once things are working fine on Windows.
I am trying to use ofxNI2 on Windows, but I haven't managed to compile the example yet. I started asking and documenting my progress on the openFrameworks forum:
http://forum.openframeworks.cc/t/openni-with-ofxni2-and-code-blocks/14896
The current errors are probably because a required library is not linked:
I have added C:\Program Files\OpenNI2\Lib\OpenNI2.lib to the Build options > Linker settings, but the error persisted.
Any suggestions?
The text was updated successfully, but these errors were encountered: