Cross platform programming [in BASIC]?
hi, i've already posted a similar thread on the vb general forum but wanted to try another camp...
im mostly versed in vb yet would like to create applications for mac and linux.
ive had realbasic recommended to me - can anyone advise of any other programming tool i could use?
Re: Cross platform programming [in BASIC]?
C++ /w wxWidgets is a powerful combination. I know you may not want that suggested since it's not a Basic language, but with GUI development tools for wxWidgets on multiple platforms, it's almost as easy to make GUIs for wxWidgets as VB.Net.
You could also look into Mono. Then you can write .Net applications that'll work on Linux and OS X.