Installer needed to handle dependencies
I just tried to run this program on a different computer and it was complaining about COMDLG32.OCX. I know how to fix this on my computer since I can go grab that file. If you have the file available to you, do the following Copy COMDLG32.OCX to C:\WINDOWS\SYSWOW64 Run command prompt as administrator (it has to be with admin privileges) CD C:\WINDOWS\SYSWOW64 REGSVR32 COMDLG32.OCX restarted application and the error is gone. I'll have to figure out if that file can be distributed with the program...
In this age of viruses, I put up the source code so you can see what the program is doing if you happen to use VB6.0
just tried to run this program on a different computer and it was complaining about COMDLG32.OCX. I know how to fix this on my computer since I can go grab that file. If you have the file available to you, do the following Copy COMDLG32.OCX to C:\WINDOWS\SYSWOW64 Run command prompt as administrator (it has to be with admin privileges) CD C:\WINDOWS\SYSWOW64 REGSVR32 COMDLG32.OCX restarted application and the error is gone. I'll have to figure out if that file can be distributed with the program or...
just tried to run this program on a different computer and it was complaining about COMDLG32.OCX. I know how to fix this on my computer since I can go grab that file. If you have the file available to you, do the following Copy comdlg32.ocx to C:\WINDOWS\SYSWOW64 Run command prompt as administrator (it has to be with admin privileges) CD C:\WINDOWS\SYSWOW64 REGSVR32 COMDLG32.OCX restarted application and the error is gone. I'll have to figure out if that file can be distributed with the program or...
just tried to run this program on a different computer and it was complaining about COMDLG32.OCX. I know how to fix this on my computer since I can go grab that file. Run command prompt as administrator (it has to be with admin privileges) CD C:\Windws\Syswow64 regsvr32 comdlg32.ocx restarted application and the error is gone. I'll have to figure out if that file can be distributed with the program or if its copyrighted.