-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgaklib_bcb.bpf
More file actions
115 lines (112 loc) · 3.7 KB
/
gaklib_bcb.bpf
File metadata and controls
115 lines (112 loc) · 3.7 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEUNIT("CTOOLS\csv.cpp");
USEUNIT("CTOOLS\Date.cpp");
USEUNIT("CTOOLS\html.cpp");
USEUNIT("CTOOLS\socketbuf.cpp");
USEUNIT("CTOOLS\STRING.C");
USEUNIT("CTOOLS\Strgclas.cpp");
USEUNIT("CTOOLS\TOKENS.C");
USEUNIT("CTOOLS\xml.cpp");
USEUNIT("CTOOLS\md5.c");
USEUNIT("CTOOLS\http.cpp");
USEUNIT("CTOOLS\soap.cpp");
USEUNIT("CTOOLS\openssl.c");
USEUNIT("CTOOLS\logfile.cpp");
USEUNIT("CTOOLS\thread.cpp");
USEUNIT("CTOOLS\css.cpp");
USEUNIT("CTOOLS\array.cpp");
USEUNIT("VCL_TOOLS\getMaxValue.cpp");
USEUNIT("VCL_TOOLS\importCSV.cpp");
USEUNIT("VCL_TOOLS\exportCSV.cpp");
USEUNIT("VCL_TOOLS\makeXML.cpp");
USEUNIT("VCL_TOOLS\gridRegistry.cpp");
USEUNIT("CTOOLS\dirlist.cpp");
USEUNIT("CTOOLS\locker.cpp");
USEUNIT("CTOOLS\diff.cpp");
USEUNIT("VCL_TOOLS\UserManager.cpp");
USEUNIT("CTOOLS\xslt.cpp");
USEUNIT("CTOOLS\XPath.cpp");
USEUNIT("VCL_TOOLS\bdeSchema.cpp");
USEUNIT("CTOOLS\wideString.cpp");
USEUNIT("CTOOLS\strFiles.cpp");
USEUNIT("VCL_TOOLS\createDatabase.cpp");
USEUNIT("CTOOLS\dirCopy.cpp");
USEUNIT("CTOOLS\dirLink.cpp");
USEUNIT("CTOOLS\fLink.cpp");
USEUNIT("CTOOLS\exif.cpp");
USEUNIT("CTOOLS\INT2MOT.C");
USEUNIT("CTOOLS\LIST.CPP");
USEUNIT("CTOOLS\ChangeManager.cpp");
USEUNIT("CTOOLS\datetime.cpp");
USEUNIT("BORLAND\posixTime.cpp");
USEUNIT("BORLAND\STATCVT.C");
USEUNIT("CTOOLS\UnitTest.cpp");
USEUNIT("CTOOLS\acls.cpp");
USEUNIT("CTOOLS\directory.cpp");
USEUNIT("CTOOLS\t_string.cpp");
USEUNIT("VCL_TOOLS\setMemoText.cpp");
USEUNIT("CTOOLS\crypto.cpp");
USEUNIT("CTOOLS\cryptoAES.cpp");
USEUNIT("CTOOLS\cryptoRSA.cpp");
USEUNIT("CTOOLS\cryptoShared.cpp");
USEUNIT("CTOOLS\getcwd.cpp");
USEUNIT("CTOOLS\time.cpp");
USEUNIT("CTOOLS\textReader.cpp");
USEUNIT("CTOOLS\xmlValidator.cpp");
USEUNIT("CTOOLS\xmlEntities.cpp");
USEUNIT("CTOOLS\xmlParser.cpp");
USEUNIT("CTOOLS\fieldSet.cpp");
USEUNIT("CTOOLS\httpBaseServer.cpp");
USEUNIT("CTOOLS\httpResponse.cpp");
USEUNIT("CTOOLS\sslSocket.cpp");
USEUNIT("CTOOLS\wsdlImporter.cpp");
USEUNIT("CTOOLS\httpProfiler.cpp");
USEUNIT("CTOOLS\htmlParser.cpp");
USEUNIT("VCL_TOOLS\WindowToFront.cpp");
USEUNIT("CTOOLS\mathExpression.cpp");
USEUNIT("CTOOLS\access.cpp");
USEUNIT("CTOOLS\relpath.cpp");
USEUNIT("CTOOLS\setcwd.cpp");
USEUNIT("CTOOLS\filename.cpp");
USEUNIT("CTOOLS\makePath.cpp");
USEUNIT("CTOOLS\rfile.cpp");
USEUNIT("CTOOLS\io.cpp");
USEUNIT("CTOOLS\gps.cpp");
USEUNIT("CTOOLS\utime.cpp");
USEUNIT("CTOOLS\fileID.cpp");
USEUNIT("CTOOLS\exception.cpp");
USEUNIT("CTOOLS\fraction.cpp");
USEUNIT("CTOOLS\prime.cpp");
USEUNIT("CTOOLS\fProtect.cpp");
USEUNIT("CTOOLS\directoryEntry.cpp");
USEUNIT("CTOOLS\cmdlineParser.cpp");
USEUNIT("CTOOLS\hash.cpp");
USEUNIT("CTOOLS\sha.cpp");
USEUNIT("CTOOLS\xmlCss.cpp");
USEUNIT("CTOOLS\dynamic.cpp");
USEUNIT("CTOOLS\cppParser.cpp");
USEUNIT("CTOOLS\cppPreprocessor.cpp");
USEUNIT("CTOOLS\progParser.cpp");
USEUNIT("CTOOLS\fmtNumber.cpp");
USEUNIT("CTOOLS\quantities.cpp");
USEUNIT("CTOOLS\freadSTR.cpp");
USEUNIT("CTOOLS\wideChar.cpp");
USEUNIT("CTOOLS\ansiChar.cpp");
USEUNIT("CTOOLS\fstream.cpp");
USEUNIT("VCL_TOOLS\getDatabaseDesc.cpp");
USEUNIT("CTOOLS\hostResolver.cpp");
USEUNIT("CTOOLS\console.cpp");
USEUNIT("CTOOLS\aiBrain.cpp");
USEUNIT("CTOOLS\chess.cpp");
USEUNIT("CTOOLS\board.cpp");
USEUNIT("CTOOLS\figure.cpp");
USEUNIT("CTOOLS\inspector.cpp");
USEUNIT("CTOOLS\mailParser.cpp");
USEUNIT("CTOOLS\mboxParser.cpp");
USEUNIT("CTOOLS\GpxUtils.cpp");
USEUNIT("CTOOLS\user.cpp");
//---------------------------------------------------------------------------
#define Library
// To add a file to the library use the Project menu 'Add to Project'.