ActiveX - VC ++ : Communicating with and terminating a thread
Article Writing
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I try to implement an ActiveX that creates a thread (through AfxBeginThread). This thread is calling a custom event. When I try to terminating the thread, it makes an uncaught exception. Even, when I try to communicate from the custom event with the activeX (by testing a property for example), I get a memory problem. How can I solve these problems ? thank you very much for your help.