Einzelnen Beitrag anzeigen

MathiasSimmack
(Gast)

n/a Beiträge
 
#6

Re: Inno Setup ISCmplr.dll in eigene Anwendung einbauen ?

  Alt 29. Apr 2008, 14:54
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.
  Mit Zitat antworten Zitat