Problems with the Demo - some tips. - by Azal
Renzatic on 24/11/2003 at 03:32
Wish I could run the DXIW Tweaker..even after installing VBRun60 I still get errors.
Says that it fails to find "common dialog" from comdlg32.ocx. Sounds like I might need to update VB, but I'm using the one that was recommended.
Dunbar2 on 24/11/2003 at 03:53
Quote:
Originally posted by Renzatic Wish I could run the DXIW Tweaker..even after installing VBRun60 I still get errors.
Says that it fails to find "common dialog" from comdlg32.ocx. Sounds like I might need to update VB, but I'm using the one that was recommended.
I had the same problem too. I hate programming VB and trying to run programs that were written in it...
-Dunbar
David on 24/11/2003 at 06:21
For the COMDLG32.OCX problem down <a href="http://www.concretedonkey.net/img/junk/forums/COMDLG32.OCX">this</a> and stick it into <i>C:\Windows\System32</i> or <i>C:\WINNT\System32</i> and type <b>regsvr32 COMDLG32.OCX</b> at the <i>Run...</i> command from the Start Menu.
I'm not sure what version it is because I've just reinstalled by system and haven't had chance to set that up properly although it should work. :)
Renzatic on 24/11/2003 at 19:09
Quote:
Originally posted by David For the COMDLG32.OCX problem down <a href="http://www.concretedonkey.net/img/junk/forums/COMDLG32.OCX">this</a> and stick it into <i>C:\Windows\System32</i> or <i>C:\WINNT\System32</i> and type <b>regsvr32 COMDLG32.OCX</b> at the <i>Run...</i> command from the Start Menu.
I'm not sure what version it is because I've just reinstalled by system and haven't had chance to set that up properly although it should work. :)
That
ALMOST worked. I installed it, registered it, and ran the tweaker but it gave me another error for what I'm assuming is the next file in the VB hierarchy. Also, since the file you gave me was larger than the version I had installed I'm definately sure that the version of VB I'm using is just out of date.
Thanks for the heads up. :)