Hzlp about C++ DIRECTINPUT DLL

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
Frenchy
Posts: 2
Joined: Tue Oct 21, 2014 4:56 am

Hzlp about C++ DIRECTINPUT DLL

Post by Frenchy »

Hi,

i have built a dll code with all calls to Directinput interface (VS2012)
i would use this DLL for other langage (Autoit) and could test the joystick or mouse or keyboard

so i have no problem to code in the DLL, exported the function...

i ma using the prototyp of DI -> i create the device then setdataformat, then set cooperative level ,
no problem with return Code but, as i try to acquire() the device (any device) the program freezes and crash. :oops:

may be i couldn't use Acquire() method inside a Dll?? Anybody has tried to write a directinput Dll?

thanks for your help
Terry
Post Reply