Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Stephan T Lavavej - Advanced STL, 3 of n
Apr 07, 2011 at 6:03 PMThanks Stephan!
C9 Lectures: Stephan T Lavavej - Advanced STL, 3 of n
Apr 06, 2011 at 1:35 PMStephan, thanks a lot for this info. You mentioned that you could manually inject the detect_mismatch pragma into your import library. I haven't been able to find any information on this. Can you give a pointer?
Windows 7 Taskbar Integration for MFC Applications
Mar 30, 2011 at 1:36 PMIt's really too bad that MFC excludes these APIs unless WINVER is set to at least 0x601. It already does all of the work necessary for the DLL to run on older OSes. If these had not required a WINVER setting, then we could use these APIs without worrying that the WINVER setting would let in some other API in some other part of the program that would prevent the program from working on earlier OSes.