Registriert seit: 7. Sep 2006
Ort: Berlin
439 Beiträge
Delphi 12 Athens
|
Re: openlibsys.org Open source driver
6. Mai 2008, 13:44
Set a debug breakpoint before the line:
ring := LoadLibrary(PChar(Pfad));
and check the content of the Pfad variable. Maybe some backslash is missing.
Devid
|