你好,
Active Template Library(ATL,又译作“活动模板库”)是一個以C++模板技術的類別的集合,是Microsoft為了簡化Component
Object Model(COM)的程式設計而發佈的。参见:http://zh.wikipedia.org/wiki/Active_Template_Library
你说的选项中的use static link ATL,意思是说在编译过程中使用ATL组件并且会把方法写入可执行文件中;not use ATL则是不使用组件。与此同时use
dynamic link ATL意思是:只在编译的时候应用ATL组件而不把方法写入应用程序中。
希望对你有帮助。
此致
Elegentin Xie [MSFT]
MSDN Community Support | Feedback to us
