开发者

First chance exception - long at memory location?

What is this and how can I handle/fix it?

First-chance exception at 0x756fb727 in Program.exe:
Microsoft C++ exception: long at memory location 0x0018f7a4.

I am getting about a thousand of these each time I run my application. How can I track this down开发者_开发技巧 and fix it/


In visual studio go to the Debug menu and select "Exceptions...". Turn on all the first chance exception handlers (they default to off).

Now when you run in the debugger it will break at the point the exception is thrown.


Check it out

it may help you....

http://blogs.msdn.com/davidklinems/archive/2005/07/12/438061.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜