X
xenokain
Guest
The only 2 solutions to those ocx/dll files not being registered i found are to put all ocx/dll files into c:\windows\syswow64 then create a .bat file with this inside( 2 examples)
@ECHO OFF
ECHO.
regsvr32 C:\windows\SysWOW64\COMCTL32.OCX
regsvr32 C:\windows\SysWOW64\COMDLG32.OCX
ECHO.
PAUSE
CLS
EXIT
then click ur namegoeshere.bat file and it will register those files.
The alternate method is a gui program that will install ocx/dll files simply by browsing for them and clicking install/register called RegDllView v1.45.Works for 7 and xp.There may be more programs like this but i havent bothered to look.Great work on you're cloud model.
@ECHO OFF
ECHO.
regsvr32 C:\windows\SysWOW64\COMCTL32.OCX
regsvr32 C:\windows\SysWOW64\COMDLG32.OCX
ECHO.
PAUSE
CLS
EXIT
then click ur namegoeshere.bat file and it will register those files.
The alternate method is a gui program that will install ocx/dll files simply by browsing for them and clicking install/register called RegDllView v1.45.Works for 7 and xp.There may be more programs like this but i havent bothered to look.Great work on you're cloud model.



