| NAB plug-in for MWT user guide June 21, 2006 |
Contents
![]()
|
| Chapter 2 Creating a Simple Application, Hello |
This section explains the procedure for creating and running an executable file.
If an error message is displayed in the [Console] view, take action according to the error message contents to correct the error.

To build the file, select [Clean] from the [Project...] menu, and run "build."The build processing after you select [Clean] varies as follows:
- If [Build Automatically] is checked on the [Project...] menu, the build starts automatically.
- If [Build Automatically] is not checked on the [Project...] menu, check [Start a build immediately] in the [Clean] dialog box, and click [OK].



For a Linux version, enter "Hello".


To debug the file, specify a debugger.Select the [Debugger] tab in the [Run] dialog box, and specify [GDB Debugger] in [Debugger].
"Hello!" appears on the [push!] button when clicked.

Contents
![]()
|