First chance exception - long at memory location?

Viewed 42598

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/

2 Answers
Related