Another common problem is when linking my app with statically linked
libraries, there are conflicts between certain functions in different
libraries. Does anyone have a suitable solution to this problem.
Many thanks,
Andrew Butel
abu...@xtra.co.nz
-----------------** -- Posted from CodeGuru -- **-----------------
http://www.codeguru.com/ The website for Visual C++ programmers.
I've checked a OSR1 system lately, and went throught the MFC42.DLL version
property. It gave me v4.21.7022 (MFC v4.21 I'd guess, the "real" MFC 4.2).
The MFC42.DLL file I have here is version 6.00.8168.0 (MFC 6.0).
So what I'm saying mainly is that you might have an application written with
a late version of MFCs and trying to run it with an early version of the DLL
file.
Your other problem might be caused by the same thing.
I know, it's a real pain in the butt, that version thing. MS didn't help
much by naming both versions of the MFC with the same filename. DLL
"versionitis" is a curse, IMHO.
Good luck !
Jeff
Andrew Butel a écrit dans le message <36de1...@209.66.99.126>...
So long
Matthias Wilde (Matthi...@bigfoot.de)
Andrew Butel schrieb: