mohankreddy / javadrone

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

build win32 DLLs for javahidapi #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We currently ship only mac and linux native libraries to work with 
GameController. I tried to build windows DLLs. They seems to find controller 
but could not read events from it.

This is the task where somebody who have PS3 controller and experienced in 
Windows programming could help.
Source code to build DLLs could be found http://code.google.com/p/javahidapi/

New DLLs need to be tested with ControllerTest java application which is part 
of javadrone project. It currently works well on Mac/Linux.

Original issue reported on code.google.com by kroko...@gmail.com on 6 Jun 2011 at 1:04

GoogleCodeExporter commented 9 years ago
We need to build both 32-bit and 64-bit  DLLs

Original comment by kroko...@gmail.com on 6 Jun 2011 at 1:05

GoogleCodeExporter commented 9 years ago
We also need a way to discern which library should be loaded based on platform. 
Only OSX provides universal binaries.

Original comment by normen667 on 7 Jun 2011 at 1:21

GoogleCodeExporter commented 9 years ago

Original comment by kroko...@gmail.com on 19 Jul 2012 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by dshm...@codeminders.com on 26 Jul 2012 at 5:18

GoogleCodeExporter commented 9 years ago
Libraries are now integrated inside hidapi-1.1.jar 
Windows 64/32 also included 

please use 
com.codeminders.hidapi.ClassPathLibraryLoader.loadNativeHIDLibrary();
to load them.

Please note that Windows has issue with PS3 controller. Windows standard driver 
does not send special signal to PS3 controller for generation on regular 
events. Please install this one  http://www.motioninjoy.com/

Original comment by dshm...@codeminders.com on 8 Aug 2012 at 10:27