PDA

Click to See Complete Forum and Search --> : Cross platform programming [in BASIC]?


wwwfilmfilercom
Feb 28th, 2006, 04:52 PM
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?

Kasracer
Feb 28th, 2006, 11:45 PM
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.