In fact when i compile in my IDE (visual studio) I obtain this error
Code:
C:\\codeMobifindit\\mobifindit3rdEdition\\Findit\\Findit\\data\\mobifindit.rss(49) : Label not found
ERROR: RCMake failed: (Resources): rcomp.exe failed with code 1. (Reason: Incorrect function.)
Project : error PRJ0019: Un outil a retourné un code d'erreur à partir de "Exécution d'un événement avant génération..."
I don't understant bcause I have, in my rss file
Code:
RESOURCE LOCALISABLE_APP_INFO r_mobifindit_localisable_app_info
{
short_caption = "mobifindit";
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = "mobifindit";
number_of_icons = 1;
icon_file = "\\resource\\apps\\mobifindit.mif";
};
}
and in my _reg.rss file
Code:
#include <appinfo.rh>
#include <mobifindit.rsg>
UID2 KUidAppRegistrationResourceFile
UID3 0xF0001e64
RESOURCE APP_REGISTRATION_INFO
{
app_file="mobifindit";
localisable_resource_file = "\\resource\\apps\\mobifindit";
localisable_resource_id = R_MOBIFINDIT_LOCALISABLE_APP_INFO;
embeddability = KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
}
I ignore this error and launch the emulator and i have a system error. When i compile with command line i don't have the error
C:\\codeMobifindit\\mobifindit3rdEdition\\Findit\\Findit\\data\\mobifindit.rss(49) : Label not found
but i have the system error when i launch the app
so i don't think that there is a problem with my resources