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

    Problem with VB EXE client

    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
    Mar 2001
    Posts
    8

    Re: Problem with VB EXE client

    hi,

    i have the same problem too. Do you have any new information to solve this problem or did you solved it alreay. Please write back, i have this problem at work !!


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