NOTE: 07-04-2016 This program was written for x32 systems in 2000
This complicates the installation on new systems (x64). The developer has passed away and we have no way to recompile. Any help fixing this would be appreciated.
NOTE:08-01-2024
We have figured out a way to fix the program
The program relied on an ocx file called comdlg32.ocx
This is a common dialog control for Visual basic 6.0 files
You will need to follow these steps
1. Download coder and put anywhere you want.
2. download comdlg32.ocx Place in C:\Windows\SysWOW64\
3. Right Click the windows Start menu (Windows 10+)
4. Select command prompt (Admin)
RUN:
C:\Windows\SysWOW64\regsvr32 C:\Windows\SysWOW64\comdlg32.ocx
To unregister this component
C:\Windows\SysWOW64\regsvr32 /u C:\Windows\SysWOW64\comdlg32.ocx
Feel free to download comdlg32.ocx from wherever you want.
|