Hi,
I am encountering GDB Crash during debugging on Qt Creator with Nokia C5-03.
Dev environment:
windows-xp sp3
QtCreator-2.2.1
Qt-4.7.3
TRK
gdb -version: 6.8
Type: Posts; User: gangaraju; Keyword(s):
Hi,
I am encountering GDB Crash during debugging on Qt Creator with Nokia C5-03.
Dev environment:
windows-xp sp3
QtCreator-2.2.1
Qt-4.7.3
TRK
gdb -version: 6.8
Hi,
I am facing a problem in releasing the object of CAknSettingItemList.
My ConstructL() contains
iItemList = new (ELeave) CAknSettingItemList;
iItemList->SetMopParent(this);...
hi
I am porting my application from s60 2nd fp3 to s60 3rd_MR.
By refering S60_Platform_Porting_from_2nd_to_3rd_Edition_v1_1_en.pdf
I did neccessary changes.
But application icon was not...
Hi ltomuta,
my sincere appologies for that.
I go ahead as you suggested.
thanks.
thanks ltomuta,
I will try with proposed SDK.
Thanks for that link ltomuta,
as mensioned in the post,I copied mensioned GT*.xml files to C:\Symbian\9.1\S60_3rd\Epoc32\Data\capabilities and restart the carbideC++,still I found...
hi ltomuta,
Thanks for the reply,
I checked for GT&.XML file in my SDK,but not found.
\epoc32\data\capabilities directory not exist in my sdk.
could guide me where went wrong?
Hi
I am porting a application which was developed on s60 2nd fp3 on to s60 3rd(9.1v) , I need to find required capabilities for open signing.
I am using carbide 1.3v express edition,“Capability...
Hi,
I 'v installed HookLogger into C:\Program Files\Common Files\Symbian\tools on my system.
My system 's intalled with S60 3rd(9.1) & S60 2nd fp3.
I hooked hooklogger on S60 3rd & launched...
Hi truf,
I am attempting to port an application to symbian 9.1. The application is using etelmm.lib.When I compile for a gcce target I get an error stating that etelmm.dso is not found.
I m not...
sorry, little bit confusing,but I ddn't have E32main() in my main.cpp of dll.
I had
IMPORT_C TInt WinsMain();
EXPORT_C TInt WinsMain()
{
return...
Hi SKumar_Rao,
ya,It is dll only.this .dll could loaded by my client application to activate Standbyview.
As you suggested I edited my main.cpp like this
/*IMPORT_C TInt WinsMain();
EXPORT_C...
I edited like this:
IMPORT_C TInt WinsMain();
EXPORT_C TInt WinsMain()
{
return reinterpret_cast<TInt>(&CIdleScreenNotify::ThreadFunction);
}
#if !defined(EKA2)
GLDEF_C TInt...
Getting Error as follows:
screen.cpp
IdleScreenNotify.UID.CPP
mwldsym2.exe: Undefined symbol: 'int E32Main(void) (?E32Main@@YAHXZ)'
mwldsym2.exe: referenced from '__E32Startup' in uc_exe.cpp:46...
Thank you very much for the reply.
equalent for s60 3rd for the following:
.MMP
TARGET IdleScreenNotify.exe
TARGETTYPE epocexe
Hi,waterInSky
I am porting my application,from S60 2nd fp3 to S60 3rd.It ia a dll(polymorphic).could you please sugest me the equalent for s60 3rd for the following:
// @anchor WinsMain...
Hi, I am porting my application from S60 2nd FP3 to S60 3rd(symbian 9.1v).
application use standbyscreen also,that could implemented as Dynamic DLL.
Respective .MMP files in S60 2nd Fp3 as...
Hi,
I would like to show location/City information while application launch.
Could anybody suggest me how to achieve this,Any API s availble in S60 2nd / 3rd edition?
Any help appeciated....
Hi,
thank you for the reply.
I am using S60_3rd_Edition_SDK_Feature_Pack_2_v1_1_en and Carbide-v1.3
ya,I used "Configure environment for WINSCW command line" for helloworldbasic example of 3rd...
hi,
I am exercising with helloworldbasic, porting from S60 2nd edition fp3 to S60 3rd edition fp2,I followed neccesary steps from S60_Platform_Porting_from_2nd_to_3rd_Edition_v1_1_en.pdf But when I...
Hi,
I am testing HTTP Client(vc++) example on S60 2nd edition.
can any body tell me how would i be able to download an image from an URL using HTTP ?
Any sample code code is appriciated .
...