Zitat von
devidespe:
Set a debug breakpoint before the line:
ring := LoadLibrary(PChar(Pfad));
and check the content of the Pfad variable. Maybe some backslash is missing.
This can't happen, because FileExists() would fail in that case...
The
DLL references some other DLLs that can not be found or exports in that DLLs could not be found.