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 Program MetWorld Compiling and Linking with On Time RTOS-32 |
Program MetWorldThe MetWorld program demonstrates how to use Metagraphics' graphics library MetaWINDOW with RTTarget-32. The graphics demos only work if you have purchased and installed the MetaWINDOW library from MetaGraphics. The graphics example programs expect the MetaWINDOW library to reside in directory \METAWIN. If it is not found here, define environment variable METAW to be the top level MetaWINDOW directory. The graphics examples require a differently configured Debug Monitor. Unlike the Monitor for text mode examples, it used the GMode command to configures its boot code to select video graphics modes 105h 103h 101h 102h 12h (256 color modes with resolutions 1024x768, 800x600, 640x480, and then 16 color modes with resolutions 800x600 and 640x480). The makefile accompanying the demos builds the required Monitor. This demo can only be compiled with Microsoft Visual C++ if the COFF version of MetaWINDOW is installed. Registered MetaWINDOW users can download the COFF library MET_MR3L.LIB from Metagraphics' Web site at http://www.metagraphics.com.
|