Page 2 of 2

Posted: Tue Feb 13, 2007 2:59 am
by Aku-Aku
Combuster wrote:There are a few platform-independent BASIC compilers in existance. You might want to check out FreeBasic which has pretty much everything to pull off that sort of thing. (I use it to write drivers)
Thanks for your reply.
Could you help me, how should compile and link a GUI program for non-Windows, non-Unix and non-Linux environment?

Posted: Tue Feb 13, 2007 5:05 am
by Combuster
Just like any other part of your OS?

FreeBasic isnt perfect either - it needs the runtime which you need to port (actually, it relies for the larger part on a working libc so you need that first). Also, you will need graphics drivers before you can do anything related to UI development.

But this goes pretty much off-topic