/* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: test-dk4wxah.cpt */ /** @file test-dk4wxah.cpp The test-dk4wxah module. */ #line 1 "test-dk4wxah.cpt" #include #line 7 "test-dk4wxah.cpt" static const wxChar progname[] = { wxT("test-dk4wxah") }; static const wxChar vendorname[] = { wxT("Dirk Krause") }; static const dkChar groupname[] = { dkT("dktools") }; static const wxChar * const kw_def[] = { /* 0 */ wxT("Test"), /* 1 */ wxT("Yet another test"), NULL #line 24 "test-dk4wxah.cpt" }; int main(int argc, char *argv[]) { const wxChar * const *stringtable = NULL; #line 31 "test-dk4wxah.cpt" #line 32 "test-dk4wxah.cpt" { Dk4WxApplicationHelper ah(progname, vendorname, groupname); if (ah.checkSetup()) { #line 35 "test-dk4wxah.cpt" stringtable = ah.stringTable(dkT("dk3app.str"), kw_def); } else { #line 37 "test-dk4wxah.cpt" } } #line 40 "test-dk4wxah.cpt" #line 41 "test-dk4wxah.cpt" return 0; }