CString Link Error
-
I'm using VC++ 2005, and I'm getting a linker error about the MFC class CString. What library is CString contained in? __________________________________________ Let's push Satan
-
I'm using VC++ 2005, and I'm getting a linker error about the MFC class CString. What library is CString contained in? __________________________________________ Let's push Satan
MFC Cleek | Image Toolkits | Thumbnail maker
-
No duh, I mean mfc42, mfc42u, mfco42, etc. __________________________________________ Let's push Satan
-
No duh, I mean mfc42, mfc42u, mfco42, etc. __________________________________________ Let's push Satan
that depends on your Unicode, Debug/Release, and static/dynamic CRT settings. see the big #if/#else block near the top of AFX.H (C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\MFC\Include\AFX.H, on my installation) Cleek | Image Toolkits | Thumbnail maker