resource-editor

VS 2017: fatal error RC1015: cannot open include file 'winres.h'

我与影子孤独终老i 提交于 2020-03-21 20:46:17
问题 I just downloaded Visual Studio 2017 and converted my dialog-based C++/MFC project with it (from Visual Studio 2008 SP1.) But then when I go to Resources it shows this error: fatal error RC1015: cannot open include file 'winres.h' And idea how to fix this? 回答1: I just also came across this issue. It seems my friend missed to push some VS 2017 meta file to the server. My quick solution is to change the Windows SDK version to match the Windows 10 OS version or below. You can check your OS

VS 2017: fatal error RC1015: cannot open include file 'winres.h'

六眼飞鱼酱① 提交于 2020-03-21 20:44:12
问题 I just downloaded Visual Studio 2017 and converted my dialog-based C++/MFC project with it (from Visual Studio 2008 SP1.) But then when I go to Resources it shows this error: fatal error RC1015: cannot open include file 'winres.h' And idea how to fix this? 回答1: I just also came across this issue. It seems my friend missed to push some VS 2017 meta file to the server. My quick solution is to change the Windows SDK version to match the Windows 10 OS version or below. You can check your OS

How to create a background to keep button on it using resource editor

痴心易碎 提交于 2019-12-20 06:00:46
问题 I am new to work on resource editor i have created two buttons next and previous to change the page in my own created window using CreateDialog function and resource editor. Now i want to create a strip which i will put at the bottom of my window and I want to put the two buttons "NEXT" and "PREVIOUS" on that strip and that strip can be coloured (not be white). I want to do so because right now my buttons are on the display of image on my created window and which looks odd so i want my