Einzelnen Beitrag anzeigen

DaCoda

Registriert seit: 21. Jul 2006
Ort: Hamburg
143 Beiträge
 
Delphi 12 Athens
 
#6

AW: Wie lade ich eine DLL zur Laufzeit.

  Alt 21. Sep 2024, 18:04
Versuche es doch mal so:

Code:
const
  mydll = 'DLLMouseHook.dll';


function MouseHookProc(nCode: Integer; wParam: WPARAM; lParam: LPARAM); external mydll;
Debuggers don’t remove bugs, they only show them in slow-motion.
  Mit Zitat antworten Zitat