void INetAsync::RunL() { // DO the finished work here }
My code is crashing in constructl while executing CActiveScheduler::Add(this). Please tell the reason, its urgent. I am not passing null object, neither calling Add more than once. I am getting a run time error User breakpoint called from code at 0x6001c966
Forum posts: 205
Best regards,
Michal Laskowski
Forum posts: 38
A simple symbian enthusiast
Forum posts: 205
Best regards,
Michal Laskowski
Forum posts: 38
A simple symbian enthusiast
Forum posts: 205
You should read bout AS in sdk docs.
Initialization of AS
CActiveScheduler::Install( myAS );
Deinitialization of AS
delete myAS;
Best regards,
Michal Laskowski
Forum posts: 38
Thanks again
A simple symbian enthusiast