applications that use FILE pointers.
On Win32, if the
ecpg> libraries and an application are
compiled with different flags, this function call will crash the
application because the internal representation of the
- FILE> pointers differ.
+ FILE> pointers differ. Specifically,
+ threading/non-threading, release/debug, and static/dynamic flags should
+ be the same for the library and all applications using that library.
On Win32, if the
libpq> library and an application are
compiled with different flags, this function call will crash the
application because the internal representation of the FILE>
-pointers differ.
+pointers differ. Specifically, threading/non-threading, release/debug, and
+static/dynamic flags should be the same for the library and all applications
+using that library.