Chaining Aborts?????

 BBS: Inland Empire Archive
Date: 01-16-93 (14:46)             Number: 353
From: MATT HART                    Refer#: NONE
  To: AL FRANZ                      Recvd: NO  
Subj: Chaining Aborts?????           Conf: (2) Quik_Bas
 AF> Chaining 2 programs with BC7.1 and I have done this many many times
 AF> with no problem but now I am chaining a 260K program to a 80K program
 AF> and it is aborting and giving me the message.

 AF> MicroSoft (R) BASIC Compiler Runtime Version 7.1

Yep - I've gotten that one before.  If you are linking with any stub files -
either with the programs or creating the run-time, take
them all out and see if it still happens.  The NOEVENT stub
file particularly is needed for CHAINs.  Also, compile all
your programs and procedures with /D.  You found a tough
one.  If all else fails, isolate the portion of the code
that is the problem by commenting out everything but the
chain, and uncommenting until the error occurrs.
---
 * Origin: Midnight Micro!  V.32/REL  (918)451-3306 (1:170/600)
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