From: Earl Partridge on
One more (hopefully that's all) sort of related to this topic.
Trying to run one of old VB4 projects, it wants vb40032.dll. I copied
it to the start-up folder and seemed to satisfy that need, but now I get
"error accessing the system registry". How would I go about registering
this dll file? Or, do I now make an .exe file with VB6?
Earl



"Paul Clement" <UseAdddressAtEndofMessage(a)swspectrum.com> wrote in message
news:rj8ip55sgat2qodh7tgn1bdljmp1i7ltie(a)4ax.com...
> On Thu, 11 Mar 2010 10:32:46 -0500, "Earl Partridge" <earlp(a)pearnet.com>
> wrote:
>
> � Before getting deeper, let me add this info...
> � The error has no number... It states: 'c:\foldername\dbgrid32.ocx'
> could
> � not be loaded... Continue loading project?
> �
> � I respond Yes to continue, and things work as expected.
> � I'm on Windows 7 - 64bit running a newly installed VB6, and the project
> � is from a VB4 (Windows XP) machine.
>
> If your app is functioning properly and you're not using dbgrid32.ocx then
> I would remove it from
> your project (Project...Components...uncheck Microsoft Data Bound Grid
> Control 5.0).
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)

From: Webbiz on
On Wed, 10 Mar 2010 19:00:48 -0800, Karl E. Peterson <karl(a)exmvps.org>
wrote:

>Earl Partridge wrote:
>> OK, done that, VB6 installed, but maybe not completely. Trying to run one
>> of my projects from VB4, it can not find file dbgrid32.ocx. I did get a
>> response while installing that it could not register
>> msdn.microsoft.com/vbasic/register/vb6.asp.
>
>I'm not sure what to make of that.
>
>> And, clicking Help, does not open help files. It appears the msdn are the
>> help files and I have not been able to find them. Where are they?
>
>MSDN is one of the optional components it asks if you want to install
>after it's finished installing most of the other things that you chose.
> If I recall correctly, it comes on three separate CDs, which you have
>to shuffle in and out.


I believe it is the October 2001 MSDN disks you need for VB6 to use
the 'help'.

Webbiz


From: ralph on
On Thu, 11 Mar 2010 17:45:22 -0500, "Earl Partridge"
<earlp(a)pearnet.com> wrote:

>One more (hopefully that's all) sort of related to this topic.
>Trying to run one of old VB4 projects, it wants vb40032.dll. I copied
>it to the start-up folder and seemed to satisfy that need, but now I get
>"error accessing the system registry". How would I go about registering
>this dll file? Or, do I now make an .exe file with VB6?
>Earl
>

He may want it, but he can't have it. You must remove his desire.

The fact you somehow provided it, is disturbing. As well as somehow
repairing another error by fiddling with a variable [the "StartDay =
day(now)" error].

Your projects are not yet fully converted. You are still referencing
within them older components (dangling or missing is possible too).

Have you applied Service Pack 6 yet?
Check References.
The registry problem may be a permissions issue, are you using Vista
or Win7.

To compile, open Options and select the Compile tab. Choose the type
of compile you want, then select File -> Make from the IDE.
But first I suggest you do a "Run with full compile" within the IDE to
resolve your component issues.

-ralph
From: ralph on
On Thu, 11 Mar 2010 19:25:31 -0600, ralph <nt_consulting64(a)yahoo.net>
wrote:
>
>To compile, open Options and select the Compile tab. Choose the type
>of compile you want, then select File -> Make from the IDE.
>But first I suggest you do a "Run with full compile" within the IDE to
>resolve your component issues.
>
>-ralph

Oops!

Not 'Options' - Project Properties.

-ralph
From: Earl Partridge on
Re SP6. Should I see this indication in Help | About?
I downloaded vs6sp6B.exe from Microsoft, ran that and it extracted an
exe file, acmsetup.exe which I ran and got a response that it could not find
file acmsetup.stf.
Earl

"ralph" <nt_consulting64(a)yahoo.net> wrote in message
news:ad3jp5da70ppuievpovosolojsu3omjibt(a)4ax.com...
> On Thu, 11 Mar 2010 17:45:22 -0500, "Earl Partridge"
> <earlp(a)pearnet.com> wrote:
>
>>One more (hopefully that's all) sort of related to this topic.
>>Trying to run one of old VB4 projects, it wants vb40032.dll. I copied
>>it to the start-up folder and seemed to satisfy that need, but now I get
>>"error accessing the system registry". How would I go about registering
>>this dll file? Or, do I now make an .exe file with VB6?
>>Earl
>>
>
> He may want it, but he can't have it. You must remove his desire.
>
> The fact you somehow provided it, is disturbing. As well as somehow
> repairing another error by fiddling with a variable [the "StartDay =
> day(now)" error].
>
> Your projects are not yet fully converted. You are still referencing
> within them older components (dangling or missing is possible too).
>
> Have you applied Service Pack 6 yet?
> Check References.
> The registry problem may be a permissions issue, are you using Vista
> or Win7.
>
> To compile, open Options and select the Compile tab. Choose the type
> of compile you want, then select File -> Make from the IDE.
> But first I suggest you do a "Run with full compile" within the IDE to
> resolve your component issues.
>
> -ralph