用于Qt Creator的VC ++编译器 [英] VC++ compiler for Qt Creator

查看:303
本文介绍了用于Qt Creator的VC ++编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用VC ++工具集为XP和Vista建立程式,但我不想购买IDE,因为我想使用Qt Creator。

I want to use the VC++ toolset to build programs for XP and Vista, but I do not want to buy the IDE, because I want to use Qt Creator.

我会下载Windows SDK和Windows调试工具,但我不知道这是否包括我需要的一切(即:编译器,链接器,nmake,调试器)。有没有人使用这种方法?它是怎么回事?

I would download the Windows SDK and the Windows Debugging Tools, but I'm not sure if this includes everything that I need (i.e: compiler, linker, nmake, debuggers). Has anyone used this approach? How did it go?

注意:我知道VC ++ Express,但是该版本的编译器禁用了AFAIK的某些功能。

Note: I know about VC++ Express, but that version of the compiler has certain features disabled AFAIK.

稍后编辑:

我想知道在下载2GB数据之前是否可以使用SDK + Debugtools。个人经验是高度赞赏。 MSDN链接不是。 :)

I want to know if I can use the SDK + Debugtools before I download 2GB of data. Personal experiences are highly appreciated. MSDN links are not. :)

推荐答案

我现在使用CDB + WinSDK方法,它的工作原理。

I am now using the CDB + WinSDK approach and it works.

SDK包含构建C ++代码(make,CRT headers,STL等)所需的一切; Qt看到它是一个MSVC 9. Windows调试工具包包括CDB,但确保您使用的是最新版本,它不适用于我的旧版本。

The SDK includes everything that is needed for building C++ code (make, CRT headers, STL, etc); Qt sees it a MSVC 9. The Debugging tools for Windows kit includes CDB, but make sure that you're using the latest version, it didn't work for me with older ones.

我设法避免编译Qt通过下载developpez.com二进制文件(谢谢你们!)。

I managed to avoid compiling Qt by downloading the developpez.com binaries (thanks guys!).

结束:Windows Xp / Vista SDK +调试工具对于Windows + Qt Creator + Qt二进制从developpez.com可以用作替代Qt MinGW SDK。

In conclusion: Windows Xp/Vista SDK + Debugger Tools For Windows + Qt Creator + Qt binaries from developpez.com can be used as an alternative to the Qt MinGW SDK.

这篇关于用于Qt Creator的VC ++编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆