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

    Visual Basic 5 bug ?

    why on some computers, my vb5 progs don't work:
    "Erreur inatendue"

    and on my computer and some other it works perfectly ??


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Visual Basic 5 bug ?

    Hi,
    Probably not all the components used by your program are installed on those systems on which your app is giving problem!

    Try generating installation disk(s) and "install" your app than just copying it to client's machine.
    This would make sure all the components are available.

    Also check if you are doing a 'native code' compilation or 'p-code' compilation. Probably for p-code you may need a VB-run-time(dll) also

    Ravi


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