Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running Demos with Command Line Tools Running Demos in Microsoft Visual Studio Running Demos in the Borland Delphi IDE Using a Standard PC as a Target Using a Standard PC as a Target for GUI Demos Using the AMD Élan SC400 Evaluation Board Using the AMD Élan SC520 Evaluation Board Using the RTOS32Win Virtual Target Using the Real-Time Hypervisor Target Compiling and Linking with On Time RTOS-32 |
Running Demos with Command Line ToolsOn Time RTOS-32 host program DLaunch.exe can be used to generate a command line and to open a command prompt for each demo. The command line will define all required environment variables (PATH and RTTARGET) and set the current directory to the respective demo's directory. To build the demo, follow these steps:
All demos are built to run under the Debug Monitor. To build a demo to be self-booting, relocate it using RTLoc's command line option -DBOOT. Example:RTLoc -DBOOT Hello Demopc.cfg Hello.cfg BootDisk Hello A: All bootable demos intended to run on a standard PC can also be started from DOS with: Rttboot Hello.rtb Running Demos in Microsoft Visual Studio
|