Question and Answer Database FAQ425C.txt Stack Overflow Error Category :IDE Platform :Win95/NT Product : BC++5.x Question: Whenever I run one of your example programs inside the IDE, I get a "Stack Overflow Error." This does not happen if I run the .exe outside of the IDE. Answer: There have been problems with utilities or hardware making use of IRQ3, which is also the IRQ the debugger uses to control the application. To verify this, run the compiler under SAFE MODE or a CLEAN BOOT. In WIN95, in order to avoid the ubiquitus "Cannot Create Process" error: go to a dos prompt under windows set your path to point at the bc/bin dir type bcw load the project file build it, run it, remove the offending utility/program that hooks IRQ 3 to fix the problem. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99