why on some computers, my vb5 progs don't work:
"Erreur inatendue"
and on my computer and some other it works perfectly ??
Printable View
why on some computers, my vb5 progs don't work:
"Erreur inatendue"
and on my computer and some other it works perfectly ??
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