Is there any api/sdk for Delphi to use the G15 Logitech keyboard display?

All I managed to find uses "lgLcdLibWrapper.dll" in between which works only for 32bit projects. Would be nice to have a native solution without involving an extra DLL in between.

link|improve this question

75% accept rate
feedback

1 Answer

There is a Delphi library for the Logitech G15 written by a French author, pseudonym Delphitness.

The communication is based on the JVCL JvHIDController class, originally written by Robert Marquardt.

Here is the download site : DelphiFr GESTION-CLAVIER-G15-LOGITEC (in French).

This package will enable you to communicate with the Logitech controller without any dll.

link|improve this answer
Tried it but didn't work at all. – hikari Apr 1 at 20:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.