Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Send Message to another Class. Pin
GauranG Shah13-Aug-07 2:40
GauranG Shah13-Aug-07 2:40 
AnswerRe: How to Send Message to another Class. Pin
prasad_som13-Aug-07 2:59
prasad_som13-Aug-07 2:59 
AnswerRe: How to Send Message to another Class. Pin
David Crow13-Aug-07 3:00
David Crow13-Aug-07 3:00 
AnswerRe: How to Send Message to another Class. Pin
KarstenK13-Aug-07 4:05
mveKarstenK13-Aug-07 4:05 
AnswerRe: How to Send Message to another Class. Pin
ThatsAlok13-Aug-07 18:37
ThatsAlok13-Aug-07 18:37 
Questionhotkeys Pin
josip cagalj13-Aug-07 1:44
josip cagalj13-Aug-07 1:44 
AnswerRe: hotkeys Pin
jhwurmbach13-Aug-07 3:11
jhwurmbach13-Aug-07 3:11 
QuestionLink2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Sternocera13-Aug-07 1:11
Sternocera13-Aug-07 1:11 
Hello,

I've built the libpq C API and libpqxx C++ wrapper for the API using visual studio/nmake, and passed all 95 (base zero 94) Static release tests from the command line using nmake/ a special makefile.

I have the following files in my libpqxx-2.6.9\lib folder (not my libpqxx-2.6.9\win32\lib folder, which seems to be where they're expected to be):

libpq.dll
libpqd.dll
libpqxx.dll
libpqxx.dll.manifest
libpqxx.exp
libpqxx.lib
libpqxx_static.lib
libpqxx_staticD.lib
libpqxxD.dll
libpqxxD.dll.manifest
libpqxxD.exp
libpqxxD.ilk
libpqxxD.lib
libpqxxD.pdb

Now all that remains is to get libpqxx projects compiling from within the visual studio IDE.

I have followed Alexandre Hanft's instructions (found in install.txt, which comes with the wrapper) on getting a libpqxx project to compile in visual studio very carefully. Specifically, in my project's properties:

Under C++::General::Additional Include Directories, I have "C:\libpqxx-2.6.9\include" for all configurations.

Under Linker::General::Additional Library directories, I have placed C:\libpq\src\interfaces\libpq\Debug;"C:\libpqxx-2.6.9\lib" for the Debug and C:\libpq\src\interfaces\libpq\Release;"C:\libpqxx-2.6.9\lib" for the Release.

Under Linker::Input::Additional Dependencies, I have placed "libpqxx.lib" for all configurations.

Here is my compiler output. There are many link2005 errors(see http://support.microsoft.com/kb/148652) :

<code>
1>------ Rebuild All started: Project: myfirspostgresprogram, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'myfirspostgresprogram', configuration 'Debug|Win32'
1>Compiling...
1>cl : Command line warning D9002 : ignoring unknown option '/NODEFAULTLIB:library'
1>postgres.cpp
1>Compiling manifest to resources...
1>Linking...
1>libpqxx_staticD.lib(result.obj) : error LNK2005: "public: unsigned long __thiscall pqxx::result::size(void)const " (?size@result@pqxx@@QBEKXZ) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(result.obj) : error LNK2005: "public: bool __thiscall pqxx::result::empty(void)const " (?empty@result@pqxx@@QBE_NXZ) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(result.obj) : error LNK2005: "private: char const * __thiscall pqxx::result::Sniff | :^) GetValue(unsigned long,unsigned int)const " (?GetValue@result@pqxx@@ABEPBDKI@Z) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(result.obj) : error LNK2005: "private: bool __thiscall pqxx::result::GetIsNull(unsigned long,unsigned int)const " (?GetIsNull@result@pqxx@@ABE_NKI@Z) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(result.obj) : error LNK2005: "private: unsigned int __thiscall pqxx::result::GetLength(unsigned long,unsigned int)const " (?GetLength@result@pqxx@@ABEIKI@Z) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(except.obj) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __thiscall pqxx::sql_error::query(void)const " (?query@sql_error@pqxx@@QBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(util.obj) : error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl pqxx::to_string<unsigned long>(unsigned long const &)" (??$to_string@K@pqxx@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABK@Z) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(util.obj) : error LNK2005: "public: __thiscall pqxx::internal::refcount::~refcount(void)" (??1refcount@internal@pqxx@@QAE@XZ) already defined in libpqxx.lib(libpqxx.dll)
1>libpqxx_staticD.lib(util.obj) : error LNK2005: "public: bool __thiscall pqxx::internal::refcount::loseref(void)" (?loseref@refcount@internal@pqxx@@QAE_NXZ) already defined in libpqxx.lib(libpqxx.dll)
1>C:\Documents and Settings\User\My Documents\Visual Studio 2005\Projects\myfirspostgresprogram\Debug\myfirspostgresprogram.exe : fatal error LNK1169: one or more multiply defined symbols found
1>Build log was saved at "file://c:\Documents and Settings\User\My Documents\Visual Studio 2005\Projects\myfirspostgresprogram\myfirspostgresprogram\Debug\BuildLog.htm"
1>myfirspostgresprogram - 10 error(s), 1 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
</code>

I've tried excluding ibpqxx_static.lib and ibpqxx_staticD.lib from my lib folder so that the functions would not be defined twice, but then my compiler misses them. I've tried excluding debug libs for a release build and vice versa, but that makes no difference. Clearly, since I have the test programs compiling through nmake from the command line, I have failed to account for something trivial. Please advise,
Regards,
Sternocera

P.S When I use nmake to build the program, I get the following command line output:

<code>

C:\libpqxx-2.6.9clean>nmake /f win32/vc-libpqxx.mak ALL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I "C:\libpq\src/include" /I "C:\libpq\src/interfaces/libpq" /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/binarystring.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
binarystring.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I "C:\libpq\src/include" /I "C:\libpq\src/interfaces/libpq" /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/cachedresult.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cachedresult.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I "C:\libpq\src/include" /I "C:\libpq\src/interfaces/libpq" /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/connection.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I "C:\libpq\src/include" /I "C:\libpq\src/interfaces/libpq" /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection_base.cxx
c:\libpqxx-2.6.9clean\include\pqxx\trigger.hxx(70) : error C2039: 'disable_noticer' : is not a member of 'pqxx::internal'
c:\libpqxx-2.6.9clean\src\connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.exe"' : return code '0x2'
Stop.

C:\libpqxx-2.6.9clean>nmake /f win32/vc-libpqxx.mak ALL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I "C:\libpq\src/include" /I "C:\libpq\src/interfaces/libpq" /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection_base.cxx
c:\libpqxx-2.6.9clean\include\pqxx\trigger.hxx(70) : error C2039: 'disable_noticer' : is not a member of 'pqxx::internal'
c:\libpqxx-2.6.9clean\src\connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.exe"' : return code '0x2'
Stop.

C:\libpqxx-2.6.9clean>nmake /f win32/vc-libpqxx.mak ALL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/binarystring.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
binarystring.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/cachedresult.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cachedresult.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/connection.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection_base.cxx
c:\libpqxx-2.6.9clean\src\connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
c:\libpqxx-2.6.9clean\src\connection_base.cxx(507) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\libpqxx-2.6.9clean\src\connection_base.cxx(518) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/cursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cursor.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/dbtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
dbtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/except.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
except.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/largeobject.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
largeobject.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/nontransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
nontransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/oldcursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
oldcursor.cxx
c:\libpqxx-2.6.9clean\src\oldcursor.cxx(95) : warning C4996: 'sscanf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/pipeline.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
pipeline.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/prepared_statement.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
prepared_statement.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/result.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
result.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/robusttransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
robusttransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/subtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
subtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/tablereader.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablereader.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/tablestream.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablestream.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/tablewriter.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablewriter.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/transaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
transaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/transaction_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
transaction_base.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_LIB" /D "_DEBUG" /GZ /Fo"ObjStaticDebug\\" /Fd"ObjStaticDebug\\" src/util.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
util.cxx
c:\libpqxx-2.6.9clean\src\util.cxx(683) : warning C4996: 'strncpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\libpqxx-2.6.9clean\src\util.cxx(720) : warning C4996: 'strerror' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
link.exe -lib /nologo "ObjStaticDebug\binarystring.obj" "ObjStaticDebug\cachedresult.obj" "ObjStaticDebug\connection.obj" "ObjStaticDebug\connection_base.obj" "ObjStaticDebug\cursor.obj" "ObjStaticDebug\dbtransaction.obj" "ObjStaticDebug\except.obj" "ObjStaticDebug\largeobject.obj" "ObjStaticDebug\nontransaction.obj" "ObjStaticDebug\oldcursor.obj" "ObjStaticDebug\pipeline.obj" "ObjStaticDebug\prepared_statement.obj" "ObjStaticDebug\result.obj" "ObjStaticDebug\robusttransaction.obj" "ObjStaticDebug\subtransaction.obj" "ObjStaticDebug\tablereader.obj" "ObjStaticDebug\tablestream.obj" "ObjStaticDebug\tablewriter.obj" "ObjStaticDebug\transaction.obj" "ObjStaticDebug\transaction_base.obj" "ObjStaticDebug\util.obj" /out:"lib/libpqxx_staticD.lib"
-------------------------------------------------------------
Copying libpqD.dll to lib.

IMPORTANT: you MUST copy this libpqd.dll into the directory
where your program's .EXE resides, or you must make sure that
it is in your system PATH.
-------------------------------------------------------------
copy C:\libpq\src\interfaces\libpq\debug\libpqd.dll lib
1 file(s) copied.
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/binarystring.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
binarystring.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/cachedresult.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cachedresult.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/connection.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
connection.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
connection_base.cxx
src/connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
src/connection_base.cxx(507) : warning C4996: 'strcpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
src/connection_base.cxx(518) : warning C4996: 'strcpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/cursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cursor.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/dbtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
dbtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/except.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
except.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/largeobject.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
largeobject.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/nontransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
nontransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/oldcursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
oldcursor.cxx
src/oldcursor.cxx(95) : warning C4996: 'sscanf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/pipeline.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
pipeline.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/prepared_statement.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
prepared_statement.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/result.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
result.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/robusttransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
robusttransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/subtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
subtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/tablereader.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablereader.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/tablestream.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablestream.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/tablewriter.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablewriter.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/transaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
transaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/transaction_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
transaction_base.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "_LIB" /D "NDEBUG" /Fo"ObjStaticRelease\\" /Fd"ObjStaticRelease\\" src/util.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
util.cxx
src/util.cxx(683) : warning C4996: 'strncpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
src/util.cxx(720) : warning C4996: 'strerror' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
link.exe -lib /nologo "ObjStaticRelease\binarystring.obj" "ObjStaticRelease\cachedresult.obj" "ObjStaticRelease\connection.obj" "ObjStaticRelease\connection_base.obj" "ObjStaticRelease\cursor.obj" "ObjStaticRelease\dbtransaction.obj" "ObjStaticRelease\except.obj" "ObjStaticRelease\largeobject.obj" "ObjStaticRelease\nontransaction.obj" "ObjStaticRelease\oldcursor.obj" "ObjStaticRelease\pipeline.obj" "ObjStaticRelease\prepared_statement.obj" "ObjStaticRelease\result.obj" "ObjStaticRelease\robusttransaction.obj" "ObjStaticRelease\subtransaction.obj" "ObjStaticRelease\tablereader.obj" "ObjStaticRelease\tablestream.obj" "ObjStaticRelease\tablewriter.obj" "ObjStaticRelease\transaction.obj" "ObjStaticRelease\transaction_base.obj" "ObjStaticRelease\util.obj" /out:"lib/libpqxx_static.lib"
-------------------------------------------------------------
Copying libpq.dll to lib.

IMPORTANT: you MUST copy this libpq.dll into the directory
where your program's .EXE resides. The system libpq.dll is
not necessarily compatible with the libpq include files that
you built libpqxx with. Do NOT copy this file into your
Windows system32 directory, that may break other programs.
Instead, keep it with your program and distribute it along
with the program.
-------------------------------------------------------------
copy C:\libpq\src\interfaces\libpq\release\libpq.dll lib
1 file(s) copied.
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/binarystring.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
binarystring.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/cachedresult.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cachedresult.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/connection.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
connection_base.cxx
c:\libpqxx-2.6.9clean\src\connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
c:\libpqxx-2.6.9clean\src\connection_base.cxx(507) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\libpqxx-2.6.9clean\src\connection_base.cxx(518) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/cursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
cursor.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/dbtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
dbtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/except.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
except.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/largeobject.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
largeobject.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/nontransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
nontransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/oldcursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
oldcursor.cxx
c:\libpqxx-2.6.9clean\src\oldcursor.cxx(95) : warning C4996: 'sscanf' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/pipeline.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
pipeline.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/prepared_statement.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
prepared_statement.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/result.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
result.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/robusttransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
robusttransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/subtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
subtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/tablereader.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablereader.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/tablestream.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablestream.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/tablewriter.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
tablewriter.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/transaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
transaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/transaction_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
transaction_base.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" src/util.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
util.cxx
c:\libpqxx-2.6.9clean\src\util.cxx(683) : warning C4996: 'strncpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\libpqxx-2.6.9clean\src\util.cxx(720) : warning C4996: 'strerror' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MDd /Gm /ZI /Od /D "_DEBUG" /D "PQXX_SHARED" /GZ /Fo"ObjDllDebug\\" /Fd"ObjDllDebug\\" win32/libpqxx.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9035 : option 'GZ' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
libpqxx.cxx
link.exe kernel32.lib wsock32.lib advapi32.lib /nologo /dll /machine:I386 /libpath:"C:\libpq\src\interfaces\libpq\Release" /libpath:"C:\libpq\src\interfaces\libpq\Debug" /debug "ObjDllDebug\binarystring.obj" "ObjDllDebug\cachedresult.obj" "ObjDllDebug\connection.obj" "ObjDllDebug\connection_base.obj" "ObjDllDebug\cursor.obj" "ObjDllDebug\dbtransaction.obj" "ObjDllDebug\except.obj" "ObjDllDebug\largeobject.obj" "ObjDllDebug\nontransaction.obj" "ObjDllDebug\oldcursor.obj" "ObjDllDebug\pipeline.obj" "ObjDllDebug\prepared_statement.obj" "ObjDllDebug\result.obj" "ObjDllDebug\robusttransaction.obj" "ObjDllDebug\subtransaction.obj" "ObjDllDebug\tablereader.obj" "ObjDllDebug\tablestream.obj" "ObjDllDebug\tablewriter.obj" "ObjDllDebug\transaction.obj" "ObjDllDebug\transaction_base.obj" "ObjDllDebug\util.obj" "ObjDllDebug\libpqxx.obj" /out:"lib/libpqxxD.dll" /implib:"lib/libpqxxD.lib"
LINK : lib/libpqxxD.dll not found or not built by the last incremental link; performing full link
Creating library lib/libpqxxD.lib and object lib/libpqxxD.exp
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/binarystring.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
binarystring.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/cachedresult.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cachedresult.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/connection.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
connection.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/connection_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
connection_base.cxx
src/connection_base.cxx(117) : warning C4351: new behavior: elements of array 'pqxx::connection_base::m_caps' will be default initialized
src/connection_base.cxx(507) : warning C4996: 'strcpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
src/connection_base.cxx(518) : warning C4996: 'strcpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/cursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cursor.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/dbtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
dbtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/except.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
except.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/largeobject.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
largeobject.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/nontransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
nontransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/oldcursor.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
oldcursor.cxx
src/oldcursor.cxx(95) : warning C4996: 'sscanf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/pipeline.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
pipeline.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/prepared_statement.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
prepared_statement.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/result.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
result.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/robusttransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
robusttransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/subtransaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
subtransaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/tablereader.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablereader.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/tablestream.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablestream.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/tablewriter.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
tablewriter.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/transaction.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
transaction.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/transaction_base.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
transaction_base.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" src/util.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
util.cxx
src/util.cxx(683) : warning C4996: 'strncpy' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
src/util.cxx(720) : warning C4996: 'strerror' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
cl.exe /nologo /W3 /GX /FD /GR /c /I "include" /I C:\libpq\src/include /I C:\libpq\src/interfaces/libpq /D PGSTD="std" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /D "PQXX_INTERNAL" /MD /D "NDEBUG" /D "PQXX_SHARED" /Fo"ObjDllRelease\\" /Fd"ObjDllRelease\\" win32/libpqxx.cxx
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
libpqxx.cxx
link.exe kernel32.lib wsock32.lib advapi32.lib /nologo /dll /machine:I386 /libpath:"C:\libpq\src\interfaces\libpq\Release" /libpath:"C:\libpq\src\interfaces\libpq\Debug" "ObjDllRelease\binarystring.obj" "ObjDllRelease\cachedresult.obj" "ObjDllRelease\connection.obj" "ObjDllRelease\connection_base.obj" "ObjDllRelease\cursor.obj" "ObjDllRelease\dbtransaction.obj" "ObjDllRelease\except.obj" "ObjDllRelease\largeobject.obj" "ObjDllRelease\nontransaction.obj" "ObjDllRelease\oldcursor.obj" "ObjDllRelease\pipeline.obj" "ObjDllRelease\prepared_statement.obj" "ObjDllRelease\result.obj" "ObjDllRelease\robusttransaction.obj" "ObjDllRelease\subtransaction.obj" "ObjDllRelease\tablereader.obj" "ObjDllRelease\tablestream.obj" "ObjDllRelease\tablewriter.obj" "ObjDllRelease\transaction.obj" "ObjDllRelease\transaction_base.obj" "ObjDllRelease\util.obj" "ObjDllRelease\libpqxx.obj" /out:"lib/libpqxx.dll" /implib:"lib/libpqxx.lib"
Creating library lib/libpqxx.lib and object lib/libpqxx.exp

C:\libpqxx-2.6.9clean>nmake /f win32\vc-test.mak ALL

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test000.cxx
1 file(s) copied.
1 file(s) copied.
Testing items template...
Testing string conversions...
int : 0 (expect 0)
int : 100 (expect 100)
int : -1 (expect -1)
long : 0 (expect 0)
long : -2147483648 (expect -2147483648)
long : 2147483647 (expect 2147483647)
double : 0 (expect 0)
double : nan (expect nan)
string : (expect )
string : foo
(Expected) Connection to database failed
(Expected) Connection to database failed
(Expected) Connection to database failed
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test001.cxx
1 file(s) copied.
Connected to database.
Backend version: 80204
Protocol version: 3
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test002.cxx
1 file(s) copied.
(Expected) missing "=" after "totally#invalid@connect$string!?" in connection info string

0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test003.cxx
test/test003.cxx(29) : warning C4996: 'sscanf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1 file(s) copied.
To backend> Msg Q
To backend> "BEGIN;SET TRANSACTION ISOLATION LEVEL SERIALIZABLE"
To backend> Msg complete, length 56
From backend> C
From backend (#4)> 10
From backend> "BEGIN"
From backend> C
From backend (#4)> 8
From backend> C
From backend (#4)> 8
From backend> "SET"
From backend> Z
From backend (#4)> 5
From backend> Z
From backend (#4)> 5
From backend> T
To backend> Msg Q
To backend> "DECLARE "tablecur_1" SCROLL CURSOR FOR SELECT * FROM pg_tables FOR READ ONLY "
To backend> Msg complete, length 83
From backend> C
From backend (#4)> 19
From backend> "DECLARE CURSOR"
From backend> Z
From backend (#4)> 5
From backend> Z
From backend (#4)> 5
From backend> T
Created cursor tablecur_1
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 information_schema
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 pg_catalog
* Got 1 row(s) *
0 public
* Got 1 row(s) *
0 public
* Got 1 row(s) *
0 public
* Got 1 row(s) *
0 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test004.cxx
1 file(s) copied.
Adding trigger...
Sending notification...
Received notification: trig pid=1240
.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test005.cxx
1 file(s) copied.
Dropping old pqxxorgevents
Writing data to pqxxorgevents
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test006.cxx
1 file(s) copied.
Table successfully cleared.
Table successfully copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test007.cxx
1 file(s) copied.
15 rows updated.
1 -> 2001
10 -> 2010
38 -> 2038
71 -> 1971
81 -> 1981
97 -> 1997
99 -> 1999
1974 -> 1974
1978 -> 1978
1989 -> 1989
2001 -> 2001
2002 -> 2002
3001 -> 3001
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test008.cxx
1 file(s) copied.
0: 2010 Odyssey Two
1: 2038 time_t overflow
2: 1971 jtv
3: 1981 C:\>
4: 1997 Asian crisis
5: 1999
6: 1974
7: 1978 bloody cold
8: 1989 Ode an die Freiheit
9: 2001 New millennium
10: 2001 A Space Odyssey
11: 2001 '911' WTC attack
12: 2002 libpqxx
13: 3001 Final Odyssey
First tuple was:
2010 Odyssey Two

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test009.cxx
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
test/test009.cxx(62) : see reference to function template instantiation '_OutIt std::copy<std::_Tree<_Traits>::iterator,std::back_insert_iterator<pqxx::tablewriter>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=std::back_insert_iterator<pqxx::tablewriter>,
_Traits=std::_Tset_traits<std::vector<std::string>,std::less<std::vector<std::string>>,std::allocator<std::vector<std::string>>,false>,
_InIt=std::_Tree<std::_Tset_traits<std::vector<std::string>,std::less<std::vector<std::string>>,std::allocator<std::vector<std::string>>,false>>::iterator
]
1 file(s) copied.
9 rows written.
9 rows in table.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test010.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test011.cxx
1 file(s) copied.
0: schemaname
1: tablename
2: tableowner
3: tablespace
4: hasindexes
5: hasrules
6: hastriggers
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test012.cxx
1 file(s) copied.
Read 44 rows.
Field Field Name Nulls Sorted
0: schemaname 0 no
1: tablename 0 no
2: tableowner 0 down
3: tablespace 37 down
4: hasindexes 0 no
5: hasrules 0 equal
6: hastriggers 0 no
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test013.cxx
1 file(s) copied.
Inserted row with oid 0
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
Inserted row with oid 0
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
Inserted row with oid 0
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
(Expected) Doomed transaction failed: Transaction deliberately aborted
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test014.cxx
1 file(s) copied.
Opened connection
database=User, username=User, hostname=<local>, port=5432, options='', backendpid=2932
Started nontransaction
44 result tuples in transaction test14
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test015.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test016.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test017.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test018.cxx
1 file(s) copied.
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
(Expected) Doomed transaction failed: Transaction deliberately aborted
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test019.cxx
1 file(s) copied.
First rows are:
2010
2038
1971
1981
1997
1999
1974

First rows read backwards are:
1974
1999
1997
1981
1971
2038
2010

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test020.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test021.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
Printing details on deferred connection
database=User, username=User, hostname=<local>, port=5432, options='', backendpid=4024
Printing details on actual connection
database=User, username=User, hostname=<local>, port=5432, options='', backendpid=4024
44 result tuples in transaction test21
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test022.cxx
test/test022.cxx(31) : warning C4996: 'sscanf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\stdio.h(311) : see declaration of 'sscanf'
Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1 file(s) copied.
To backend> Msg Q
To backend> "BEGIN;SET TRANSACTION ISOLATION LEVEL SERIALIZABLE"
To backend> Msg complete, length 56
From backend> C
From backend (#4)> 10
From backend> "BEGIN"
From backend> C
From backend (#4)> 8
From backend> C
From backend (#4)> 8
From backend> "SET"
From backend> Z
From backend (#4)> 5
From backend> Z
From backend (#4)> 5
From backend> T
To backend> Msg Q
To backend> "DECLARE "tablecur_1" SCROLL CURSOR FOR SELECT * FROM pqxxevents FOR READ ONLY "
To backend> Msg complete, length 84
From backend> C
From backend (#4)> 19
From backend> "DECLARE CURSOR"
From backend> Z
From backend (#4)> 5
From backend> Z
From backend (#4)> 5
From backend> T
0 2010
0 2038
0 1971
0 1981
0 1997
0 1999
0 1974
0 1978
0 1989
0 2001
0 2001
0 2001
0 2002
0 3001
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test023.cxx
1 file(s) copied.
Adding trigger...
Sending notification...
Received notification: trig pid=1316
.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test024.cxx
1 file(s) copied.
Dropping old pqxxorgevents
Writing data to pqxxorgevents
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test025.cxx
1 file(s) copied.
Table successfully cleared.
Table successfully copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test026.cxx
1 file(s) copied.
1 -> 2001
10 -> 2010
38 -> 2038
71 -> 1971
81 -> 1981
97 -> 1997
99 -> 1999
1974 -> 1974
1978 -> 1978
1989 -> 1989
2001 -> 2001
2002 -> 2002
3001 -> 3001
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test027.cxx
1 file(s) copied.
0: 2010 Odyssey Two
1: 2038 time_t overflow
2: 1971 jtv
3: 1981 C:\>
4: 1997 Asian crisis
5: 1999
6: 1974
7: 1978 bloody cold
8: 1989 Ode an die Freiheit
9: 2001 New millennium
10: 2001 '911' WTC attack
11: 2001 A Space Odyssey
12: 2002 libpqxx
13: 3001 Final Odyssey
First tuple was:
2010 Odyssey Two

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test028.cxx
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
test/test028.cxx(62) : see reference to function template instantiation '_OutIt std::copy<std::_Tree<_Traits>::iterator,std::back_insert_iterator<pqxx::tablewriter>>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=std::back_insert_iterator<pqxx::tablewriter>,
_Traits=std::_Tset_traits<std::vector<std::string>,std::less<std::vector<std::string>>,std::allocator<std::vector<std::string>>,false>,
_InIt=std::_Tree<std::_Tset_traits<std::vector<std::string>,std::less<std::vector<std::string>>,std::allocator<std::vector<std::string>>,false>>::iterator
]
1 file(s) copied.
9 rows written.
9 rows in table.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test029.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test030.cxx
1 file(s) copied.
0: schemaname
1: tablename
2: tableowner
3: tablespace
4: hasindexes
5: hasrules
6: hastriggers
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test031.cxx
1 file(s) copied.
Read 44 rows.
Field Field Name Nulls Sorted
0: schemaname 0 no
1: tablename 0 no
2: tableowner 0 down
3: tablespace 37 down
4: hasindexes 0 no
5: hasrules 0 equal
6: hastriggers 0 no
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test032.cxx
1 file(s) copied.
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
(Expected) Doomed transaction failed: Transaction deliberately aborted
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test033.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test034.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test035.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test036.cxx
1 file(s) copied.
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test037.cxx
1 file(s) copied.
(Expected) Transactor FailedInsert failed: Transaction deliberately aborted
(Expected) Doomed transaction failed: Transaction deliberately aborted
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test038.cxx
1 file(s) copied.
First rows are:
2010
2038
1971
1981
1997
1999
1974

First rows read backwards are:
1974
1999
1997
1981
1971
2038
2010

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test039.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test040.cxx
Deliberately testing obsolete functionality. Please ignore warning.
1 file(s) copied.
(Expected) Tuple number out of range
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test041.cxx
Deliberately testing obsolete functionality. Please ignore warning.
1 file(s) copied.
(Expected) Tuple number out of range
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test042.cxx
1 file(s) copied.
move 1
move -2147483647
move 3
move -2
move 5
move -5
move -2
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test043.cxx
test/test043.cxx(87) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test044.cxx
Deliberately testing obsolete functionality. Please ignore warning.
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test045.cxx
1 file(s) copied.
First rows are:
2010
2038
1971
1981
1997
1999
1974

First rows read backwards are:
1974
1999
1997
1981
1971
2038
2010

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test046.cxx
1 file(s) copied.
Count was 44
As a long, it's 44
As a float, it's 44
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test047.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test048.cxx
1 file(s) copied.
Created large object #16826
Testing,testing,1-2-3
Testing,testing,1-2-3
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test049.cxx
1 file(s) copied.
Read 44 tuples.
'pg_aggregate': 0 greater, 43 smaller (43 total)
'pg_am': 1 greater, 42 smaller (43 total)
'pg_amop': 2 greater, 41 smaller (43 total)
'pg_amproc': 3 greater, 40 smaller (43 total)
'pg_attrdef': 4 greater, 39 smaller (43 total)
'pg_attribute': 5 greater, 38 smaller (43 total)
'pg_auth_members': 6 greater, 37 smaller (43 total)
'pg_authid': 7 greater, 36 smaller (43 total)
'pg_autovacuum': 8 greater, 35 smaller (43 total)
'pg_cast': 9 greater, 34 smaller (43 total)
'pg_class': 10 greater, 33 smaller (43 total)
'pg_constraint': 11 greater, 32 smaller (43 total)
'pg_conversion': 12 greater, 31 smaller (43 total)
'pg_database': 13 greater, 30 smaller (43 total)
'pg_depend': 14 greater, 29 smaller (43 total)
'pg_description': 15 greater, 28 smaller (43 total)
'pg_index': 16 greater, 27 smaller (43 total)
'pg_inherits': 17 greater, 26 smaller (43 total)
'pg_language': 18 greater, 25 smaller (43 total)
'pg_largeobject': 19 greater, 24 smaller (43 total)
'pg_listener': 20 greater, 23 smaller (43 total)
'pg_namespace': 21 greater, 22 smaller (43 total)
'pg_opclass': 22 greater, 21 smaller (43 total)
'pg_operator': 23 greater, 20 smaller (43 total)
'pg_pltemplate': 24 greater, 19 smaller (43 total)
'pg_proc': 25 greater, 18 smaller (43 total)
'pg_rewrite': 26 greater, 17 smaller (43 total)
'pg_shdepend': 27 greater, 16 smaller (43 total)
'pg_shdescription': 28 greater, 15 smaller (43 total)
'pg_statistic': 29 greater, 14 smaller (43 total)
'pg_tablespace': 30 greater, 13 smaller (43 total)
'pg_trigger': 31 greater, 12 smaller (43 total)
'pg_type': 32 greater, 11 smaller (43 total)
'pqxxevents': 33 greater, 10 smaller (43 total)
'pqxxlog_User': 34 greater, 9 smaller (43 total)
'pqxxnumbers': 35 greater, 8 smaller (43 total)
'pqxxorgevents': 36 greater, 7 smaller (43 total)
'sql_features': 37 greater, 6 smaller (43 total)
'sql_implementation_info': 38 greater, 5 smaller (43 total)
'sql_languages': 39 greater, 4 smaller (43 total)
'sql_packages': 40 greater, 3 smaller (43 total)
'sql_parts': 41 greater, 2 smaller (43 total)
'sql_sizing': 42 greater, 1 smaller (43 total)
'sql_sizing_profiles': 43 greater, 0 smaller (43 total)
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test050.cxx
test/test050.cxx(88) : warning C4996: 'strerror' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\string.h(125) : see declaration of 'strerror'
Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1 file(s) copied.
Created large object #16827
Writing to large object #16827
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test051.cxx
1 file(s) copied.
Created large object #16828
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test052.cxx
1 file(s) copied.
Created large object #16829
Writing to large object #16829
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test053.cxx
1 file(s) copied.
Imported 'pqxxlo.txt' to large object #16830
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test054.cxx
1 file(s) copied.
Created large object #16831
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test055.cxx
1 file(s) copied.
Imported 'pqxxlo.txt' to large object #16832
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test056.cxx
1 file(s) copied.
(Expected) Syntax error: DELIBERATELY INVALID TEST QUERY...
(Expected) Error was: ERROR: syntax error at or near "DELIBERATELY"
LINE 1: DELIBERATELY INVALID TEST QUERY...
^

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test057.cxx
1 file(s) copied.
Created large object #16833
Testing,testing,1-2-3
Testing,testing,1-2-3
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test058.cxx
1 file(s) copied.
Writing to large object #16834
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test059.cxx
1 file(s) copied.
Created large object #16835
Testing,testing,1-2-3
Testing,testing,1-2-3
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test060.cxx
1 file(s) copied.
Set datestyle to ISO: ISO
Set datestyle to SQL: SQL
Set datestyle to SQL: SQL
Set datestyle to ISO: ISO
Deactivating connection...
Reactivating connection...
Set datestyle to SQL: SQL
Deactivating connection...
Reactivating connection...
(Expected) Setting unknown variable failed: ERROR: unrecognized configuration parameter "nonexistent_variable_i_hope"

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test061.cxx
1 file(s) copied.
Set datestyle to ISO: ISO
Set datestyle to SQL: SQL
Set datestyle to SQL: SQL
(Expected) Setting unknown variable failed
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test062.cxx
1 file(s) copied.
original: Nasty
Test
String with ¬¿ weird bytes
returned: Nasty
Test
String with ¬¿ weird bytes
WARNING: nonstandard use of \\ in a string literal
LINE 1: INSERT INTO pqxxbin VALUES ('Nasty\\012\\030Test\\012\\011 S...
^
HINT: Use the escape string syntax for backslashes, e.g., E'\\'.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test063.cxx
1 file(s) copied.
Connection in progress...
0 information_schema
1 information_schema
2 information_schema
3 information_schema
4 pg_catalog
5 information_schema
6 information_schema
7 information_schema
8 pg_catalog
9 pg_catalog
10 pg_catalog
11 pg_catalog
12 pg_catalog
13 pg_catalog
14 pg_catalog
15 pg_catalog
16 pg_catalog
17 pg_catalog
18 pg_catalog
19 pg_catalog
20 pg_catalog
21 pg_catalog
22 pg_catalog
23 pg_catalog
24 pg_catalog
25 pg_catalog
26 pg_catalog
27 pg_catalog
28 pg_catalog
29 pg_catalog
30 pg_catalog
31 pg_catalog
32 pg_catalog
33 pg_catalog
34 pg_catalog
35 pg_catalog
36 pg_catalog
37 pg_catalog
38 pg_catalog
39 pg_catalog
40 public
41 public
42 public
43 public
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test064.cxx
1 file(s) copied.
Set datestyle to ISO: ISO
Set datestyle to SQL: SQL
Set datestyle to SQL: SQL
Set datestyle to ISO: ISO
Deactivating connection...
Reactivating connection...
Set datestyle to SQL: SQL
Deactivating connection...
Reactivating connection...
(Expected) Setting unknown variable failed: ERROR: unrecognized configuration parameter "nonexistent_variable_i_hope"

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test065.cxx
1 file(s) copied.
Created large object #16841
Testing,testing,1-2-3
Testing,testing,1-2-3
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test066.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test067.cxx
1 file(s) copied.
Read 44 rows.
Field Field Name Nulls Sorted
0: schemaname 0 no
1: tablename 0 no
2: tableowner 0 down
3: tablespace 37 equal
4: hasindexes 0 no
5: hasrules 0 equal
6: hastriggers 0 no
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test068.cxx
1 file(s) copied.
0: 2010 Odyssey Two
1: 2038 time_t overflow
2: 1971 jtv
3: 1981 C:\>
4: 1997 Asian crisis
5: 1999
6: 1974
7: 1978 bloody cold
8: 1989 Ode an die Freiheit
9: 2001 New millennium
10: 2001 '911' WTC attack
11: 2001 A Space Odyssey
12: 2002 libpqxx
13: 3001 Final Odyssey
First tuple was:
2010 Odyssey Two

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test069.cxx
1 file(s) copied.
Query #1: 44
Query #2: 44
Query #3: 44
Query #4: 44
Query #5: 44
Query #6: 44
Query #7: 44
Query #8: 44
Query #9: 44
Query #10: 44
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test070.cxx
1 file(s) copied.
(Expected) Attempt to retrieve result from empty pipeline
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test071.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test072.cxx
1 file(s) copied.
Retrieving initial result...
- result was 1
Restrieving post-error result...
(Expected) Could not complete query in pipeline due to error in earlier query
Retrieving result for failed query...
(Expected) ERROR: relation "pg_nonexist" does not exist

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test073.cxx
1 file(s) copied.
Opened pipeline pipe73: pipeline 'pipe73'
Retrieving initial result...
- result was 1
Retrieving post-error result...
(Expected) Could not complete query in pipeline due to error in earlier query
Retrieving result for failed query...
(Expected) ERROR: syntax error at or near "DELIBERATE"
LINE 1: SELECT 1; SELECT 1; DELIBERATE SYNTAX ERROR; SELECT 2
^

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test074.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test075.cxx
1 file(s) copied.
14 years read
14 years checked
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test076.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test077.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test078.cxx
1 file(s) copied.
Adding trigger...
Sending notification...
.Received notification: my trigger pid=2128

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test079.cxx
1 file(s) copied.
Adding trigger...
Sending notification...
.Received notification: mytrigger pid=4008

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test080.cxx
1 file(s) copied.
0: 2010 Odyssey Two
1: 2038 time_t overflow
2: 1971 jtv
3: 1981 C:\>
4: 1997 Asian crisis
5: 1999
6: 1974
7: 1978 bloody cold
8: 1989 Ode an die Freiheit
9: 2001 New millennium
10: 2001 '911' WTC attack
11: 2001 A Space Odyssey
12: 2002 libpqxx
13: 3001 Final Odyssey
First tuple was:
Odyssey Two 2010

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test081.cxx
1 file(s) copied.
Testing cursor singlestep_1
Testing with 14 rows
Testing cursor bigstep_2
Testing cursor irregular_3
Testing cursor skippy_4
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test082.cxx
1 file(s) copied.
year event

2010 Odyssey Two
2038 time_t overflow
1971 jtv
1981 C:\>
1997 Asian crisis
1999
1974
1978 bloody cold
1989 Ode an die Freiheit
2001 New millennium
2001 '911' WTC attack
2001 A Space Odyssey
2002 libpqxx
3001 Final Odyssey
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test083.cxx
1 file(s) copied.
Dropping old pqxxnumbers
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test084.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test085.cxx
test/test085.cxx(251) : warning C4101: 'e' : unreferenced local variable
1 file(s) copied.
Preparing a simple statement...
Basic correctness check on prepared statement...
Dropping prepared statement...
(Expected) Unknown prepared statement 'ReadPGTables'
Testing error detection and handling...
(Expected) Unknown prepared statement 'ReadPGTables'
(Expected) Inconsistent redefinition of prepared statement ReadPGTables
Testing prepared statement with parameter...
Testing prepared statement with 2 parameters...
Testing prepared statement with a null parameter...
Testing wrong numbers of parameters...
(Expected) Wrong number of parameters for prepared statement SeeTables: expected 2, received 3
(Expected) Wrong number of parameters for prepared statement SeeTables: expected 2, received 1
Done.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test086.cxx
1 file(s) copied.
Some datum: information_schema
(Expected) Could not reactivate connection; reactivation is inhibited
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test087.cxx
1 file(s) copied.
Adding trigger...
Sending notification...
.Received notification: my trigger pid=2180

cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test088.cxx
1 file(s) copied.
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
1 T2
2 T2a
4 T2c
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test089.cxx
1 file(s) copied.
Testing asyncconnection (virgin):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
Testing asyncconnection (initialized):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
Testing lazyconnection (virgin):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
Testing lazyconnection (initialized):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
Testing connection (deactivated):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test090.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test091.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test092.cxx
1 file(s) copied.
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test093.cxx
1 file(s) copied.
(Expected) Can't query origin of column 3: not derived from table column
(Expected) Unknown column name: 'nonexistent'
(Expected) Can't query origin of column 3: not derived from table column
column number 3 is out of range 0..2
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
cl : Command line warning D9002 : ignoring unknown option '/YX'
test094.cxx
1 file(s) copied.
Playing transactor without simulating failure...
Playing transactor with simulated failure...
(Expected) Transactor outcome in doubt
(Expected) Simulating commit failure
Could not reactivate connection; reactivation is inhibited
Simulating commit failure
</code>
AnswerRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Maxwell Chen13-Aug-07 1:15
Maxwell Chen13-Aug-07 1:15 
GeneralRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Sternocera13-Aug-07 1:17
Sternocera13-Aug-07 1:17 
GeneralRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Sternocera13-Aug-07 1:18
Sternocera13-Aug-07 1:18 
GeneralRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Sternocera13-Aug-07 1:29
Sternocera13-Aug-07 1:29 
GeneralRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Steve S14-Aug-07 2:33
Steve S14-Aug-07 2:33 
QuestionRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
prasad_som13-Aug-07 1:37
prasad_som13-Aug-07 1:37 
AnswerRe: Link2005 error when attempting to build project in visual studio IDE that uses libpqxx C++ wrapper for the libpq C API in visual studio Pin
Sternocera13-Aug-07 1:38
Sternocera13-Aug-07 1:38 
Questionhow to call other dialog box without DoModel function in mfc Pin
rajneshmalik13-Aug-07 0:48
rajneshmalik13-Aug-07 0:48 
AnswerRe: how to call other dialog box without DoModel function in mfc Pin
Paresh Chitte13-Aug-07 0:59
Paresh Chitte13-Aug-07 0:59 
AnswerRe: how to call other dialog box without DoModel function in mfc Pin
Nishad S13-Aug-07 1:03
Nishad S13-Aug-07 1:03 
AnswerRe: how to call other dialog box without DoModel function in mfc Pin
Hamid_RT13-Aug-07 7:05
Hamid_RT13-Aug-07 7:05 
Questionwhats the result of this ... Pin
dharani13-Aug-07 0:19
dharani13-Aug-07 0:19 
AnswerRe: whats the result of this ... Pin
Maxwell Chen13-Aug-07 0:26
Maxwell Chen13-Aug-07 0:26 
GeneralRe: whats the result of this ... Pin
Maxwell Chen13-Aug-07 0:31
Maxwell Chen13-Aug-07 0:31 
GeneralRe: whats the result of this ... Pin
dharani13-Aug-07 0:39
dharani13-Aug-07 0:39 
GeneralRe: whats the result of this ... Pin
1slipperyfish13-Aug-07 9:30
1slipperyfish13-Aug-07 9:30 
AnswerRe: whats the result of this ... Pin
jhwurmbach13-Aug-07 0:39
jhwurmbach13-Aug-07 0:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.