From 9c97f7d4fd01f7a3dafcdbdbf63a6bf5e40f847a Mon Sep 17 00:00:00 2001 From: Wil van Antwerpen <43706927+wilva@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:00:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7e4f6..b5f7b23 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ WebQuery for DataFlex 20.0 Some quick patches so you can at least compile and run it under DataFlex 20.0. -This does not make it all work, nor does it make it 64 bit compatible (at all)! +This should make it all work, but won't make it 64 bit compatible (it might work, but more likely it has some issues) This workspace depends on the Stables library, get it here: https://github.com/DataFlexCode/Stables20 +Because DF20 currently has two broken functions (overstrike and pos) you need to overwrite Stables files with the patches in folder Stables-patches. +After that, it should work.