Hello,
does anyone know, if it is possible - or how - to have installed both versions of CW on one machine?
Thank you.
--
Tobias
www.OutBank.de
Hello,
does anyone know, if it is possible - or how - to have installed both versions of CW on one machine?
Thank you.
--
Tobias
www.OutBank.de
It should simply be a matter of installing them in different directories. There's a utility called env_update.exe that lives in the bin directory. It will update your path and all other environment variables as necessary when you want to switch to the other one.
I have to ask, however, why you need both installed. 3.1 should be able to do everything that 2.8 does, and more.
Regards,
Matt Pinsonneault
Nokia Developer Platform Tools
Hello Matt,
thank you _very_ much about that information.
We want to install both, 'cause we still need support for the older sdks (S60,SDK OS6.1 v1.2)...or does CW 3.1 support also those sdks?
Br
Tobias
[OT] Is it possible to become a cabide.c++ (eclipse) beta tester ?
Tobias,
I don't think we removed any SDK support with the new version, but we don't officially support the OS 6.1 SDK any more. For that matter, I don't think it's officially supported on 2.8 either. My advice would be to try developing for the older SDKs with CW 3.1 and see if it works for you. If so, feel free to remove 2.8 from your system. It will simplify things for you.
And I'm afraid that the beta program is closed at this time, but the official release should be out pretty soon.
Regards,
Matt
Matt, one last question...is there are special update price for CW2.8 licensee?
Thanks you.
Br
Tobias
Please contact sales.codewarrior@nokia.com. They should be able to help you.
Regards,
Matt
Hi Tobias,
even if S60 SDK 1.2 ins not supported by CW 3.1 it works fine for me. I have several S60 SDKs installed on my machine as well as S60 and UIQ SDKs and can use them with CW 3.1.
The only problem I encountered was that some SDKs were gone in the CW Symbian environments, but it is not problem adding them manually again. I think these configurations are stored in a devices.xml file somewhere. It might also work to backup this file and edit it later if some configurations are gone.
The safest way should be to install the oldest SDKs first, but that might be too late for you now ;-)
A good thing is to test such installations with VMWare first.
Best Regards,
Bernd
Hello Bernd,
thank's for your suggestions.
Everything is working fine now. It is no problem to edit the devices.xml and switch between the sdks, if you build on commandline (or using th devices-command). For importing your mmp into CW, he's looking also into that file. And as you said, the S60 v1.2 still works fine with CW 3.1.
Looking forward to carbide.c++ -> 87 days left for my CW ;-)
cu
Tobias
Hello Tobias,
normaly I only with with CW and not with command line. I rarely (re)import .mmp files because it doesn't work very well. I'm realy longing for carbide.c++. I've been using CW for about two years now...
I singed up for the beta program but it seems my help was not needed for the first test round.
Best Regards,
Bernd
hi tobias and Bernd
i'm working in all platforms of symbian but i'm unable to set settings for the environment switch .In the sdk tools there is settings.xml for the sdks to be switched but when i try the same for code warrior the system is not recongising the commands at all.
Can anyone of u guide with proper seetings.xml and for codewarrior settings.
so that i can install n number of sdks in a single machine.
Plz reply,
Regards,
Mateen Maldar
Hi Mateen,
there is no need to switch between environments with CW. You only have to take care that the 'Symbian Environments' (found in the menu in CW) are set properly. I think that is read from the devices.xml file. You have to install the CW SDKs of course.
Sometimes I have to different CWs open with projects for different SDKs and can compile from both without any problems.
Best Regards,
Bernd
Hello Mateen,
I do not use the environment switch. I simply change the devices.xml tag "default".
e.g.
device id="S60_3rd" name="com.nokia.s60" default="no" userdeletable="no"
to
device id="S60_3rd" name="com.nokia.s60" default="yes" userdeletable="no"
The same job is done by
devices -setdefault @S60_3rd:com.nokia.s60
There is no need anymore to set your EPOCROOT
Br
Tobias
www.OutBank.de
Thanks botias and Bernd,
i set my environment in cw but i didn't find any devices.xml file.
Regards,
Mateen maldar
On my german windows environment it is located at:
C:\Programme\Gemeinsame Dateien\SYMBIAN\devices.xml
Maybe yours at:
C:\Program Files\Common Files\Symbian\devices.xml
AFAIK that file/issue is supported since OS7.0 sdks, but it is usable with the older ones.
cu
Tobias
Thanks tobias i got it and i'm really happy atleast i'm getting my replies fast.
Thanks alot.
Regards,
Mateen maldar