debug assertion failed.. why?
-
Through visual studio , I made changes to code and execute.. compiles properly but at execution it gives error debug assertion failed.. File : wincore.cpp Line : 875 I try 3-4 or some more times then i can run my program properly. WHy is this happening just after compile and execute. pathak
-
Through visual studio , I made changes to code and execute.. compiles properly but at execution it gives error debug assertion failed.. File : wincore.cpp Line : 875 I try 3-4 or some more times then i can run my program properly. WHy is this happening just after compile and execute. pathak
You have done something wrong with the new code you have changed. Start your debugger (F5) and check the call stack to see in wich of your function the program crashes. You don't provide enough information for us to help.
-
Through visual studio , I made changes to code and execute.. compiles properly but at execution it gives error debug assertion failed.. File : wincore.cpp Line : 875 I try 3-4 or some more times then i can run my program properly. WHy is this happening just after compile and execute. pathak
Sounds like the problem is in the driver hands.sys ;P
-
You have done something wrong with the new code you have changed. Start your debugger (F5) and check the call stack to see in wich of your function the program crashes. You don't provide enough information for us to help.
Man, I tried to debug.. but at the start point only it halts. AS you know when you make changes to code and click on execute.. it compiles links and then shown the program in execution. My program compiles , links properly but at execution after compiling gives the assertion error. so i hit 4-5 times execute then it executes without this assertion error. Is there anything about thread problem. My application shows splash window in the startup on different thread. regards Leya