Registriert seit: 8. Mai 2005
Ort: Sondershausen
4.274 Beiträge
Delphi 6 Personal
|
AW: Logitech G19 LCD DLL
12. Apr 2013, 20:54
function LogiLCDInit(friendlyName: PWChar; lcdType:integer):Bool; external 'LogitechLCD.dll'; stdcall;
...
if LogiLCDInit(PWChar(MeinDingsString), 0815) then ...
|