#1. Here is a patch that will allow you to get rid of these warnings (and a few others)
http://www.newlc.com/en/s60-3rd-edition-fp2-sdk-patch-against-gcce-warnings
Type: Posts; User: Eric@NewLC; Keyword(s):
#1. Here is a patch that will allow you to get rid of these warnings (and a few others)
http://www.newlc.com/en/s60-3rd-edition-fp2-sdk-patch-against-gcce-warnings
Are you using Avira AntiVir ? If yes this is very likely to be false positive.
I also have the same warning regarding epoc.exe (but for the S60 2nd FP2 emulator) and ecmtlauncher.EXE.
I have...
Definitely! (if the dialog is simple...)
No.... (well, yes: using Codewarrior instead of Carbide!)
Just one more thing: in my licence, I can see that Carbide_App_TRK licence has the status "Permanent"/"CheckedOut" while all others are "Permanent"/"NotCheckedOut".
This morning, my carbide.c++ (1.2.2) is in a bad mood and cannot start ODD. I am using two devices (N95 and E61 with latest firmware to date), the TRK is running on device and my configuration used...
No unfortunately... my MIF file is in a public directory :-(
Hi,
This does not work for me. I am using an EXE (not an application, but a simple background EXE) which need to decode some icons. I have a connection with RFbs (no need to have a iFbsSession...
Hi Tim,
Worked like a charm.
Thanks !
Eric
Hi
I have tried to play with the "alternate makmake" option when importing a MMP project into Codewarrior. However, now each time I import a project, Codewarrior fills in this entry with the name...
We got it to work on N80, N73 and E61 (not completely sure about E61 but cannot remember of any issue with this device).
Check also the TRK that is included in the Carbide.c++ Pro version, which...
I occasionally has this also (but still mostly working with CW).
Have you tried to:
- delete your application SIS file on C: (created by the TRK during sis installation process): I don't know why...
This bug is definitely present in CW 3.1 !
Still no fix for it ?
Hi
Can Carbide.c++ build a project with static libraries ?
I do have a project that compiles fine on command line and Codewarrior Pro that makes uses of several static libraries. When imported...
Yes, this *shall* be done by Codewarrior.
On the very first try, I tried to sign the SIS file by myself then debug. This does not work. You have to fill in the windows that request the PKG and...
Ok, finally got it working!!!!
You need to generate and sign the SIS file from CW so that the debug can install the sis file before starting the debug session!
You're right. The TRK connexion over Bluetooth is fine (you just need to use the widcomm stack instead of the Microsoft one - which is quoted in the installation notes).
Now I get a...
Hi,
I have upgraded my CW Pro to 3.1.1 with the ODD patch provided recently by Forum Nokia (nice addon, I like the "generate pkg feature" and the "pkg import" as well!).
But I am trying to...
Call SetRect(aRect) before calling CreateListL(aRect).
In CreateListL, you specify the size of the listbox which has not been initialised... so your listbox won't show up because it has a NULL...
I am trying to play the "Chat Alert Tone" sound on a Series 60 device (through AknKeySoundSystem or CoeSoundPlayer APIs)... but I cannot find the id associated to this system sound.
Any help is...
Ok, that's the small "folder" icon.
I do not have any in my case.... I assume this is more generally a problem with my global PATH.....
What do you call a "he recursion symbol from the access paths definition" ?
I have the same issue with my CW installation but:
- compiling for S60 platform works well for any target.
-...
Both have their pros and cons.
Metrowerks is a little bit more complex than C++BuilderX. However it launches, compiles,etc... a lot faster than Borland IDE (there is a significant difference on...
I use NS6.1 SDK (v1.2).
I do have a ezlib.h file in epoc32\include.
Eric
I successfully used the compress() and uncompress() function (and their equivalent on the perl version of the zlib) .
You just need to add a header to transmit some extra data required for the...