| Reply | « Previous Thread | Next Thread » |
|
hi all,
plz any one told me .how to run the program throwcommand prompt. i used carbide c++ 1.1 v ide . when i used on command prompt abld build winscw udeb. then this give me error because of codewarrior ide not install . when i used on command prompt abld build wins udeb. then this give me error because of vc6 ide not install . plz told me what i used for carbide ide . abld build armi urel and abld build thumb urel are only for phone build not for command prompt means i used epoc for running after above command then emulator is open but its not release mode its is debug mode. |
| ankushbabrekar |
| View Public Profile |
| Find all posts by ankushbabrekar |
|
Make a batch script with the following content, see that the value of CX_PLUGIN makes sense in the context of your Carbide.c++ Express installation and then run it before starting to build in command line.
Code:
set CX_PLUGIN=C:\Program Files\Nokia\Carbide.c++ Express v1.1\plugins\com.nokia.carbide.cpp.support_1.1.0.5 set MWCSym2Includes=%CX_PLUGIN%\Symbian_Support\MSL\MSL_C\MSL_Common\Include;%CX_PLUGIN%\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;%CX_PLUGIN%\Symbian_Support\MSL\MSL_C\MSL_X86;%CX_PLUGIN%\Symbian_Support\MSL\MSL_C++\MSL_Common\Include;%CX_PLUGIN%\Symbian_Support\MSL\MSL_Extras\MSL_Common\Include;%CX_PLUGIN%\Symbian_Support\MSL\MSL_Extras\MSL_Win32\Include;%CX_PLUGIN%\Symbian_Support\Win32-x86 Support\Headers\Win32 SDK set MWSym2Libraries=%CX_PLUGIN%\Symbian_Support\Win32-x86 Support\Libraries\Win32 SDK;%CX_PLUGIN%\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs set MWSym2LibraryFiles=MSL_ALL_MSE_Symbian_D.lib;gdi32.lib;user32.lib;kernel32.lib; set PATH=%CX_PLUGIN%\Symbian_Tools\Command_Line_Tools;%PATH% |
|
Alternatively, you can also run env_update.exe tool that is shipped with Carbide.c++.
On my machine, the tool is located at \Carbide.c++ Express v1.1\plugins\com.nokia.carbide.cpp.support_1.1.0.5\env_switch This tool will setup environment variables you need to run command line tools, such as abld. Antony |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Carbide 1.1 C++ : mbg file problem | taycho1 | Carbide.c++ IDE and plug-ins | 5 | 2008-07-21 14:02 |
| Carbide C++ Express Problem... | sujith | Symbian Tools & SDKs | 14 | 2006-11-30 08:21 |
| problem with Carbide when use #ifdef | Dipakbaviskar | Carbide.c++ IDE and plug-ins | 5 | 2006-11-28 14:47 |
| Problem in making sis file in Carbide C++ | Adeesh | Carbide.c++ IDE and plug-ins | 5 | 2006-10-02 15:00 |
| Problem with VC++ 6 IDE | clickzika | Symbian Tools & SDKs | 0 | 2005-02-11 09:14 |