I asked a co-worker of mine who has encountered the same problem, and he told me he's using CW 3.1 Pro. Thus it seems no to be just 3.0 problem. (Or maybe it is just my bad kkkarma, as only people...
Type: Posts; User: huoneusto; Keyword(s):
I asked a co-worker of mine who has encountered the same problem, and he told me he's using CW 3.1 Pro. Thus it seems no to be just 3.0 problem. (Or maybe it is just my bad kkkarma, as only people...
This particular issue has bothered me for a year or so. For a while, it seemed to have disappeared, but it came back... Two of my co-workers have also encountered the same issue.
The problem:...
Here you create two icons, add one to the list and lose the other. This causes memory leak (ALLOC panic that is). Moreover, you should push the created icon to the cleanup stack before you AppendL it...
Thanks for the tip! Found those size tool definitions (and commented them out) from .cwcomp-files in directory Bin\Plugins\Support\CompilerDescriptors\Symbian.
Is there some easy way to make CW...
I had been, as usual, doing the normal edit-compile-debug cycle for don't-know-how-many-hours and all of a sudden CW (3.0 Pro for Symbian) started reporting the following compilation errors:
...
Hi,
I wrote some (minimal) Python scripts for CodeWarrrior 3.0 Pro and today I encountered a weird problem. The following kinda code worked fine before:
<pre>import win32con
import...
Hi,
My program panics with code -14 and msg "Requested object is already in use by another application" (or something similar) if I try to Cancel() or Close() a RHTTPTransaction.
(I'm using...
...solved. It was user/developer stupidity error after all. :)
I have an application that enumerates all folders from local messaging service index (i.e. standard Inbox, Outbox, etc. folders).
First I set the current entry to KMsvLocalServiceIndexEntryId and...