vparot / javahidapi

Automatically exported from code.google.com/p/javahidapi
0 stars 0 forks source link

Please make 64-bit hidapi-jni.dll #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem
1. 64-bit Win7 then run javahidapi\src\com\codeminders\hidapi .java code 
changing one line to System.load("g:\\HidApi2\\hidapi-jni.dll");
2.
3.

What is the expected output? What do you see instead?
G:\HidApi2\hidapi-jni.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

What version of the product are you using? On what operating system?
javahidapi-20111221
64-bit Win7

Please provide any additional information below.
Tried to build 64-bit version in VS 2010 got -- "fatal error C1902: Program 
database manager mismatch."  Tried to pin down the miss match.  My best debug 
tricks failed.

Original issue reported on code.google.com by PeterThe...@hmtown.com on 11 Feb 2012 at 12:54

GoogleCodeExporter commented 8 years ago

Original comment by kroko...@gmail.com on 11 Feb 2012 at 2:03

GoogleCodeExporter commented 8 years ago
Made 64-bit version in VS 2008.
Take the update, please.

Original comment by volokh@codeminders.com on 15 Feb 2012 at 3:58

GoogleCodeExporter commented 8 years ago
I cant find the 64bit DLL-s?

Original comment by joonas.h...@gmail.com on 7 Mar 2012 at 7:20

GoogleCodeExporter commented 8 years ago
Where can we get the 64-bit version?

Original comment by bozo.o...@gmail.com on 14 Mar 2012 at 8:47

GoogleCodeExporter commented 8 years ago
Please take the updated project.
Load hidapi.sln and select in the "Configuration properties" Configuration 
manager active solution platform:x64.
Build the 64-bit version.
x64\Release\ hidapi-jni.dll will be created. 

Original comment by volokh@codeminders.com on 14 Mar 2012 at 9:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by kroko...@gmail.com on 1 Aug 2012 at 1:39

GoogleCodeExporter commented 8 years ago
I tried to compile the 64bit version on Windows 7, but when executing it, it 
just says nothing to compile and just does nothing. To me it seems there is the 
configuration for the 64 bit build task missing. Could it be that this is not 
committed?

Original comment by mirkoj...@gmail.com on 26 Aug 2012 at 1:07

GoogleCodeExporter commented 8 years ago
This could be issue of installation of MS Studio
If you use MS Studio 2009 and install it using default option then you do not 
have x64  compiler. You need to modify your installation and make sure that 
option "install 64bit compiler" is checked.

Original comment by dshm...@codeminders.com on 3 Sep 2012 at 9:19