CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    8

    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.






  2. #2
    Join Date
    Jul 2000
    Posts
    110

    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
  •  





Click Here to Expand Forum to Full Width

Featured