GUEYDON
March 20th, 2002, 12:09 PM
Is there anybody out there who has already tried to generate a DLL or an .exe
using MFC AND Orbix in Debug mode ???
I explain:
The orbix DLL provided by IONA uses the C Run-time lib MSCVRT.dll
Or my application developped with Visual C++ 6.0 (patch3) uses in debug mode
the MSCVRTD.dll. Orbxix ant a lof of people indicates that having both Debug and non-debug version of the C Run-time lib in a .exe is highly dangerous.
therefore, I tried using the /MD option in my Debug mode to force linking with the MSCVRT.dll (with another option to avoid conflict).
BUT using the _DEBUG option, obliges you to link with MFC42D and MFCS42D.dll
which is linked with MSCVRTD.dll !!!!!!!! (See the AFX.h with all the pragma....(sigh))
So I tried to ignore all default libs, then to ignore the MFC42D and to add MFC42.dll but I still have quite a lot of unresolved.!!!!
so does someone have a solution please ????
using MFC AND Orbix in Debug mode ???
I explain:
The orbix DLL provided by IONA uses the C Run-time lib MSCVRT.dll
Or my application developped with Visual C++ 6.0 (patch3) uses in debug mode
the MSCVRTD.dll. Orbxix ant a lof of people indicates that having both Debug and non-debug version of the C Run-time lib in a .exe is highly dangerous.
therefore, I tried using the /MD option in my Debug mode to force linking with the MSCVRT.dll (with another option to avoid conflict).
BUT using the _DEBUG option, obliges you to link with MFC42D and MFCS42D.dll
which is linked with MSCVRTD.dll !!!!!!!! (See the AFX.h with all the pragma....(sigh))
So I tried to ignore all default libs, then to ignore the MFC42D and to add MFC42.dll but I still have quite a lot of unresolved.!!!!
so does someone have a solution please ????