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,
fails with an exception.
Is there anything workaround for this?
Thanks,
Werner
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