Symbian Developer Network

   
 

Need help using the forums?
Click here

Home » Symbian Developer Network Forums » shanekearns

 
User Profile for shanekearns
shanekearns
  Three stars
 
Status Level: Three stars (69)
Registered: 05-Dec-2007
Total Posts: 206
Total Questions: 18
 
   


Recent Messages: Point your RSS reader here for a feed of the latest messages in all forums
Re: sis Installation error "Certificate error "
 
You have to run signsis after makesis. Or you can run createsis to do both steps in one go. If your...
Re: Re-installing Symbian OS S60
 
1) reflashing the phone normally clears the internal system drive (C:) as well. 2) update sis files ...
Re: S60 5th Emulator WidgetRegistry ALLOC: 36a42aa4 Error
 
Discussion Groups » Symbian C++, 17-Jun-2009
It means that widget registry leaked some memory. You can ignore this error (the only way you could ...
Re: problem to make sis
 
You don't have gcce compiler installed or it isn't on your path. You need to install "CSL ARM toolch...
Re: How to change the animation speed in a CPeriodic object?
 
Call the Cancel() function, then you can call Start() again with new parameters.