I try compile the Hanoi_r.pas inside Lazarus.
The code is code my I cannot import mydll.dll
Mydll.dll was develope..............
One details mydll.dll is wad compiled {x86platform target}
Procedure MyPrintPascal; external 'mydll.dll';
begin
argc[1]:=0;
MyPrintPascal()?
My Fix1== I try execute upx.exe on my dll
D:\...0win\coimport\Dlllist-of-imports>upx mydll.dll >>2
upx: mydll.dll: CantPackException: .NET files (win32/net) are not yet supported