The exe file is linked to missing export MFC42.DLL:6625 
Author Message
 The exe file is linked to missing export MFC42.DLL:6625

Hi!

        Can anybody help me? I made a program what was compiled use dinamic
link library (mfc42.dll), and when I installed the program to an other
computer at start got the following error, The myprogram.exe file is
linked to missing export MFC42.DLL:6625. I have the mfc42.dll in system
directoty...

Thanks in advance
Ilyes Albert



Fri, 14 Sep 2001 03:00:00 GMT  
 The exe file is linked to missing export MFC42.DLL:6625

Quote:
>    Can anybody help me? I made a program what was compiled use dinamic
> link library (mfc42.dll), and when I installed the program to an other
> computer at start got the following error, The myprogram.exe file is
> linked to missing export MFC42.DLL:6625. I have the mfc42.dll in system
> directoty...

MFC42.dll is prone to all sorts of versioning problems. The reliable solution
is to use static linkinng with the MFC libraries, instead of dynamic -

--
Jim Johnson
Metaphoric Software
-------------------
Makers of Techno Toys
Software for Electronic Music
http://www.technotoys.com



Fri, 14 Sep 2001 03:00:00 GMT  
 The exe file is linked to missing export MFC42.DLL:6625
Dynamic linking works fine for me, but you have to make sure the mfc42.dll
on the target system is of version equal to or higher than the one you use
on your development system,
Rolf

Quote:

>> Can anybody help me? I made a program what was compiled use dinamic
>> link library (mfc42.dll), and when I installed the program to an other
>> computer at start got the following error, The myprogram.exe file is
>> linked to missing export MFC42.DLL:6625. I have the mfc42.dll in system
>> directoty...

>MFC42.dll is prone to all sorts of versioning problems. The reliable
solution
>is to use static linkinng with the MFC libraries, instead of dynamic -

>--
>Jim Johnson
>Metaphoric Software
>-------------------
>Makers of Techno Toys
>Software for Electronic Music
>http://www.technotoys.com




Sat, 15 Sep 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. DLL Error - File is linked to missing export BSPTEST.EXE:_EdrCenterTextA@12

2. Link to missing export MFC42.DLL:6571

3. LINK.EXE linked to missing export MSDIS100.DLL

4. Common.exe linked to missing export kernel32.dll:InterlockedCompareExchange()

5. missing export in mfc42.dll

6. missing export MFC42.DLL

7. missing export MFC42.DLL : 6569 ??????????

8. missing export MFC42.DLL

9. I am having problems with MFC42.dll file

10. Linked to missing export file?

11. VS 97 SP3: "The link.exe file is linked to missing export MSDIS100.DLL..."

12. Hide DLL Exports as MFC42.dll

 

 
Powered by phpBB® Forum Software