Hello list,
Here is the LOCALISABLE_APP_INFO structure generated by Carbide C++ V2.3 for my project:
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
{
short_caption = qtn_caption_string;
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = qtn_caption_string;
number_of_icons = 1;
icon_file = "\\resource\\apps\\CardGameGUIAppVer2_0xEC32B5FC.mif";
};
}
Assuming that the .mif file is related to my app icon, I commented the line out and created another icon_file statement for my .mbm file.
But when I compile the project, I get an RCOMP error for the .rsg file included in my _reg.rss:
#include <CardGameGUIAppVer2_0xEC32B5FC.rsg>
The error says that the file could not be found.
But if I reinstate the original icon_file line, this error goes away.
Can any of the members explain this?
TIA
Vin





