简体   繁体   English

PuTTY与VS2015一起编译-平面样式

[英]PuTTY compile with VS2015 - flat style

I'm fixing a few things in the current SNAPSHOT version of Putty but I'm getting slightly another putty (design) than Simon Tatham does. 我正在修复当前SNAPSHOT版本的Putty中的一些问题,但我得到的是不同于Simon Tatham的另一种腻子(设计)。

Please have a look to the following Screenshot. 请看下面的截图。 First my own compiled PuTTY.exe (acutally the change was the window size - I need it broader...) Second the original one. 首先是我自己编译的PuTTY.exe(实际上,更改是窗口大小-我需要更宽的范围...)其次是原始文件。

在此处输入图片说明

My version has the "old-fashioned" XP-Style 3D-Effects, while the original variant already takes care of the new "flatstlye"-Window-Style. 我的版本具有“老式” XP样式3D效果,而原始版本已经处理了新的“扁平”窗口样式。

I was looking for any property I can set or anything I can configure in Visual Studio, but unfortunately I wasn't able to find anything. 我一直在寻找可以在Visual Studio中设置的任何属性或可以配置的任何属性,但是不幸的是我找不到任何东西。

Thanks in advance for any reply! 预先感谢您的任何答复!

PS: Trying to run perl mkfiles.py it generates no Makefile.cyg using Windows 10 and cygwin/cygwin64 for me. PS:尝试使用Windows 10和cygwin / cygwin64运行perl mkfiles.py时,不会生成Makefile.cyg。 Maybe using another compiler would work in the end.... 也许最后使用另一个编译器就可以了。

It seems that you didn't add a manifest to your project. 似乎您没有在项目中添加清单。

See windows\\putty.mft in PuTTY repository. 请参阅PuTTY存储库中的windows\\putty.mft

See also: 也可以看看:
https://www.codeproject.com/Articles/4987/Using-Windows-XP-Styles-in-your-MFC-WIN32-Applicat https://www.codeproject.com/Articles/4987/Using-Windows-XP-Styles-in-your-MFC-WIN32-Applicat

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

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