This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
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?
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
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]