cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
meaning of error message
meaning of error message
Dec 12, 2012 at 3:11pm UTC
shmokarami
(20)
Could you Please help me? what's the meaning of this error message?
"Windows has triggered a breakpoint in Network1.exe.
This may be due to a corruption of the heap, which indicates a bug in Network1.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while Network1.exe has focus.
The output window may have more diagnostic information."
Last edited on
Dec 12, 2012 at 3:12pm UTC
Dec 12, 2012 at 3:20pm UTC
LB
(13399)
shkmokarami
wrote:
what's the meaning of this error message?
Windows stopped executing the program. It may be due to a corruption of the heap, which is most likely a bug in the program or one of its DLLs. You could also have accidentally pressed F12 on it. Try checking the console/debugger window.
Edit: This thread is a duplicate:
http://www.cplusplus.com/forum/general/88003/
Please do not double-post.
Last edited on
Dec 12, 2012 at 3:22pm UTC
Topic archived. No new replies allowed.