没有可用于新 C++ 的 MFC 模板项目 - Visual C++表达

发布于 2024-10-03 16:17:25 字数 577 浏览 1 评论 0原文

在发布此内容之前我一直在谷歌上搜索,但我无法找到有关该主题的任何内容..但我不认为这是一个非常棘手的问题,所以请原谅发布:o)。

为了一份新工作,我正在学习 C++,并遵循一些教程。特别是一篇关于MFC的内容,展示了如何创建项目、选择MFC应用程序等。因此,我在 Vista 和 Win 7 上安装了 Visual C++ Express 2010,两次都遇到了同样的问题:当我转到新项目时,我没有“MFC”菜单。该教程以及 Visual C++ 2010 上其他教程的一些屏幕截图清楚地表明它可以存在。更具体地说,在左角我有“已安装的模板”,然后是“Visual C++”和“CLR”,Win32”和“常规”,没有MFC。

因为这些是“已安装的模板”,我想我应该安装它,但我没有找到关于该主题的明确指示;从我发现它应该或多或少从一开始就存在...我还找到了一种通过创建 Win32 应用程序来添加 MFC DLL 的方法,但它似乎并不完全正确同样的事情..我也花了一些时间在 Visual C++ 的菜单上,但没有找到任何明确的方法来添加新模板,如在 Eclipse 中...

好吧,我希望我说清楚了,我认为这是非常基本的,但如果任何人都可以帮助我,我将不胜感激

。 文森特

i've been googling before posting this but i havent been able to find anything on the topic.. yet i dont think its a very tricky one so please forgive for posting :o).

for a new job i am getting into C++, and following some tutorials. in particular one is about MFC, it shows how to create a project , selecting MFC application and so on. So, i installed Visual C++ Express 2010 on both a vista and a Win 7, and both time i had the same issue: when i go to new project , I have no "MFC" menu . some screenshots from that tutorial , and from some other on Visual C++ 2010 clearly show that it can be there. to be more specific, on corner left I have "installed templates" , then "Visual C++" and "CLR", Win32" and "General" , no MFC.

as these are "installed templates", i guess i should have to install it, but i found no clear indication on the topic; from what i found it should more or less be there from the beginning ... i also found a way to add MFC DLL through creating a Win32 application, but it doesnt seem its exactly the same thing .. I spent also some time on the menus of Visual C++ but did not find any clear way to add new templates like in Eclipse...

Well, I hope I made myself clear, i think this is pretty basic but if anyone could give me a hand on that one i'd greatly appreciate.

Cheers
Vincent

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

£烟消云散 2024-10-10 16:17:25

Visual Studio C++ Express 不支持创建 MFC 应用程序。

Visual Studio C++ Express does not support creating MFC applications.

还在原地等你 2024-10-10 16:17:25

如果您不介意泄露 unicode 支持,您可以下载 Visual Studio 2013 Express for Desktop 并安装免费的 MFC MBCS 支持来自 microsoft.com

If you don`t mind the leaking of unicode support, you can downlaod the visual studio 2013 express for desktop and install the free mfc mbcs supportfrom microsoft.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文