working with UIQ and symbian c++ without CodeWarrior

Login to reply to this topic.
Fri, 2005-04-01 13:22
Joined: 2005-04-01
Forum posts: 8
Hello,
      Is it really possible to work with UIQ and Symbian c++ without having codewarrior?
      I am new to symbian c++ development.
      I am using P800 phone. Previously I worked with PersonalJava and I used to test the applications on emulator and then install them on P800.
      Now while I am trying to build from commandline using the abld build winscw udeb, I am getting an error "Unable to identify a valid CodeWarrior for Symbian OS installation". and no .app file is being created. Sad
      Can anybody help me.  
Thanks in advance
Satish

Fri, 2005-04-01 13:48
Joined: 2005-03-04
Forum posts: 33
working with UIQ and symbian c++ without CodeWarrior
install UIQ 2.0 SDK, it should work
Fri, 2005-04-01 15:30
Joined: 2004-07-01
Forum posts: 26
working with UIQ and symbian c++ without CodeWarrior
You can use the Visual C++ compiler instead of CodeWarrior. A description on how to install a (free of charge) Visual C++ Toolkit-based toolchain is avaible here: http://www.newlc.com/article.php3?id_article=463. You will need a Symbian SDK for Microsoft compilers instead of the CodeWarrior one and build with the command "abld build wins udeb".

You can also use the Eclipse IDE with the plug-in avaible here: http://www.newlc.com/article.php3?id_article=497

mikolajz

Fri, 2005-04-01 15:43
Joined: 2005-04-01
Forum posts: 8
working with UIQ and symbian c++ without CodeWarrior
Quote from: dembi00
install UIQ 2.0 SDK, it should work

Hi,
      Thank you very much for your reply. I'll try this out. Ofcourse a little cumbersome process as I have to uninstall UIQ 2.1 and install UIQ 2.0
Cheers,
Satish
Fri, 2005-04-01 15:47
Joined: 2005-04-01
Forum posts: 8
working with UIQ and symbian c++ without CodeWarrior
Quote from: mikolajz
You can use the Visual C++ compiler instead of CodeWarrior. A description on how to install a (free of charge) Visual C++ Toolkit-based toolchain is avaible here: http://www.newlc.com/article.php3?id_article=463. You will need a Symbian SDK for Microsoft compilers instead of the CodeWarrior one and build with the command "abld build wins udeb".

You can also use the Eclipse IDE with the plug-in avaible here: http://www.newlc.com/article.php3?id_article=497

Hi,
       Thank you very much for your reply. I had considered this solution first considering Eric's document. But UIQ 2.1 don't have a wins build. Any suggestion for the so called "Symbian SDK for Microsoft compilers".
Regards,
Satish
Fri, 2005-04-01 15:52
Joined: 2004-07-01
Forum posts: 26
working with UIQ and symbian c++ without CodeWarrior
On http://developer.sonyericsson.com/site/global/docstools/symbian/p_symbian.jsp  you can download a wins build UIQ 2.1 SDK. I think I have my SDK from there and it works with Visual C++.

mikolajz

  • Login to reply to this topic.