libgdx / gdx-realsense

RealSense support for libGDX
52 stars 28 forks source link

gdx-realsense64.dll requires 32 bit libs? #2

Open jimthev opened 9 years ago

jimthev commented 9 years ago

To get gdx-realsense64.dll to load I had to install the 32 bit MS C Runtime (vcredist_x86.exe) and put "C:\Windows\System32\downlevel" on my path (to get API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL and 2 other dlls).

Is that correct?

badlogic commented 9 years ago

Hm, if it works. I tried dependency walker on the resulting dll. It's hard to tell what is needed. If you have suggestions on how to fix up the native build let me know. On Nov 29, 2014 6:55 PM, "jimthev" notifications@github.com wrote:

To get gdx-realsense64.dll to load I had to install the 32 bit MS C Runtime (vcredist_x86.exe) and put "C:\Windows\System32\downlevel" on my path (to get API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL and 2 other dlls).

Is that correct?

— Reply to this email directly or view it on GitHub https://github.com/libgdx/gdx-realsense/issues/2.