Page 1 of 1

QB4.5 Multi-Modular Programs?

Posted: Mon Jun 15, 2009 10:18 am
by Harry Potter
Under QuickBasic 4.5, how do I create a multi-modular program?

Posted: Tue Jun 16, 2009 5:10 pm
by DDastardly71
If you are programming inside the QB environment load each sub module(s) (.bas) file using File, Load File individually into your main module.

Posted: Tue Jun 23, 2009 11:47 am
by Harry Potter
Thank you. I'll try that.

Posted: Tue Jun 23, 2009 11:43 pm
by burger2227
You can also use multiple modules using CHAIN or LINK the modules using a command line with LINK.EXE.