Zitat von
Bernd Nowak:
ISCmplr.dll
Wie kommst du darauf, dass diese Bibliothek mit C geschrieben wurde? Das Ding ist ein normales Delphi-Projekt (ISCmplr.dpr)
Delphi-Quellcode:
function ISDllCompileScript(const Params: TCompileScriptParamsEx): Integer; stdcall;
function ISDllGetVersion: PCompilerVersionInfo; stdcall;
exports
ISDllCompileScript,
ISDllGetVersion;
Dürfte dann ab hier nicht mehr schwer sein.