Thread: [DFX] Bin File Tool
View Single Post
  #3  
Old 02-20-2020, 12:51 PM
Sil is offline Sil
Sil's Avatar
Registered User

Join Date: Aug 2003
Posts: 102

Depending if MSCOMCT.OCX present in the bin program folder, you may need to register it or if not download Visual Basic controls with it.
Open cmd/powershell as admin, navigate to the folder containing the .ocx (cd "path to folder e.g C:\bintool") then enter regsvr32 MSCOMCT.OCX

If you run into problems registering the control, it will more than likely be due to 32bit Windows vs 64bit.

See link below:

how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages
__________________
Reply With Quote