Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disassembly window popup

Status
Not open for further replies.

Valius

Programmer
Oct 20, 2000
174
US
Hey guys, I keep getting a "User breakpoint called from ...." and the disassembly window keeps popping up. I haven't set any breakpoints in my program. I must have enabled something somewhere and I just don't know where...It's not stopping my program from running, it's just a pain that every time I want to run my program in Debug mode I have to go through 4 or 5 of those windows before my program runs. Any suggestions?

Thanks for all your input!

Niky Williams
NTS Marketing
 
Niky,

Have you tried turning off all breakpoints?

-pete
 
No luck....went to edit the break points and got rid of them ALL. It still does the user breakpoint thing. However, when it does stop, the debug window give me this:

HEAP[Matrix.exe]: Heap block at 00137668 modified at 0013769C past requested size of 2c

Is this some sort of warning and is this why it's stopping?

Thanks for your help!

Niky Williams
NTS Marketing
 
Found my problem...for some reason, VC++ didn't like my user defined icon that I made...go figgure. Anyway, it was causing that problem. I had my icon at 24-bit color...I wonder if this was the problem.

Niky Williams
NTS Marketing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top