Quick Start Guide

Creating a New Project
Before you can do anything, you have to create a new project or open an existing one. So let's set up a new project, which will become a tiny System RPL library. With the Debug4x main window active, press Ctrl-P (for Project -> View Project) to open the Project window, then use the Project -> New project option, and enter the name of the project file, say "myproject" (you should first create a new directory into which the project file and related source files will go)

Now Select the Project Data tab and enter the following information:

Title:   Type the name to be shown on the calculator: "MyProject"
Romid:   Enter the hex ROMID for the library, 400 is ok to use
Slot:   Enter the slot number where the library will be stored.  Slot 0 can be debugged, other slots cannot be easily debugged
Config:   Normally the name of your CONFIG entry point.  Leave this blank and Debug4x will create one for you
Message:   Normally the name of your MESSAGE list for the library.  Leave this blank, Debug4x will take care of messages for you
Extprg:   Normally the name of your EXTPRG entry point.  Leave this blank, it is beyond the scope of this Quick Start guide
Message Text:   This is where you may enter messages for use by your library.  Leave this blank for this first project.
Check Boxes:   Check "The project is a library".  Check "Autoload after compile".

Back ] Next ]