summaryrefslogtreecommitdiff
path: root/README.Borland
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-26 02:41:11 +0000
committerrpj <rpj>2005-04-26 02:41:11 +0000
commit29d3e89b71281c626f151a1585a40d9d2448123b (patch)
treec74208412856a7ec52b4ba24650c697bd78b5ab9 /README.Borland
parent20f8973d1ae941b0727f343c7f646b0eeb74087a (diff)
''
Diffstat (limited to 'README.Borland')
-rw-r--r--README.Borland9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.Borland b/README.Borland
index 1694d55..a130d2b 100644
--- a/README.Borland
+++ b/README.Borland
@@ -43,12 +43,9 @@ pthreadVC's errno from a Borland C++-compiled host application
correctly - I imagine there are other potential problems from the RTL
mismatch too.)
-[RPJ: There are still problems with errno under Borland and the DLL
-will not pass the testsuite yet because of it. Setting and then reading
-errno from within the same DLL, or the same application module is fine,
-but DLL and application modules do not seem to be looking at the same
-location for errno, even though they are logically running in the same
-thread.]
+[RPJ: Make sure you use the same RTL in both dll and application builds.
+The dll and tests Bmakefiles use cw32mti.lib. Having some trouble with
+memory read exceptions running the test suite using BCC55.]
Best regards,
Will