简体   繁体   English

如何在Visual Studio Community 2015中创建“ ATL项目”?

[英]How to create an “ATL Project” in Visual Studio Community 2015?

This 2004 tutorial tells me to choose Visual C++ Project / ATL Project in the Visual Studio new project wizard. 该2004年教程告诉我在Visual Studio新建项目向导中选择“ Visual C++ Project / ATL Project ”。

PROBLEM: The ATL project type does not seem to exist in my Visual Studio Community 2015. 问题: Visual Studio Community 2015中似乎不存在ATL项目类型

QUESTION: How to make this option appear? 问题:如何使此选项出现? If impossible, what is the nearest option? 如果不可能,最近的选择是什么? Tho goal is to write a shell extension in C++. 目标是用C ++编写Shell扩展。

在此处输入图片说明

ATL project support was not installed. 未安装ATL项目支持。 To fix this: 要解决此问题:

  1. Click on the Install Visual C++ 2015 Tools seen in the screenshot above. 单击上面的屏幕截图中所示的Install Visual C++ 2015 Tools
  2. Let the download and installation happen 让下载和安装发生
  3. Open the New Project dialog again: The New ATL Project option should appear. 再次打开“ New Project对话框:应出现“ New ATL Project选项。

It is doable with the Community version. 它可以用于社区版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在“ Microsoft Visual Studio Community 2015”的现有“ C ++项目”中创建新的“头文件(.h)”? - How do I create a new “header file (.h)” in an existing “C++ Project” in “Microsoft Visual Studio Community 2015”? 无法在Visual Studio 2015社区RTM中创建/打开C ++项目 - Unable to create/open C++ project in Visual Studio 2015 Community RTM Visual Studio Community 2015 MFC空项目无法编译 - Visual Studio Community 2015 MFC empty project doesn't compile 为什么Visual Studio Community 2015中的C ++项目只包含通用应用程序? - How come C++ project in Visual Studio Community 2015 only contain Universal Apps? GLFW和Visual Studio Community 2015 - GLFW and Visual Studio Community 2015 Visual Studio 2015:如何建立针对Visual C ++ v120的ATL专案 - Visual Studio 2015: how to build ATL projects targeting Visual C++ v120 如何在 Visual Studio Community 2015 上打开输入文件、C++? - How to open input file, C++ on visual studio community 2015? 如何在Visual Studio Community 2015中的Windows上编译PortAudio? - How do I compile PortAudio on Windows in Visual Studio Community 2015? Visual Studio:无法将ATL类添加到ATL项目中? - Visual Studio: can't add ATL class to ATL project? Visual Studio 2015 社区 - “Visual C++ 项目系统包”错误 - Visual Studio 2015 Community - 'Visual C++ Project System Package' error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM