SEHexception

M

Miro Durcik

Do You know how to locate problem when SEHexception object not found
(because of Windows Forms.dll) is raised in window message loop that
I cannot debug in VB ??

I click on combo..
something happens...
.... last END FUNCTION ends..

exception is raised ( no way to debug or trace which object cause it)

program continues on
System.Windows.Forms.Application.Run(frmMainWindow.DefInstance)

Please help

Arki
 
M

Miro Durcik

I just discovered that it has something to do with calling
DoEvents, but I need progress indication.
 
M

Miro Durcik

hmmm.. when I enable unmanaged debugging I discovered that
the stack is extremely big, the topmost is my error (that error is not the
first one, there was another one caused by
__FrameUnwindToState(EHRegistrationNode *, void *, const _s_FuncInfo *, int)
)
but between nothing useful.
Hmm.. it must be something with stack. I am adding many nodes to combo
box and tree view, maybe some actions are triggered, but te stack gets
an overflow. But why the problem occured only now ? I did not
remove/added/replaced anything special in project.

Miro
 
M

Miro Durcik

SOLVED IT!!

with help of another web site.
It was because some sort of bug when enabling XPVisualStyles.
is hould be solved by adding DoEvents, but did not help me.
Another option is said to be some lately XP patch, I must check it.

Arki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top