Oh, one more thing - you have to replace the "30" in configure command with appropriate SDK version - "28cw" in your case. I haven't tested it with that specific version, but I suppose the...
Type: Posts; User: relghuar; Keyword(s):
Oh, one more thing - you have to replace the "30" in configure command with appropriate SDK version - "28cw" in your case. I haven't tested it with that specific version, but I suppose the...
Actually the answer is pretty simple. I didn't manage to import the python project into Carbide (yet), but I've written myself a little script to build it automatically, for both the device and...
To janimr & cyke64:
It doesn't really matter for what SDKs the access_points function is available, because it doesn't work anyway. This code can never really succeed (e32socketmodule.cpp, starting...
Actually the right solution to avoid CONE 44 would be:
--- CODE START ---
CEikMenuBar* iMenuBar; // .h file
iMenuBar=new(ELeave) CEikMenuBar();...
I had the same problem and the fix certainly did work.
Thanx.
Hello.
I had the same problem with S60 3rd edition SDK - the installation process would just crash without any message or log output. I use WinXP SP2 with latest updates, as well. Creating an empty...