Oops, re-installing the carbide license fixed it.
Type: Posts; User: smui; Keyword(s):
Oops, re-installing the carbide license fixed it.
A very strange thing is happening. I no longer have a debug build configuration option. If I create a new project or try to change the build configuration my only options for whatever SDK I have...
Thanks Neil. Clearing out the phone did the trick...
But the installer with only one language and the same application UIDs installs just fine. The dual language installer installs just fine outside of TRK.
Sorry if I wasn't clear, but only via TRK...
Recently, I have just added multi-language support to my S60 3rd FP2 application. So the package file now has two languages. Everything builds properly. The sisx files signed by self signed...
I've recently converted from 1.1 to 1.3. Using 3rd ed FP1.
The MMP build seems to be sorted out. The S60 GCCE debug and release builds work fine. The generated makefiles for WINSCW do not have any...
Hi,
Are there special characters that can't
be used in something like SOURCEPATH? Is there a way to escape them?
Ex:
[...]
SOURCEPATH ..\..\Source\C++\StdC
SOURCE MyFileStream.cpp
[...]
Awesome, the latest TRK on the N95 works with Carbide 1.1 thanks.
I'd love to upgrade carbide, but a co-worker had difficulties getting projects converted to the new system.
Does TRK 2.6 (carbide 1.1) work on an N95 running firmware 11.0.026?
Or do I need to update to Carbide 1.2?
Currently, I see that TRK launches and connects to the PC via USB. When I connect to...
Columns of type EDbColText8 (maybe the others too) have a maximum indexable length of 50. When doing a PutL() it will only check up to this number of characters for purposes of duplicate column sets...
bjorn,
I'm having this same issue.
I've tried copying the checkout project into the workspace directory then importing. That seems to fix the rsc compilation error, but now after carbide...
I'm having a problem with using a unique index of mixed types. One is EDbColText another EDbColInt32. This works fine if default lengths are used for the EDbColText column.
If I specify a length...
There is another thread where the solution is posted. I don't have a link handy.
You need to list a *full* path to the static libraries that you want linked in the "Libraries" section (not the...
I have the same problem. The S60 GCCE debug configruation linker command line generator is broken. I'm using Carbide.c++ 1.1 DEV.
Everything works fine under the Emulator Debug build. When I...
One way around is to split up a large project into several smaller ones. I had to do this because the other solutions with subst wouldn't work.
Is there a way to combine a bunch of .lib files into...