Re: Program works when running from debugger but not as an .EXE
- From: "Nick Savoiu" <edu_uci_ics@_savoiu_>
- Date: Mon, 24 Oct 2005 21:44:08 -0700
most likely some buffer overrun problem... in debug mode structures are
padded left and right to detect such overruns which also gives limited
protection against the overwrites... turn on the debug heap...
hth,
nick
<ratcharit@xxxxxxxxx> wrote in message
news:1130213765.595712.91100@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi have a MFC program that reads voltage measurements from a mulitmeter
> via GPIB using VISA API. The program works find when running from the
> debugger but crash with the following error when running from the
> actual generated executable (and I even Debug executable not the
> Release executable). I using Visual C++ 6.0 running on Windows XP. I
> got the following error signature:
>
> AppName: arc.exe (this is my program) AppVer: 1.0.0.1 ModName:
> ntdll.dll
> ModVer: 5.1.2600.1217 Offset: 000085c0
>
> any ideas? Please any advice would be greatly appreciated. Thanks.
>
.
- Follow-Ups:
- Re: Program works when running from debugger but not as an .EXE
- From: Oleg Starodumov
- Re: Program works when running from debugger but not as an .EXE
- References:
- Program works when running from debugger but not as an .EXE
- From: ratcharit
- Program works when running from debugger but not as an .EXE
- Prev by Date: Program works when running from debugger but not as an .EXE
- Next by Date: Re: Program works when running from debugger but not as an .EXE
- Previous by thread: Program works when running from debugger but not as an .EXE
- Next by thread: Re: Program works when running from debugger but not as an .EXE
- Index(es):
Relevant Pages
|
Loading