Getting panic CONE 14
| Wed, 2008-01-23 08:21 | |
|
hi, /* #include eikon.rh #include QikCommand.rh #include QikListBox.rh #include QikListBoxStandardLayouts.hrh #include "Mylist.hrh" // Application specific commands // Use this statement to ensure that the resources in the file have a unique ID // The three following resources are mandatory fields and need to be the // RSS_SIGNATURE can be used to specify version information // Defines the name of the default file the application framework creates. // This resource is NOT used by UIQ. //---------------------------------------------------- //---------------------------------------------------- // The application supports the reference UI Configurations that are supported //---------------------------------------------------- // Defines the pages of a view. //---------------------------------------------------- RESOURCE QIK_CONTAINER_SETTINGS r_Mylist_page_control } RESOURCE QIK_ROW_LAYOUT_DATA r_row_layout_data_fill //---------------------------------------------------- Thanks n Regards, |
|






Forum posts: 95
The description of CONE 14 panic
"Environment cannot find the specified resource in any resource file "
Chao,
Raghav
Forum posts: 21
Thanks for replying, but i am nt getting where is the problem n what i need to add in resource file...
Thanks n Regards,
Sapna
Forum posts: 147
First try using only lowercase letters for resource names.
r_Mylist_commands -> r_mylist_commands
Then track down the error using your debugger, and post here the piece of code that crashes.
Forum posts: 21
Thanks for reply , i have written one more application which is working fine... same as before,but still i will make change what you told n check will it run ...
Thanks n Regards,
Sapna
Forum posts: 21
It is crashing at this function in Mylistapplication file.
TUid CMylistApplication::AppDllUid() const
{
return KUidMylistApp;
}
Thanks n Regards,
Sapna
Forum posts: 7
You are confused because you do not understand Tao. Only a fool expects rational behavior from his fellow humans. Why do you expect it from a machine that humans have constructed? Computers simulate determinism; only Tao is perfect.
Forum posts: 8
Hello,
i had the same problem, and I solved it:
* shutdown emulator (if running)
* go to Epoc32 and delete all files and folder related to Your project (use e.g. Total Command, Alt+F7 and search for [MYPROJECTNAME]*.*)
* rebuild your project, now CONE 14 should disappear
I found .r01 file, that was not updated by compilation even i changed .rss file, maybe it is enough to remove this file only...
Jozef
Jozef PrÃdavok - http://pridavok.sk/
Mothiva, s.r.o - http://mothiva.com/