]> git.8kb.co.uk Git - dataflex/df32func/blob - README.md
Initial import
[dataflex/df32func] / README.md
1 df32func\r
2 ========\r
3 Some useful helper functions to speed up development when working with DataFlex\r
4 3.2 console mode.\r
5 \r
6 Requirements\r
7 ------------\r
8 MinGW or compatible GNU C compiler: http://www.mingw.org/\r
9 DataFlex 3.2 Console Mode or greater: http://www.dataaccess.com/\r
10 \r
11 Installation\r
12 ------------\r
13 Ensure you have both DF32 and MinGW environments set up correctly and have both \r
14 bin directories are in your path (i.e. locations of "dfcomp" and "make")\r
15 \r
16 Open a DOS prompt and cd into df32func directory.\r
17 \r
18 To build the dynamic link library and the dataflex precompiled package:\r
19 \r
20         build all\r
21 \r
22 To build just the dataflex precompiled package:\r
23 \r
24         build df\r
25 \r
26 Or build each independently\r
27 \r
28 The dynamic link library:\r
29 \r
30         cd src/c\r
31         make clean\r
32         make\r
33 \r
34 The dataflex precompiled package:\r
35 \r
36         cd src/df32\r
37         dfcomp df32func.mk -p\r
38         \r
39 Alternatively include the dataflex includes as required directly in dataflex\r
40 source code.