Not sure if this is even an acceptable question, but I figured it's an IDE so...
I'm trying to write a small program in qb4.5, which has happily worked on my computer (XP SP3) for a while now. For some reason though it is now sluggish and error-prone. As the title reads, if I try to open a file then QB crashes out. A virus recently attacked my registry (among other things), and after removing it and fixing many entries there are probably some entries that I haven't corrected that may affect this.
The QuickBASIC IDE (->
QB.EXE
) is a self-contained application. QuickBASIC doesn't use the MS DOS editor (EDIT.COM
) as an input screen. The QB IDE offers several features you won't find inEDIT.COM
, for example a SUB/FUNCTION browser, live syntax checking, compile+launch menu, ...The styling of the QB IDE looks very similar to the appearance of
EDIT.COM
but it's a different application. In fact, one can run QB.EXE in DOSBOX without even having EDIT.COM installed.