Delphi defaults to a `register` calling convention that the C compilers usually
don't support. You need to use
function OpenDataFile(FileName: PChar): int32; stdcall;
procedure CloseDataFile(Handle: int32); stdcall;
Run
- dynamic lib works properly when interfacing with python, fails w... okapi210
- Re: dynamic lib works properly when interfacing with python... mashingan
- Re: dynamic lib works properly when interfacing with py... okapi210
- Re: dynamic lib works properly when interfacing wit... Araq
