Dear Bruce san.
I reconfirmed MS-VC6. Thank you for wonderful correspondence.
However, Another problem newly occurred.
This solves the problem of snprintf and vsnprintf.
Please apply it.
Thank you.
Regards,
Hiroshi Saito
--- src/include/pg_config.h.win32.orig Fri Dec 9 13:30:41 2005
+++ src/include/pg_config.h.win32 Fri Dec 9 13:32:46 2005
@@ -23,6 +23,12 @@
#define HAVE_RANDOM
#endif
+/* use _snprintf and _vsnprintf */
+#define HAVE_DECL_SNPRINTF 1
+#define snprintf _snprintf
+#define HAVE_DECL_VSNPRINTF 1
+#define vsnprintf _vsnprintf
+
/* defines for dynamic linking on Win32 platform */
#ifdef __CYGWIN__
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org