View previous topic :: View next topic |
Author |
Message |
wahorger
Joined: 13 Oct 2014 Posts: 1225 Location: Morrison, CO, USA
|
Posted: Tue Nov 07, 2023 11:49 pm Post subject: Resource compiler warning message |
|
|
The warning message I get and the displayed line from the resource file don't connect.
The main resource file is:
Quote: | a00000000 icon Z:\CMASTERF95\cjd_CMASTER.ico
proj_icon icon Z:\CMASTERF95\cjd_CMASTER.ico
#include "Z:\CMASTERF95\STANDARD_RESOURCES.RC"
|
and the included file is:
Quote: | win_icon icon z:\CMASTERF95\cjd_icon.ico
cjdbitmap bitmap z:\cmasterf95\cjd_color_splash_small.bmp
redsquare bitmap z:\cmasterf95\red16x.bmp
greensquare bitmap z:\cmasterf95\green16check.bmp
cjdwp bitmap "z:\\CMASTERF95\\BMP and Icons\\cjd_color_splashbw.bmp"
my_error_bmp bitmap "Z:\\CMASTERF95\\BMP and Icons\\my_error.bmp"
my_caution icon "Z:\\CMASTERF95\\BMP and Icons\\my_caution.ico"
my_warning icon "Z:\\CMASTERF95\\BMP and Icons\\my_warning.ICO"
my_undef icon "Z:\\CMASTERF95\\BMP and Icons\\STRIPE_Y_R.ICO"
my_error icon "Z:\\CMASTERF95\\BMP and Icons\\my_error.ICO"
RED_BOX ICON Z:\CMASTERF95\solid_red_icon.ico
YELLOW_BOX ICON Z:\CMASTERF95\solid_yellow_icon.ico
GREEN_BOX ICON Z:\CMASTERF95\solid_green_icon.ico
BLUE_BOX ICON Z:\CMASTERF95\solid_BLUE_icon.ico
right_arrow bitmap z:\cmasterf95\right_arrow.bmp
spin_circle GIF "Z:\\CMASTERF95\\BMP and Icons\\Spin-1s-34px.gif"
question_mark bitmap "Z:\\CMASTERF95\\BMP and Icons\\question_mark.bmp"
|
The warning is:
Quote: | [Silverfrost SRC/WIN32 Ver 4.60 Copyright (c) Silverfrost Ltd 2022]
1/0019 question_mark bitmap "Z:\\CMASTERF95\\BMP and Icons\\question_mark.bmp"
COMMENT - Unpacking and reformatting file Z:\CMASTERF95\BMP AND ICONS\SPIN-1S-34PX.GIF (In include file
Z:\CMASTERF95\STANDARD_RESOURCES.RC)
|
A minor annoyance to be sure. But it just started cropping up after I added the spin GIF. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Wed Nov 08, 2023 9:13 am Post subject: |
|
|
Bill
Is this for 32 or 64 bits? |
|
Back to top |
|
|
wahorger
Joined: 13 Oct 2014 Posts: 1225 Location: Morrison, CO, USA
|
Posted: Thu Nov 09, 2023 1:06 am Post subject: |
|
|
32-bit. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Thu Nov 09, 2023 8:52 am Post subject: |
|
|
Bill
You can avoid the comment by adding /ignore 689 to the SRC command line. |
|
Back to top |
|
|
wahorger
Joined: 13 Oct 2014 Posts: 1225 Location: Morrison, CO, USA
|
Posted: Thu Nov 09, 2023 2:16 pm Post subject: |
|
|
Thanks! |
|
Back to top |
|
|
|