home *** CD-ROM | disk | FTP | other *** search
- ##stringtype C
- ##shortstrings
- //****************************************************************
- // This file was created automatically by `FlexCat V1.1'
- // Do NOT edit by hand!
- //****************************************************************
-
- // You can include as many files like this as you want, if they have
- // diferent string ID names; allowing you this way to have diferent catalogs
- // in your program.
-
- #ifndef %b_CAT_H // assure that this is read only once
- #define %b_CAT_H
-
- #ifndef CATALOGF_H
- #include <CatalogF.h>
- #endif
-
- // Following comes a #define that simplifies the use of a catalog, there
- // will be one like this for every catalog to be used. And can be used
- // this way:
- // // declaring a CatalogF object.
- // const CatalogF cat( loc, language, %b_ARGS );
- // // where language can be any language (that a catalog file exist)
- // // if loc == 0 then it will use default Locale
- // // if language == 0 then in will use default language
- // // this is replaced with the appropiate arguments to the constructor.
- //
- // // and then to use it, simply:
- // text = cat.GetString(MSG_HELLO);
- // // Where MSG_HELLO is a name of an ID of the .cd file
- // // Easy!
-
- #define %b_ARGS "%b.catalog", %l, %v
-
- extern MensajeCAT %i;
-
- #endif
-