Moin gmc,
ich zitier' mich mal eben selber:
Zitat von
Christian Seehase:
BTW:
Zitat von
PSDK - LoadLibrary - Remarks:
The search path can be altered using the SetDllDirectory function. This solution is recommended
instead of using SetCurrentDirectory or hard-coding the full path to the DLL.
Da LoadLibrary zuerst
immer im Programmverzeichnis sucht, und diese ja bei Dir im Programmverzeichnis liegen, solltest Du es einfach mal mit
LoadLibrary('meine.dll');
ausprobieren.
In allen anderen Fällen gibst Du ja einen Pfad mit an, und wenn es .\ ist.