unhandle exception
-
Hi to all, I am facing one problem is that I am used VC++ 6 in that i have created one MFC based application,In that i added the static library but when I create one object from one its class in one function ,the function at the time of exit it gives me error followed, Unhandled exception at 0x... (mfc42.dll) in test.exe: 0x.... : Privileged instruction. So plz check that I hope that I will reach towards answer by using ur help.
-
Hi to all, I am facing one problem is that I am used VC++ 6 in that i have created one MFC based application,In that i added the static library but when I create one object from one its class in one function ,the function at the time of exit it gives me error followed, Unhandled exception at 0x... (mfc42.dll) in test.exe: 0x.... : Privileged instruction. So plz check that I hope that I will reach towards answer by using ur help.
Have you tried stepping into the function where the exception occurs? Hint: The debugger...
It is a crappy thing, but it's life -^ Carlo Pallini
-
Have you tried stepping into the function where the exception occurs? Hint: The debugger...
It is a crappy thing, but it's life -^ Carlo Pallini
no
-
no
Well, it is high time that you set up breakpoints and start debugging.
It is a crappy thing, but it's life -^ Carlo Pallini