Debugging Excel-callable dll in WinNT using GDB

2002-01-09 Thread Jeanine Kwong
Hi all, I would like to debug an Excel-callable dll in Windows NT machine using gdb version 4.17.1. Because the dll contains a c++ function that creates a thread, I put in a DebugBreak() call in the c++ codes before and inside whhere the program creates a thread. The program is compiled with

Debugging Excel-callable dll in WinNT using GDB

2002-01-09 Thread Jeanine Kwong
Hi all, I would like to debug an Excel-callable dll in Windows NT machine using gdb version 4.17.1. Because the dll contains a c++ function that creates a thread, I put in a DebugBreak() call in the c++ codes before and inside whhere the program creates a thread. The program is compiled with