Is your registration file ok? Can you post it here?
As for debugging: Carbide.C++ 1.3 Developer Edition supports On Device Debugging (ODD).
Is your registration file ok? Can you post it here?
As for debugging: Carbide.C++ 1.3 Developer Edition supports On Device Debugging (ODD).
-- Lucian
BTW, what's with that 0x70000001 as your VendorID. Are you working for Symbian?We might stop helping you then and ask you to pay for the services
)
-- Lucian
following is the rss file:-
i know i am asking a lot of silly questions...but i just started developing on symbian// <your app>_reg.rss
#include <appinfo.rh>
UID2 KUidAppRegistrationResourceFile
UID3 0xE8000005
RESOURCE APP_REGISTRATION_INFO
{
app_file="hte";
}![]()
as for the symbian vendor id...i just used the code base of httpexampleclient to issue http requests![]()
Make sure that you install the _reg.rsc and the .exe to the same drive. Generally -1 is KErrNotFound, so something is not there where it is expected (many "negative numbers" are documented in http://wiki.forum.nokia.com/index.php/Error_codes)
Hi Guys... Thanks for the help
i am able to get the application running..and the logs are coming.
am getting a panic USER CBASE 90 when the test tries to finish...will work on that![]()
Just check what it is in the SDK Help, then fix handling of Cleanup Stack.