Example:
Code: Select all
Function function1(param1:pchar;param2:pchar):pchar; stdcall;
begin
Result := 'foobar';
end;
One more reason to revive my Delphi 7 install.
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
Code: Select all
Function function1(param1:pchar;param2:pchar):pchar; stdcall;
begin
Result := 'foobar';
end;