HI everyone!
When I compile 3rd edition, there is an error "no rule to make target **.rsg",why??
On line for helps!!
HI everyone!
When I compile 3rd edition, there is an error "no rule to make target **.rsg",why??
On line for helps!!
Best Regards
Sophc
// rss file's new structure
RESOURCE LOCALISABLE_APP_INFO r_<appname>_localisable_app_info
{
short_caption = rls_app_short_caption_string;
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = rls_app_caption_string;
number_of_icons = 2;
icon_file = "\\resource\\apps\\<appname>.mbm";
};
}
Best Regards
Sophc
You need to include the keyword HEADER in your resource-section of your .mmp. For example:This is the same approach as it has been in case of START BITMAP...END for creating .mbm-s.Code:START RESOURCE HelloWorld.rss HEADER TARGETPATH \resource\apps END
is the rss file the key or the aif_icon the key?
so puzzled! The 3rd......
Best Regards
Sophc