简体   繁体   English

Mingw-w64和TDM-GCC之间在简单GDI项目上的差异

[英]Differences between Mingw-w64 and TDM-GCC for a simple GDI project

I need to build a simple non-commercial tool (dealing with Windows GDI API) on Win64 for Win64 (no cross compilation). 我需要在Win64 for Win64上构建一个简单的非商业工具(处理Windows GDI API)(没有交叉编译)。 MinGW seems the best option for me. MinGW对我来说似乎是最好的选择。
I have already used the 32 bit version in the past, as for 64-bit, can you tell me the main differences between the following builds?: 我以前已经使用过32位版本,对于64位版本,您能否告诉我以下版本之间的主要区别?:

  1. Mingw-w64 MinGW的-W64
  2. TDM-GCC TDM-GCC

Besides the classic MinGW32 used a straightforward tool, mingw-get.exe , to customise the setup and keep up with the updating cycle. 除了经典的MinGW32使用了一个简单的工具mingw-get.exe来定制设置并跟上更新周期。 Which is the equivalent now? 现在哪个是等价的?

I've posted a short overview of MinGW / MinGW-w64 / TDM-GCC here: What is the difference between Orwell's MinGW and TDM Dev-C++ versions? 我在这里简要介绍了MinGW / MinGW-W64 / TDM-GCC: Orwell的MinGW和TDM Dev-C ++版本有什么区别?

Which is the equivalent now? 现在哪个是等价的?

It seems , there's no MinGW-W64 version of mingw-get; 看来 ,mingw-get没有MinGW-W64版本; not sure if this is still valid. 不确定这是否仍然有效。 However, MinGW-w64 contains a nice installer. 但是,MinGW-w64包含一个不错的安装程序。

Btw. 顺便说一句。 MinGW-w64 is not just a "64 Bit port of MinGW" - it's more . MinGW-W64不仅仅是“MinGW的64位端口” - 它还有更多

This is a late answer, but I have this same question and I was looking for by many hours and this is what I found... 这是一个迟到的答案,但我有同样的问题,我正在寻找几个小时,这就是我发现...

I think that this link can to expand our view of the differences that include every distro, although the recommendation summary is based in their UI framework library (Qt 5)... 我认为这个链接可以扩展我们对包含每个发行版的差异的看法,尽管推荐摘要基于他们的UI框架库(Qt 5)......

http://qt-project.org/wiki/MinGW-64-bit http://qt-project.org/wiki/MinGW-64-bit

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM