Cross compiling
Posted: Wed Jun 08, 2005 9:05 pm
May be in the future ... we can have cross compiling ... compile in windows an generate the standalone for linux mac and amiga ... i think it is little bit harder ... but i would be great 

http://www.purebasic.com
https://www.purebasic.fr/english/
Already discussed, please use the forum search.Kaisen2100 wrote:May be in the future ... we can have cross compiling ... compile in windows an generate the standalone for linux mac and amiga ... i think it is little bit harder ... but i would be great
Code: Select all
put "sometext" into field "My Field"
Code: Select all
add "this object" to "this object container" and set "this object color" to black
Code: Select all
for i = 0 to 10000000 (10 million :P)
; do nothing
next i
DarkDragon wrote:Kaisen: how about posting a reply in the old topic and not in a new one O_o? And how about editing your last post instead of answering again?
And another good crossplatform language(which is also used by many many many many many ... companies) is Java. Not Cross Platformcompiling but Runtime bytecode
. IIRC OO.org uses it.
But I would also love to see it in PB. CrossPlatform compiling seems to be very good to me.
Ohhthefool wrote:openoffice? oo is written in c++
however some functions needs java but its possible to run without it.
Yes ... you're right ... but for people like me ... that owns a Macihtosh G3 IBook, and a P 4 2,6 with Mandriva Linux 2005 and Windows XP Pro ... it is agreat feature to cross compile ... and after that test the program in all the 3 platformsGreenGiant wrote:Surely this would be a bit of a waste of time for Fred. Nobody would surely release a program for a platform without doing some kind of checking to see that it worked. You'd need a computer of that platform just to check things were working, and then you may aswell compile on that machine. And were there any problems after release, how could you offer support if you didn't have access to a computer running that OS to test it? You can't really check it using emulators either, they're never going to be quite the same.