Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbars for Visual Studio 2019
#1
Hello, 

I'm trying to use GIMP 2.10.24 to draw toolbars for MS VS 2019 with Gimp. Although it seems to work fine for icons, none of the BMP parameters seem to produce valid toolbars :

Using these explanations, I can save the BMP file so that it opens in Visual Studio. I also set the mode to RGB and made sure there is no alpha channel.

The app builds OK, but when I run it,
Code:
VERIFY(toolBar->LoadToolBar(nID));

fails with an exception.


Is there anything workaround for this?


Thanks,

Werner
Reply


Messages In This Thread
Toolbars for Visual Studio 2019 - by werner - 06-03-2021, 12:58 PM
RE: Toolbars for Visual Studio 2019 - by Ofnuts - 06-03-2021, 11:55 PM
RE: Toolbars for Visual Studio 2019 - by werner - 06-07-2021, 02:46 PM
RE: Toolbars for Visual Studio 2019 - by Ofnuts - 06-08-2021, 10:12 PM
RE: Toolbars for Visual Studio 2019 - by werner - 06-09-2021, 02:57 PM

Forum Jump: