PDA

Click to See Complete Forum and Search --> : Wow! My program can make an illegal operation!


Jhd.Honza
Jan 18th, 2000, 04:27 AM
Hi, a have this problem:
I have compiled my program to EXE and MSVBVM50.DLL included on the diskette (using VB5). When I try to run my program on another computer (Win95) from diskette, it runs well. But when I copy DLL into System directory and run the program, it will cause an illegal operation. Happy, isn't? :-(

Where is the error?



------------------
Thanks,
John, 14 years old

MartinLiss
Jan 18th, 2000, 04:52 AM
You need to use the Setup Wizard for VB5 or the Package and deployment wizard for VB6 (or some 3rd party tool like InstallShield) to insure that your deployed apps work correctly.

------------------
Marty