Registriert seit: 21. Jul 2006
Ort: Hamburg
143 Beiträge
Delphi 12 Athens
|
AW: Wie lade ich eine DLL zur Laufzeit.
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.
|