[Lazarus] How to switch a project from 32 to 64 bit (on Windows 7 x64)?

Patrick Chevalley pch at ap-i.net
Tue May 28 13:03:36 CEST 2019


It is probably possible to cross compile from Windows to Linux (Gtk2) but this is difficult to setup because you need to copy a lot a Linux library to your Windows system. 
I don't know if Fpcupdeluxe can help with that? 

The other way is much more easy because the win32 LCL do not expect the Windows DLL to be there for linking. So compiling for Win32 or Win64 from Linux is just a matter of changing the target in the build mode.   

Patrick


More information about the lazarus mailing list