Hi Tony, > Lazarus appears to suggest that one could just recompile the code to > suit whatever OS but how does that work if one's code uses some > implicit Windows calls, as I suspect most code written under Windows > does?
Some while ago I had to write a large application for Linux. I started developing it in Windows using Lazarus. At the end when it was full functional, I installed Linux on a virtual machine (VMWare), installed Lazarus for Linux in it, copied the source code, hit compile, and that's all.. Without any change it run's now in Linux. Very nice product... PS: I did not used any external components, except a DLL for SQLite. But as in Windows, just download and copy the right DLL for Linux and it runs without any problem. -- mvg, Wilfried http://www.mestdagh.biz http://www.comfortsoftware.be http://www.expertsoftware.be _______________________________________________ Delphi mailing list [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi
