Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - How do I debug 16 bit Application
Hi, I'm able to build a windows 3.1 exe using the Symantec 32 bit compiler. However, upon attempting to debug this application, the debugger complains of no debug information being available. I was also able to successfully build the Application using the 16 but compiler, but get the same error upon attempting to run the debugger. If anyone can provide me with a little insight as to what I am doing wrong, that would be great. Parkash Mar 04 2005
"Parkash" <Parkash_member pathlink.com> wrote in message news:d0a4vi$1k7o$1 digitaldaemon.com...Hi, I'm able to build a windows 3.1 exe using the Symantec 32 bit compiler. However, upon attempting to debug this application, the debugger complains Mar 08 2005
|