Quickbasic 4.5 Compiler P

 BBS: Inland Empire Archive
Date: 06-01-92 (20:54)             Number: 149
From: JEAN CREPEAU                 Refer#: NONE
  To: BRYAN FLICK                   Recvd: NO  
Subj: Quickbasic 4.5 Compiler P      Conf: (2) Quik_Bas
In a message to ALL, BRYAN FLICK wrote:
BF=> I have written a BBS in  QuickBASIC 4.5. The BBS source code is  about
    70K long, and works great when  run in the interpreter, but when  I try
    to compile it, I get a message saying out of memory error and it  won't
    compile... I've tried compiling it  with the BRUN45.EXE option and  its
    still too big... It says something like 45827 bytes free, 0 bytes  left
    OUT OF MEMORY. Please tell me  there's a way to compile my  program! If
    not, can PDS 7.1 do it? Where can I get PDS 7.1? (What is PDS 7.1?)

        Try to  compile it  with the  /s option  which will  save the  long
strings in the object file instead of in the symbol table. If you have many
large strings, this will save a considerable amount of memory.
                Jean
---
 * Origin: INTERACESS Montreal (QC) Canada (514) 528-1415 (1:167/280)
Outer Court
Echo Basic Postings

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