PrevNextUpHome BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1

4.1. SFC Application

An application without using the GUI framework can be developed by inheriting from the SFCApplication class. This kind of application is called SFC application.

SFC application has the same structure as the C program developed with standard BREW SDK.

The C++ wrapper and utility classes of SophiaFramework can be also used in the SFC application.

The source code of HelloWorld application (SFC application) can be downloaded at this web site.

2. SophiaFramework AppWizard

Choose [No] when asked "Would you like to use the GUI framework used?" and then click the [Next] button. ( In case of developping the SFC application ).

The "New Project Information" window displays information on the new project template.