MFC42U.DLL and MFC42.DLL 
Author Message
 MFC42U.DLL and MFC42.DLL

Does anyone know whether it is a problem to run mfc42u.dll and mfc42.dll
inside the same application?

The application loads two diferent DLLs. One is compiled with the _UNICODE
option and the other is ANSI (or _MBCS). This results in both MFC dlls -
mfc42 and mfc42u running inside the same problems. Can you tell if it might
cause any problems or limitations?

Thank you very much,



Sat, 18 May 2002 03:00:00 GMT  
 MFC42U.DLL and MFC42.DLL
: Does anyone know whether it is a problem to run mfc42u.dll and mfc42.dll
: inside the same application?

: The application loads two diferent DLLs. One is compiled with the _UNICODE
: option and the other is ANSI (or _MBCS). This results in both mfc dlls -
: mfc42 and mfc42u running inside the same problems. Can you tell if it might
: cause any problems or limitations?

That's OK, but make sure that you don't try to pass MFC objects (or
pointers or references to them) between the parts of the code that are
linked with the multi-byte MFC and those that are linked with the
Unicode MFC.

--
Any opinions expressed are my own and not necessarily those of Laser-Scan.



Sat, 18 May 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. MFC42.DLL vs MFC42U.DLL

2. MFC42.dll and MFC42.dll

3. msvcrt.dll mfc42.dll mfco42.dll

4. File Associations and DEVSHL.DLL and MFC42.DLL

5. msvcrt.dll and mfc42.dll

6. MSDEV invalid page faults in RCDLL.DLL and MFC42.DLL

7. Hide DLL Exports as MFC42.dll

8. Redistributing/Installing MSVCP60.DLL and MFC42.DLL on Win2K

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

10. MSDEV invalid page faults in RCDLL.DLL and MFC42.DLL

11. mfc42.dll Vs. mfc40.dll

12. Q: MFC40.DLL instead MFC42.DLL

 

 
Powered by phpBB® Forum Software