Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Assertion error
Name: MrSteve Date: December 31, 2003 at 18:35:30 Pacific OS: XP Home CPU/Ram: 1.9 512
Comment:
i used MFC, and C++
i've made a list box, and i'm trying to add a string to it. to test the method i made an onsetfocus function tested it and everything worked!!! YAY!! but now i made a member function adding the exact same line and i get a runtime errer and it says this when i clicked retry and debug
Name: MrSteve Date: January 1, 2004 at 20:05:48 Pacific
Reply:
Don't worry about it, since no one could figure it out (i'm guessing since i got no replys) i kinda changed it, its not really what i wanted but it works and it doesn't look bad i can live with it the way i now have it and still have a smile on my face.
Summary: Sounds like the program "NaturalColrLod.exe" was compiled in debug mode, and is throwing an assertion error. It should have been compiled for release, to avoid such things. After installing VC++, debu...
Summary: I have never had this meesage before. My code compiles cleanly, but when I run the program, I get an error message from Microsoft C++ Debug Library, saying: "Debug Assertion Failed! File: dbgdel.cpp L...
Summary: after fixing up my port scanner, and got everything working. which i now use select and whatnot to make it faster. i decided to make a gui for it, and not just have it command line. so, i opened up...