|
-
March 15th, 2001, 05:37 AM
#1
VC++ dll with a thread who call an event in VB -- please help
I have an COM dll server which fires an event.This COM dll server has another thread.This secondary thread fires an event.I have written a client in VB.The VB is able to catch an event if it is running in interpretor mode i.e Run->Start.I am getting memory could not be read error if i try to run client exe.
-
July 10th, 2001, 07:53 AM
#2
Re: VC++ dll with a thread who call an event in VB -- please help
Using PostMessage API in thread to notify the main form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|