Application crashing while closing
Posted
by subbu
on Stack Overflow
See other posts from Stack Overflow
or by subbu
Published on 2010-03-15T05:07:33Z
Indexed on
2010/03/15
5:09 UTC
Read the original article
Hit count: 177
c#
Hi All,
I have a c# exe which uses some c++ dlls . I use DllImport in my c# exe to use my c++ dlls. Now my problem is when I close my application my application crashes. I am not sure why Its crashing. My c++ dll is multithreaded and my c# exe has Background worker
© Stack Overflow or respective owner