Click to See Complete Forum and Search --> : Visual Basic 5 bug ?


Tom_Linux
May 24th, 1999, 10:03 AM
why on some computers, my vb5 progs don't work:
"Erreur inatendue"

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

Ravi Kiran
May 25th, 1999, 03:14 AM
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