Home | Reviews | GUIpedia | Forum | Fun500


agumaSpark 4
So far my goal is to make it as fast as possible in QBASIC. I could use C or FreeBASIC or some other dialect, but C doesn't support libraries as easily, FreeBASIC is buggy in DOS, and I don't want to learn another language just to make a GUI. Using XMS, I can still do everything about the same as in FB, except I can't use giant arrays for all the controls anymore; the controls will be written in my scripting language. But it's still as fast as FB! Yay! :P
2009-04-252:27 PM

trollyRe:Spark 4
C support well libraries, you have juste to include .h files and in the linker step you link your main object with the other components objects
2009-04-257:21 PM

GUIs


2021 Brandon Cornell