]> git.8kb.co.uk Git - dataflex/dfregex/blob - README.md
f56077851f4d35f620e3dcff47176d80252af157
[dataflex/dfregex] / README.md
1 POSIX Regex functions for DataFlex 3.2
2 --------------------------------------
3
4 Requires:
5 *       DataFlex 3.1c onwards
6 *       GCC or compatible compiler like MinGW
7 *       GNU regex libraries for windows 
8                 http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex
9
10 I created this because despite VDF (Visual Dataflex) users being able to leverage
11 vbscript.dll in Windows via COM to do regex operations, it seems that Console Mode 
12 users are out of luck.
13
14 Despite being GNU libraries, this is intended to be used on Microsoft Windows
15 using the DataFlex external_function import.  No doubt if you're using DataFlex
16 on Unix you can get these to work with minimal modifications.