ISAM (VBDOS Pro) Executable Stack Error 
Author Message
 ISAM (VBDOS Pro) Executable Stack Error

Could you possibly help with a quick tip regarding the following compile
problem?

[BTW, our target machine is an HP 200LX palmtop computer, which runs
VBDOS.exe programs quite well.]

We are trying to design a small VBDOS program (pro edition) that will
use an ISAM database file.  Our application runs within VBDOS no
problem.  The application also runs as an non-stand alone executable
(using the runtime module).  The application, however, never gets off
the ground as a stand-alone exe file (compiles without errors but
crashes on startup, see below).

The error we get is

"Run time error R6000 -- Stack Overflow"

when executing the program in DOS.

We have isolated (by compiling separate segments of the code) that it is
the following statement causing the problem:

OPEN "Data.MDB" FOR ISAM Project "Table1" AS #1

where "Data.MDB" is the ISAM database, "Project" is the table identified
by a TYPE declaration, and "Table1" is the name of the ISAM table.

Any thoughts?  Thanks.  Bye...

Gary Kah



Wed, 02 Sep 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VBDOS error Out of Stack Space

2. VBDOS ISAM Databse to Acces

3. HELP: how to use ISAM-files (VBDOS) in VBWIN

4. ISAM-files (VBDOS, PDS-QBasic) with VBWIN

5. ISAM: Reserved error 1070 (ISAM)

6. Stack Traces in Executables

7. VBDOS Pro

8. VBDOS Pro

9. VBDOS-PRO

10. VBDos Pro

11. About VBDOS Pro

12. VBdos pro bug?

 

 
Powered by phpBB® Forum Software