Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>ert0004 duplicate stacks</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ert0004 Duplicate stacks

     Explanation:  Two different stacks are requested by a program.  The
     most probable cause is that you have written a program in assembly
     language that has direct control over allocation of stack segments.

     Action:  The solution is to eliminate the allocation of one of the
     stack segments.  The SS and SP registers can be moved once your program
     begins execution, but the linker needs to identify a single stack
     segment so that it can know how to initialize the registers in the .EXE
     header.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson