Source: http://www.devdiv.net/frame.php? Frameon = Yes & Referer = http % 3A // www.devdiv.net/
-------------------------------------------------
You can use a registry file to create a consoleProgramIt is displayed in the list of installed programs.
Steps:
1. Add a registry RSS file for the console program. For example, myconsoleapp. RSS has the following content:
# Include <appinfo. RH>
Uid2 kuidappregistrationresourcefile
Uid3 0xa20001eb // modify this to uid3 that matches the MMP File
Resource app_registration_info
{
App_file = "myconsoleapp"; // modify the application name
Embeddability = kappnotembeddable;
}
2. Modify the MPs file and add the following content:
Start resource myconsoleapp. RSS
# Ifdef winscw
Targetpath/private/10003a3f/apps
# Else
Targetpath/private/10003a3f/import/apps
# Endif
End // Resource
3. Compile and run.
Summary. The console program can be directly run on the graphic interface for ease of use and convenience of debugging.