Displaying 2 results from an estimated 2 matches for "crtdbg".
Did you mean:
crtdag
2001 Sep 14
0
MFC+winelib
...to
hand-correct winemaker generated files.
So maybe a kind soul that already got through this hell
could help me?
I sort of understand legal issues involved,
so I don't ask for the full patch for MFC.
2. I noticed some new header files under include/wine/msvcrt
(eh.h, crtdbg.h, others...).
Is it save to put path to this directory in front of my include
directory list? Should I know more about this, eg. libs to link with?
3. MFC wants <tchar.h> header. Is there any reason why this file is not
in include/wine/msvcrt? (as of 20010731)
4. Last question:...
2010 Feb 20
3
MFC Code Compile Error
...cpu.h is only for MIPS R4000, DEC AXP, and IBM PowerPC builds
In file included from /home/khana/mvs6/VC98/mfc/include/afx.h:170,
from /home/khana/mvs6/VC98/mfc/include/afxwin.h:19,
from StdAfx.h:22,
from DemoMfc.cpp:4:
/home/khana/mvs6/VC98/include/crtdbg.h:558:8: warning: extra tokens at
end of #endif directive
In file included from /home/khana/mvs6/VC98/mfc/include/afx.h:1953,
from /home/khana/mvs6/VC98/mfc/include/afxwin.h:19,
from StdAfx.h:22,
from DemoMfc.cpp:4:
/home/khana/mvs6/VC98/mfc/includ...