diff options
author | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-26 02:43:18 +0000 |
commit | f87899d45b5b9d10e75d7cf30bcbc0f4dac9f251 (patch) | |
tree | 5cb024ca6ac9ff8b0530528d279e482c880664f9 /README.Borland | |
parent | a06bad7ea9a24a3ea93fe1e7b9b99155481ada3a (diff) |
''
Diffstat (limited to 'README.Borland')
-rw-r--r-- | README.Borland | 9 |
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 |