onesev
07-16-2003, 12:38 PM
alright i am setuping up a program on another xp machine that does not have vb6.0 on it. i used the p&dw to figure out what files i needed, so that i could use inno. now everything works fine up until i run the program, then i get the run-time error '53' any help would be appreciated. thank you
onesev
Snail1985
07-16-2003, 12:50 PM
God knows what's wrong here co's XP should have all the correct DLL's to support VB 6.0!
I've had a similar problem on Win98 and I solved this by including DCOM98 (VB6 Run-Time Files) in the installer and getting INNO to run this after installation!
This may be worth a try (Increases the size of the installer by about 1.25Mb but it worked for me)!
GMan_NC
07-16-2003, 12:52 PM
Have you hard-coded in any filenames?
onesev
07-16-2003, 01:00 PM
yes, pretty much all of the .dll and .ocx. that were given in the setup.lst from the p&dw.
chadbh74
07-17-2003, 08:16 PM
I think his concern about filenames is warranted. Run-time error '53' is "File not found". The program is trying to access a file that doesn't exist. You could also have set a specific path in the program and that path to the file is not the same on the other computers. Just something to check. Good luck.
yes, pretty much all of the .dll and .ocx. that were given in the setup.lst from the p&dw.