BREW HelloWorld - 1 / 7 -
Preface
This tutorial will guide you through programming HelloWorld application for BREW in C++. After finishing this step, you will understand how SophiaFramework UNIVERSE works for your BREW application.
* Source code is included in the SophiaFramework UNIVERSE free trial.
Hello World overview
Theme: Display "HelloWorld" on the display.Time Required: 0 min.Premise:
Goal: Feel SophiaFramework UNIVERSE !Table of Contents : |
When "include error" Occurs...
If fatal errors such as "include error" occur when compiling applications developed with SophiaFramework UNIVERSE, please re-install SophiaFramework UNIVERSE.
These fatal errors occur when the inlude files or library paths are not correctly registered for Visual Studio.
Include Files Search Path Verification
Select [Tools (menu)]->[Options (menu)]->[Directories (tab)] and in the drop down menu titled [Show directories for:] select the [Include files] item.
Verify that the SophiaFramework UNIVERSE path is set in the displayed list box as follows:
C:\Program Files\Sophia Cradle\SophiaFramework\4.1\Include
If the path is not set up, it can be set manually by clicking on the bottom blank area of the list box.
Library Search Path Verification
Select [Tools (menu)]->[Options (menu)]->[Directories (tab)] and in the drop down menu titled [Show directories for:] select the [Library files] item.
Verify that the SophiaFramework UNIVERSE path is set in the displayed list box as follows:
C:\Program Files\Sophia Cradle\SophiaFramework\4.1\Library
If the path is not set up, it can be set manually by clicking on the bottom blank area of the list box.