|
-
May 24th, 1999, 10:03 AM
#1
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 ??
-
May 25th, 1999, 03:14 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|