Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Latest ATL version

Tags:

visual-c++

atl

I couldn't find the exact number of current Active Template Library (ATL) which distribute along with Visual Studio 2012. Does anyone have an idea about the exact version number ?

like image 329
user1903495 Avatar asked Feb 17 '26 10:02

user1903495


1 Answers

From atldef.h:

/////////////////////////////////////////////////////////////////////////////
// Master version numbers

#define _ATL     1      // Active Template Library
#define _ATL_VER 0x0A00 // Active Template Library version 10.00

#ifndef _ATL_FILENAME_VER
#define _ATL_FILENAME_VER "100"
#endif

#ifndef _ATL_FILENAME_VER_NUM
#define _ATL_FILENAME_VER_NUM 100
#endif

#ifndef _ATL_VER_RBLD
#define _ATL_VER_RBLD "10.00"
#endif
like image 125
Roman R. Avatar answered Feb 19 '26 10:02

Roman R.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!