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
Debug Assertion Failed
Debug Assertion Failed
Jul 3, 2008 at 9:16am UTC
benpul
(1)
Hi,
I have developed an c# com control which has been implemented into a Java application using Java Native Interfaces (JNI). The control loads and works fine, but when the window containing the control is closed and reopened I get the following error:
Debug Assertion Failed!
Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
File: C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\atlcomcli.h
Line: 149
Expression: p==0
I really need to solve this issue, I would really appreciate any help.
Thank!
Benjamin Pullicino
Jul 3, 2008 at 12:22pm UTC
closed account (
z05DSL3A
)
It looks like a NULL pointer, or an uninitialised/deleted object/memory region is trying to be used.
Last edited on
Jul 3, 2008 at 12:23pm UTC
Jul 3, 2008 at 12:51pm UTC
simo110
(71)
Assertion Failed
Memory Related!
Review all the code which use the "new" in your source code!
Topic archived. No new replies allowed.