Hi!
I want to add xxx_reg.rss to my console application,
but "xxx_reg.rss is an invalid name on this platform" message is appears.
After I add this file, I can't built the project.
errors:
make[1]: No rule to make target...
.rss file
#include <appinfo.rh>
UID2 KUidAppRegistrationResourceFile
UID3 0xEFBE48C6
RESOURCE APP_REGISTRATION_INFO
{
app_file="<xxx>";
}
.mmp:
START RESOURCE xxx_reg.rss
TARGET xxx_0xEFBE48C6_reg.rsc
TARGETPATH \private\10003a3f\apps
END //RESOURCE

Reply With Quote

