
03-20-2005, 02:35 AM
|
|
Ultimate Contributor
|
|
Join Date: Apr 2003
Location: Texas, USA
Posts: 1,623
|
|
|
Does your porgram load at all on the 98 machine, or does an error message pop up instantly?
my guess is that since you made the program on you XP machine, using vb, you have all the necesary file needed to run it, obviously. but then when you moved it to the 98 machine, it either doesnt have, or cant find those necesary files and thus, the program crashes.
a visual basic EXE needs certain file to run properly, sometimes, you may get lucky and those files are already on the computer you want to run the program on, and other times (often when using non-standard control, but not always) it wont have those files, causing an error.
you might try making an install file for your program, either using visual basic's "package and development wizard", or another install file maker of your choice.
|
|