Strings

To specify one or more strings, the STRINGTABLE keyword is used. Provided in this section is a fragment of the resource file specifying two strings. To load the string into your program, use the Loadstring function (used later in this chapter). The strings specified in the resource file can play the role of constants.

 #define STR1 1     #define STR2 2     STRINGTABLE     {     STR1, "Message"     STR2, "Version 1.01"     } 


The Assembly Programming Master Book
The Assembly Programming Master Book
ISBN: 8170088178
EAN: 2147483647
Year: 2004
Pages: 140
Authors: Vlad Pirogov

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net