On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTPEG-32 Programming Manual
Introduction
Overview
Programming with RTPEG-32
Screen Drivers
Demo Programs
Utility Programs
Window Builder
Project Files
Source Output Files
Screen Layout
Project Window
Configure Menu
Source Page
Images Page
Fonts Page
Target Window
String Table
String Table Edit Fields
Merging String Tables
Exporting the String Table
Source Code Generation
Pointer Name Control
Image Convert
Font Capture
Make String Table
RTPEG-32 Reference Manual
RTUSB-32
|
Exporting the String Table
The String Table data can be written out to a C++ source file at any time by selecting the Project | String Table | Generate String File in Source Form command. This command causes Window Builder to write a string file containing all of your String Id Names, your actual literal strings (Hex-Unicode encoded), an array of string pointers for each language, and a function and macro for finding unique strings at run time. The string file is completely re-written each time the Update | Strings command is issued, therefore you should never manually edit the string file.
String Table
Merging String Tables
|