Time to change the website ?

Everything else that doesn't fall into one of the other PB categories.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Time to change the website ?

Post 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]
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post 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.
--Kale

Image
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Re: Time to change the website ?

Post 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.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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 :)
Doobrey
Enthusiast
Enthusiast
Posts: 218
Joined: Sat Apr 26, 2003 4:47 am
Location: Dullsville..population: me
Contact:

Post 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.
Post Reply