Page 1 of 1
It's possible compile from lazarus on salix packages for win
Posted: 12. Mar 2011, 16:37
by zerdna
Hi, I need your help

.
I making an database in mysql and creating interface in lazarus but in my class need the aplication run in Windows Os. My question is?
It's possible compile from lazarus on salix, packages for windows? for example, I develop a aplication for data base in lazarus from salix, can I export for Windows users, or I need compile in Windows OS.
Thank you for your tips...
Julio Torres Vazquez

Re: It's possible compile from lazarus on salix packages for
Posted: 12. Mar 2011, 16:40
by gapan
I think you're asking about cross compiling windows binaries on linux.
Google showed this:
http://wiki.lazarus.freepascal.org/Cros ... nder_Linux
Hope it helps.
Re: It's possible compile from lazarus on salix packages for
Posted: 13. Mar 2011, 05:49
by zerdna
Thank you for your answer.
See you later.
Re: It's possible compile from lazarus on salix packages for
Posted: 13. Mar 2011, 17:20
by sqlpython
WoW! You sparked my interest again, Zerdna.
In 1983 Borland's Turbo Pascal was my first use of a Programming IDE.
Coming to Linux I have tried a number of times to use Lazarus. It seemed to never have resurrected properly.. Last look at Lazarus for me was about 2003.
I went over to take a look and while still an ambitious understaffed project it is still in various pieces....
Marked Under Development.. or is that Under Developed.. ?
How many years will they take to get this off the ground..?
I hope the finish up the QT component One Day.
No, I can't help them. I don't build compilers..

Re: It's possible compile from lazarus on salix packages for
Posted: 11. May 2011, 12:51
by baran
Hi,
I am using Lazarus too. I mean it is great language. I developed in Delphi and this were good lang when I overcome to linux.
Yes you can develope Win app under Linux. You must use "fpc_crosswin ..." (download it and read guide from the Lazarus web). But be careful !!!
- Some forms looks a little otherwise like in Linux. Not so much. This problem is big in Ubuntu (one's own ubuntu fonts).
- Some forms can have other proportions (other fonts and text can look a little otherwise like in Salix).
- MySQL Component in Lazarus 0.9.28 can't work with mysql client in Salix (other version).
Well I use SQLite in Lazarus for desktop apps.
Rene