| Mike Lischke 2004-07-16, 3:59 pm |
| Hi all,
I'm currently building a parser for resource files and saw in certain rc =
files a syntax that is not described in MSDN. What I found were two forms:
1) Metatokens wrapped by square brackets. This looks like:
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE [!output PRIMARY_LANG_ID], [!output SUB_LANG_ID]
#pragma code_page([!output CODE_PAGE])
2) KInd of metavariables, identifiers decorated with a dollar sign. This =
looks like:
IDD_DIALOG$(_MAC)
I got the impression these modifications of the standard rc language is a =
kind of pre-preprocessor syntax. But which application does use this and =
where can I get a formal description? Does anybody know about this kind of =
syntax or can give me a reference to a web page etc?
Mike
--
www.soft-gems.net
|