Hi,
I have build a custom version of the MFC71 and the MSVCRT dll and now I am
trying to link this with my C++ projects. But I got a lot of unresolved
externals like
error LNK2001: Nichtaufgelstes externes Symbol "public: virtual long
__thiscall CWnd::put_accValue(struct tagVARIANT,unsigned short *)"
(?put_accValue@CWnd@@UAEJUtagVARIANT@@PAG@Z)
I think the problem is that this an some other functions are missing in
src/mfc/intel/mfc71.def
What can I do? Is there a download page where I can get a corret file.