I don't think so.jorgen wrote:Space Boy, you must replace "program" with "library" in test_dll.lpr
Dll is called dynlib on mac, but I dont think you can do it with FPC yet. It compiles, but the .dynlib doesnt work/load. (unless they have fixed it recently)
cheers
jorgen
Check carefully what I wrote.
The "test_dll.lpi/test_dll.lpr" compiles (under Lazarus) to an application (i.e. .exe) that, when executed, loads two .dlls. The individual .dlls are compiled from the other project files, "mydll.lpi" for the Lazarus .dll and "mydllD.dpr" for the Delphi .dll.



