Hi,
I'm trying to use a custom background image linked to the application as a win32 resource with the precompiled simulation library. The manual tells me that this should be possible. So far I couldn't find out what to do to include my custom bitmaps as resources into the application.
My resource file contains:
IDB_DEVICE BITMAP DISCARDABLE "Device.bmp"
IDB_DEVICE1 BITMAP DISCARDABLE "Device1.bmp"
The VS project contains the respective bitmap files.
Still it does not work. Any hints?
Regards,
Florian.
I'm trying to use a custom background image linked to the application as a win32 resource with the precompiled simulation library. The manual tells me that this should be possible. So far I couldn't find out what to do to include my custom bitmaps as resources into the application.
My resource file contains:
IDB_DEVICE BITMAP DISCARDABLE "Device.bmp"
IDB_DEVICE1 BITMAP DISCARDABLE "Device1.bmp"
The VS project contains the respective bitmap files.
Still it does not work. Any hints?
Regards,
Florian.