Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I was just running the Package and Deployment wizard to collect the DLLs and OCXs I needed to make an install file with ********** and as I went through the wizard it told me that mscomctl.ocx was out of date and asked me if I wanted to include it.
I need to include it because I am using an image list. All the rest of the common controls listed under the References dialog say MSComCtrl32.ocx, but that is the only one that says MSComCtrl.ocx, should I use v5? Can anyone explain why this is happening?
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
If the file is out-of-date you need to update your computer to get the latest ocx for that control.
What OS are you creating your installation on and what version of ********** are you using?
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I don't know what version of ********** I have (I am not at home right now), but my OS is XP with SP2. I always that that Common Controls 6.0 referenced MSCOMCTL32.ocx. I wonder if some program I installed messed it up and registered an old file and VB is recognizing that. Just a guess though.
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Install VB SP6, and it will update most of your controls.
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Moved from Classic VB forum. :)
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I have SP6. And I have never had this problem before...
PS - Sorry RD, I was iffy about which forum to put it in.
EDIT: I have ********** ver 4.0.6
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
Well, If I had your vbp and exe for your vbp file... I could possibly help you.
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Its ok EM. :) No problems. Actually this way you get the best of both worlds. Shortcut in Classic VB and thread in AD. :D
1 Attachment(s)
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
Here is what I get. You have some custom ocx and dll's. I can't scan them to find what you need I don't have them.
Code:
[Files]
Source: c:\server data\randem\develop\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: c:\server data\randem\develop\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: vbalmditabs6.dll; DestDir: {sys}; Flags: sharedfile
Source: cmcs21.ocx; DestDir: {sys}; Flags: regserver sharedfile
Source: menuextended.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\windows\system32\mscomctl.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: vbalsbar6.ocx; DestDir: {sys}; Flags: regserver sharedfile
Source: c:\work\eyermonkey\setup problem\lightfusionbeta.exe; DestDir: {app}; Flags: ignoreversion
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I would have done that IF I had the OCX on my comp.
Randem, Thanks. I will look those up when I get home. I appriciate it.