MFC42.dll Problem - AND How do I determine version 
Author Message
 MFC42.dll Problem - AND How do I determine version

I am having a problem using a program compiled with VC5.0.   The
program works fine on the development system.   But when I move it to
a different machine, I get VBAJet32.dll initialization errors.

Assumptions:

1) My development machine (VC5.0) uses DAO3.5
2) My second system uses DAO3.5 since I'm using Access 97 on that
machine.  So, I should not have to reinstall DAO3.5 support.
3) I have all the MFC42 files already on the second machine and can
just move the .exe program to the new machine.

But the error makes me think that DAO3.5 is actually not on the
machine.  I have checked all of the necessary files for DAO 3.5
support and they are all on the machine and the REG shows these files
in the proper location.

The one odd thing is that MFC42.dll cannot be found anywhere in the
REG.  Is that correct?  

The program runs except that the Jet Engine cannot initialize.

Any clues?  What am I missing?  How do I determine version of
MFC42.dll?



Sun, 16 Jul 2000 03:00:00 GMT  
 MFC42.dll Problem - AND How do I determine version

Check if the MFC42LOC.DLL is on the target machine.

As far as I know this DLL used to be integrated into MFC42.DLL and with
Visual C 5.0 they split it up into the two DLLs.
One can see this due to the reduced size of the new MFC42.DLL

Hope this helps

Guido

Quote:

> I am having a problem using a program compiled with VC5.0.   The
> program works fine on the development system.   But when I move it to
> a different machine, I get VBAJet32.dll initialization errors.

> Assumptions:

> 1) My development machine (VC5.0) uses DAO3.5
> 2) My second system uses DAO3.5 since I'm using Access 97 on that
> machine.  So, I should not have to reinstall DAO3.5 support.
> 3) I have all the MFC42 files already on the second machine and can
> just move the .exe program to the new machine.

> But the error makes me think that DAO3.5 is actually not on the
> machine.  I have checked all of the necessary files for DAO 3.5
> support and they are all on the machine and the REG shows these files
> in the proper location.

> The one odd thing is that MFC42.dll cannot be found anywhere in the
> REG.  Is that correct?

> The program runs except that the Jet Engine cannot initialize.

> Any clues?  What am I missing?  How do I determine version of
> MFC42.dll?



Sun, 16 Jul 2000 03:00:00 GMT  
 MFC42.dll Problem - AND How do I determine version


Quote:
>Assumptions:

>1) My development machine (VC5.0) uses DAO3.5

Fine

Quote:
>2) My second system uses DAO3.5 since I'm using Access 97 on that
>machine.  So, I should not have to reinstall DAO3.5 support.

Right, but you have to look for the MFC42.DLL version. 4.2 Versions don't
support 3.5, for example 4.21.7022 does (but does not support 3.0 due to a
bug).

Quote:
>3) I have all the MFC42 files already on the second machine and can
>just move the .exe program to the new machine.

Almost, look for the MFC42 version!

Quote:

>The one odd thing is that MFC42.dll cannot be found anywhere in the
>REG.  Is that correct?

Yes, no problem, is it in the Windows\system (Win'95) or winnt\system32 (NT)
directory?

Quote:

>The program runs except that the Jet Engine cannot initialize.

>Any clues?  What am I missing?  How do I determine version of
>MFC42.dll?

Explorer, go to windows\system, right mouse button on mfc42.dll, Properties,
Version -> here we go!

Regards

Uwe



Mon, 17 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. MFC42.dll and MFC42.dll

2. Looking for a recent version of MFC42.DLL

3. Looking for a recent version of MFC42.DLL

4. ordinal 6886 missing from 64-bit version of MFC42.DLL

5. how to support older mfc42.dll versions

6. Mfc42.dll versions

7. Looking for a recent version of MFC42.DLL

8. HELP: Accessing Mfc42.dll when multiple version exists.

9. SendMessage/ON_MESSAGE crashes MFC42.DLL in Release version

10. The many versions of MFC42.DLL

11. MFC42.dll latest version

12. MFC42.DLL version 4.21.7325 ??????

 

 
Powered by phpBB® Forum Software