Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. atlbase.h and different versions of VC CRT
  2. #ifndef _CRT_ASSEMBLY_VERSION
  3. #if _BIND_TO_CURRENT_CRT_VERSION
  4. #define _CRT_ASSEMBLY_VERSION "9.0.30729.6161"
  5. #else
  6. #define _CRT_ASSEMBLY_VERSION "9.0.21022.8"
  7. #endif
  8. #endif