tng 2003/01/23 11:25:44 Modified: c/Projects/Win32/BCB6/Xerces-all README.TXT Log: [Bug 16277] Readme should make note of threaded library problems in BCB6 Revision Changes Path 1.2 +14 -0 xml-xerces/c/Projects/Win32/BCB6/Xerces-all/README.TXT Index: README.TXT =================================================================== RCS file: /home/cvs/xml-xerces/c/Projects/Win32/BCB6/Xerces-all/README.TXT,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.TXT 20 Feb 2002 22:26:59 -0000 1.1 +++ README.TXT 23 Jan 2003 19:25:44 -0000 1.2 @@ -1,3 +1,17 @@ +Jan 21, 2003 - [Bug 16277] Readme should make note of threaded library problems in BCB6 +===================================================================================== +There's another known problem with BCB6 to do with linking single-threaded +applications to DLLs. Specifically, DLLs are normally linked to the +multithreaded runtime DLL (CC3260MT.dll); however, if an application is linked +to the single-threaded DLL (CC3260.dll) and consequently attempts to free memory +allocated by the MT DLL there will be an memory access violation. In particular +this causes problems when using the transcoding utilities that return allocated +memory (which the sample programs use). + +Currently there appears to be no way of forcing an application to be linked +against the MT version of the runtime, therefore it is recommended that the +versions of utilities which accept pre-allocated buffers be used. + Feb 7, 2002 - Xerces C and Borland C++Builder6 ==============================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]