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
    Location
    Houston, Texas
    Posts
    12

    Access Violation in VB Runtime


    I'm having a problem that is similar to one I found on the microsoft website (Q198607) but not entirely. I have a callback function that's getting called but then dying in MSVBVM60.DLL. I'm reasonably sure that the other program started a thread and then called my callback function as stated by this problem, however, when I run it in the VB IDE, I don't get this problem. Only when I execute the .exe file from outside the development environment. This kinda makes me wonder if I indeed am seeing the problem described.

    I'm looking for suggestions for getting around this problem because if VB cannot handle call back functions from another process just because it isn't in a VB thread, it's practically useless.

    Any help would be appreciated. Thanks.

    Kenny


  2. #2
    Join Date
    Jul 2000
    Posts
    110

    Re: Access Violation in VB Runtime

    True multithread VB5 or VB6 source code communication control:

    http://www.banasoft.com/DownLoad/BNComm.exe


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