yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Windows 64 bit support #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Win 7 64 bit, java 64 bit, openni, nite, primesense 64 bit
2. Run processing and attempt to use simpleopenni (examples will do)

What is the expected output? What do you see instead?
Should work, instead get UnsatisfiedLinkError for SimpleOpenNI.dll - Can't load 
IA 32-bit on a AMD 64-bit platform

What version of the product are you using? On what operating system?
.20 version on Windows 7 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by tuftsmo...@gmail.com on 12 Aug 2011 at 7:39

GoogleCodeExporter commented 8 years ago
That's normal, since the sensorKinect mod from avin2 is only in 32bit (unless 
you recompiled it).
This is unfortunately the only element that keep everybody in 32bit mode. 
You'll have to uninstall the 64 bits version and re-install the 32 bits version 
until the avin2 SensorKinect is out in a 64bits version. Or you can try to 
recompile it yourself, it would be a great present to the community !

Original comment by bkuperb...@gmail.com on 18 Aug 2011 at 9:16

GoogleCodeExporter commented 8 years ago
Little update to that issue, the avin2 sensorKinect driver got 64-bit support 
for Windows !
This may be a good time to get x64 support for simple-openni !

Original comment by bkuperb...@gmail.com on 30 Sep 2011 at 8:09

GoogleCodeExporter commented 8 years ago
Hi,
I managed to compile simple-openni on windows 64 bit
Hope this can help someone.

I compiled against:
- boost_1_47_0 with Libs from http://boost.teeks99.com/
- eigen-3.0.3
- swigwin-2.0.4
- OpenNI 1.3.4.3
- Nite 1.4.2.4
using SensorKinect x64 5.0.3.4

I can run the processing samples

Original comment by boris.fritscher on 3 Nov 2011 at 10:00

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks man you rock ! 
I'll test it and tell you about it.

Original comment by bkuperb...@gmail.com on 3 Nov 2011 at 11:38

GoogleCodeExporter commented 8 years ago
From version 0.22 there is 64bit support for windows.

Original comment by m...@paus.ch on 20 Nov 2011 at 7:07