How to remove application from emulator using Carbide.c++
Article Metadata
If you need to remove the application from emulator there are several ways to do this, but if you want to do it using Carbide project settings, i.e. if you clean the project it also should be cleaned from emulator then here is the solution. Its easy and quick.
Perform following steps :
1) Select the project properties 2) Go to project settings 3) Enable project specific settings 4) Select the SBSv1 tab 5) Change the clean level to really clean
After this every time you perform clean from Carbide.c++ the application files will be removed from everywhere.


(no comments yet)