I copied the code to same directory, but the code is not building at all. it is taking longer time and not finishing. In the detailed view i get message,"Refreshing workspace:Blocked the user operation is waiting for background work"
I copied the code to same directory, but the code is not building at all. it is taking longer time and not finishing. In the detailed view i get message,"Refreshing workspace:Blocked the user operation is waiting for background work"
That is an eclipse story (Carbide.c++ is based on eclipse), sometimes you just have to exit and restart. Also, the process may stuck in the memory when exiting, in that case you have to kill it from the Task Manager...
is this the case with every SDK you build for?
I am using S60_3rd_FP2_SDK_v1.1.....My colleague is using the same.. we both get the same.
Also I tried to get a new class. copy paste the whole code from the example. Still , the controll goes to default and not to EGotResponseHeaders: and EGotResponseBodyData:. I had made an error in url. I changed it. now it is crashing. let me check further.
Last edited by abhinavnishantintg; 2012-10-08 at 12:25.
Can you explain in details on what you are doing (step-by-step) before it gets stuck ?
It sounded on some point that you got stuck while building, and now it sounds that its getting stuck on some point when executing the code.. so its not really clear on what is happening.
Also can you explain what you mean with stuck ?
- is the IDE un-responsive, or just some part of it ?
I think , the code that i prepared is working fine. thanks..
while building the imported example code, the build does not go to completion. it goes to 1/3 rd of it and stys there for all time.
I do right click on carbide and select import.
then select Symbian OS bld.inf from window that appears.
then next and go to the folder where bld.inf is there and select it
now project is imported to my workspace.
I buid it.
that is all I do.
it gets stuck after build progress bar shows 1/3rd of the whole..
Last edited by abhinavnishantintg; 2012-10-08 at 13:13.