summaryrefslogtreecommitdiff
path: root/support/dktools/test-dk4wxah.cpp
blob: a8f835fea8239b8253e56a83853ebd0e59ca020e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
	WARNING: This file was generated by dkct.
	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 <Dk4WxApplicationHelper.h>





#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;
}