BBS: Inland Empire Archive Date: 10-30-92 (00:54) Number: 375 From: MING ONG Refer#: NONE To: LANCE PETERSON Recvd: NO Subj: Re: Size limits with Quic Conf: (2) Quik_Bas
-=> Quoting Lance Peterson to All <=- LP> I was wondering if someone could help me figure out how to best LP> utilize my space available with my XT. I've got 640k with a 20 meg LP> hard drive and am wondering how to increase (or enlargen) the LP> potential size of my programs. I'm currently working on a bbs door LP> game using DOORSORC 3.2 and it's nice to work with , but I am coming LP> to t the point where I will run out of room to add to my program. LP> I'm thinking that one possible solution would be to add to the .LIB, LP> but I don't know for sure how to do this. Can someone help me..... LP> -= Lance =- LP> p.s. QuickBasic 4.5 One way to reduce the size of the EXE program is to compile the program to use a Run Time library (BRUN45). If you have multiple EXE files you will save lots of space. To generate a library full of procedures, use LIB.EXE Generate a Library reponse file: 1.obj+2.obj+3.obj...nth.obj File it as say Libresp.dat To make the library: LIB @LIBRESP.DAT Some features are lost using a run time library. I will tell you more about that if and when you come to it. Regards, Ming ... Ahh! Come on George, just this one last little feature! --- Blue Wave/TG v2.10 [NR] * Origin: ValleyNet NC * The Cactus Connection (602)581-3162 (1:114/169.0)
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET