Page 1 of 1

Time to change the website ?

Posted: Sun Mar 27, 2005 7:37 pm
by Polo
I think it should be time to change the website, because something considered as an aim should not be considered to something already done ;)
The key features of PureBasic are portability (Windows, AmigaOS and Linux are currently fully supported)
Source code is fully portable between AmigaOS, Windows and Linux, for both games and applications
[/code]

Posted: Sun Mar 27, 2005 8:22 pm
by Kale
PB Site wrote:Huge set of internal commands (600+) to quickly and easily build any application or game
should read 830+ commands. Plus the screen shots still are old ones.

Re: Time to change the website ?

Posted: Mon Mar 28, 2005 12:18 am
by Doobrey
Polo wrote:
The key features of PureBasic are portability (Windows, AmigaOS and Linux are currently fully supported)
Don`t worry, the Amiga version is getting there. 8)
There`ll be a few minor differences, but hopefully nothing major.

Posted: Mon Mar 28, 2005 9:42 am
by Polo
Last time I tried to make an app, without using api on windows, and after getting it working i tried to compile it on linux, well... I discovered some minor change that has made my app not portable at all :)

Posted: Mon Mar 28, 2005 10:08 pm
by Doobrey
There`ll always be minor variations between the different versions cos of the OS`s
eg. the Amiga version has different file attributes compared to Win32, no way around it except rewrite the OS to match Windows..(before you even ask.. NO )

Luckily most differences can be wrapped between CompilerIf - CompilerEndif for each OS.