Link to missing export MFC42.DLL:6571 
Author Message
 Link to missing export MFC42.DLL:6571

I trying my application on a different machine and I'm getting an error
message "Link to missing export MFC42.DLL:6571"
I need to know what dll a required for my application.
I using VC++ version 5 and CRichEditView.


Fri, 26 Oct 2001 03:00:00 GMT  
 Link to missing export MFC42.DLL:6571

Sorry i'm using version 6


Quote:
>I trying my application on a different machine and I'm getting an error
>message "Link to missing export MFC42.DLL:6571"
>I need to know what dll a required for my application.
>I using VC++ version 5 and CRichEditView.



Fri, 26 Oct 2001 03:00:00 GMT  
 Link to missing export MFC42.DLL:6571
Thomas:

Presumably, the MFC42.DLL on the target machine is older than the one which
you have on your machine. I so you should either

(a) Use static linking of MFC and CRT

(b) Distribute your newer version of the DLL with your application. However
you need to be careful, because some users will have a newer (VC6) version
of the DLL and you do not want to replace it in that case. Also, MFC42.DLL
is likely not the only DLL you will have trouble with (MSVCRT.DLL is
another likely candidate).

IMO, unless you have some special reason to avoid it, static linking is the
way to go.

HTH,

David Wilkinson

==========

Quote:

> I trying my application on a different machine and I'm getting an error
> message "Link to missing export MFC42.DLL:6571"
> I need to know what dll a required for my application.
> I using VC++ version 5 and CRichEditView.



Fri, 26 Oct 2001 03:00:00 GMT  
 Link to missing export MFC42.DLL:6571
David, Thanks for message

 I don't think that I can use static link libray becuse I have only got the
standand version of V.C 6.

I have copied the newer version of the DLL's and now getting a message
Failed to create empty document

Thomas


Quote:
>Thomas:

>Presumably, the MFC42.DLL on the target machine is older than the one which
>you have on your machine. I so you should either

>(a) Use static linking of MFC and CRT

>(b) Distribute your newer version of the DLL with your application. However
>you need to be careful, because some users will have a newer (VC6) version
>of the DLL and you do not want to replace it in that case. Also, MFC42.DLL
>is likely not the only DLL you will have trouble with (MSVCRT.DLL is
>another likely candidate).

>IMO, unless you have some special reason to avoid it, static linking is the
>way to go.

>HTH,

>David Wilkinson

>==========


>> I trying my application on a different machine and I'm getting an error
>> message "Link to missing export MFC42.DLL:6571"
>> I need to know what dll a required for my application.
>> I using VC++ version 5 and CRichEditView.



Sat, 27 Oct 2001 03:00:00 GMT  
 Link to missing export MFC42.DLL:6571
Thomas:

The message "failed to create empty document" has to do with the failure to
create windows during initialization. You might try copying your versions of
comctl32.dll and riched32.dll (since you are using CRichEditView) to the target
machine also.

David

================

Quote:

> David, Thanks for message

>  I don't think that I can use static link libray becuse I have only got the
> standand version of V.C 6.

> I have copied the newer version of the DLL's and now getting a message
> Failed to create empty document

> Thomas



> >Thomas:

> >Presumably, the MFC42.DLL on the target machine is older than the one which
> >you have on your machine. I so you should either

> >(a) Use static linking of MFC and CRT

> >(b) Distribute your newer version of the DLL with your application. However
> >you need to be careful, because some users will have a newer (VC6) version
> >of the DLL and you do not want to replace it in that case. Also, MFC42.DLL
> >is likely not the only DLL you will have trouble with (MSVCRT.DLL is
> >another likely candidate).

> >IMO, unless you have some special reason to avoid it, static linking is the
> >way to go.

> >HTH,

> >David Wilkinson

> >==========


> >> I trying my application on a different machine and I'm getting an error
> >> message "Link to missing export MFC42.DLL:6571"
> >> I need to know what dll a required for my application.
> >> I using VC++ version 5 and CRichEditView.



Sat, 27 Oct 2001 03:00:00 GMT  
 Link to missing export MFC42.DLL:6571
Thanks

I have sorted the problem out


Quote:
>Thomas:

>The message "failed to create empty document" has to do with the failure to
>create windows during initialization. You might try copying your versions
of
>comctl32.dll and riched32.dll (since you are using CRichEditView) to the
target
>machine also.

>David

>================


>> David, Thanks for message

>>  I don't think that I can use static link libray becuse I have only got
the
>> standand version of V.C 6.

>> I have copied the newer version of the DLL's and now getting a message
>> Failed to create empty document

>> Thomas



>> >Thomas:

>> >Presumably, the MFC42.DLL on the target machine is older than the one
which
>> >you have on your machine. I so you should either

>> >(a) Use static linking of MFC and CRT

>> >(b) Distribute your newer version of the DLL with your application.
However
>> >you need to be careful, because some users will have a newer (VC6)
version
>> >of the DLL and you do not want to replace it in that case. Also,
MFC42.DLL
>> >is likely not the only DLL you will have trouble with (MSVCRT.DLL is
>> >another likely candidate).

>> >IMO, unless you have some special reason to avoid it, static linking is
the
>> >way to go.

>> >HTH,

>> >David Wilkinson

>> >==========


>> >> I trying my application on a different machine and I'm getting an
error
>> >> message "Link to missing export MFC42.DLL:6571"
>> >> I need to know what dll a required for my application.
>> >> I using VC++ version 5 and CRichEditView.



Sun, 28 Oct 2001 03:00:00 GMT  
 
 [ 6 post ] 

 Relevant Pages 

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

2. missing export in mfc42.dll

3. missing export MFC42.DLL

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

5. missing export MFC42.DLL

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

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

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

9. Hide DLL Exports as MFC42.dll

10. Static link with MFC42.dll - Which DLL?

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

12. MFC42.dll and MFC42.dll

 

 
Powered by phpBB® Forum Software