NAB plug-in for MWT user guide
June 21, 2006
Contents
Preface
Chapter 1 Overview
1.1 NAB plug-in for MWT
1.1.1 Functions
1.1.2 License
Chapter 2 Creating a Simple Application, Hello
2.1 Starting Eclipse
2.2 Exiting Eclipse
2.3 Creating a Project
2.4 Creating an Application Window
2.5 Allocating an Instance to an Application Window
2.6 Creating an Event Procedure
2.7 Building and Running an Executable File
Chapter 3 Views
3.1 Name and Function of Each View
3.2 [C/C++ Projects] View
3.2.1 General operations and settings
3.2.2 Importing a project
3.2.2.1 Importing a NAB/MWT project file
3.2.2.2 Importing a WideStudio/MWT project file
3.2.3 NAB/MWT project files
3.3 [NAB/MWT Tree] View
3.4 [NAB/MWT List] View
3.5 [NAB/MWT Editor] View
3.6 [NAB/MWT Properties] View
3.6.1 Editing instance properties
3.6.2 Defining an instance as an array
3.7 [NAB/MWT Attributes] View
3.7.1 Creating a class library
3.7.1.1 Setting (or changing) the base class for creating other classes
3.7.1.2 Adding a property to a created class
3.7.1.3 Adding a trigger to a created class
3.7.2 Using the Store function
3.8 [NAB/MWT Procedures] View
3.9 [NAB/MWT Object Box] View
Chapter 4 Compile and Build
4.1 Setting Up a Build Environment
4.1.1 Compiler and linker settings
4.1.1.1 Compiler settings
4.1.1.2 Linker settings
4.1.2 Build target settings
4.1.3 Default project encoding setting
4.1.4 Application type setting
4.1.5 Build target environment settings
4.2 Building
4.3 Running a Created Application
4.4 Debugging