Qbasicnews.com
My Work In Progress IDE. - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: My Work In Progress IDE. (/thread-6020.html)

Pages: 1 2 3 4


My Work In Progress IDE. - MystikShadows - 04-04-2005

Quote:i'm sorry to point that out. but from the screenies it seems to be coded in vb ( icon ? ). if that is the case i fear it's a little bit hard to port to linux Smile. unless you use .net and get every linux user to install mono heh..

on the ide itself: it looks really promising well done.

To MarzecTM:
Yeah it's VB....originally, I created this IDE to circumvent the limitations of the DOS ide for VB-DOS and the PDS (thus allowing to edit the full 16 Megs of code that these two allow with the use of overlays...Then FreeBasic came out and well....hence was born FreeBasic IDE lol...

To Barok:
I'm not sure how advanced the progress of FBXL is....Adosorken, status report please ;-). Even at that, the GUI part uses the windows API (atleast it did last time I heard of it) and that too is hard to port but maybe not as hard as VB lol. Hmmmm....wxWindows, Qt, GTK, TCL/TK might be usable for a multiplatform port.