Hi there
Thanks for the feedback about my postings.
I downloaded v2,6,4, copied the header files, changed the common file, and "nmake /f libpqxx.mak ALL"
This time I got some output I haven't seen before:
cl.exe /nologo /W3 /GX /FD /GR /c /MD /D "_WINDOWS" /D "PQXX_SHARED" /I "../include" /I "/PostgreSQL/8.0/src/include" /I "/PostgreSQL/8.0/src/interfaces/libpq" /D "PGSTD=std" /D "WIN32" /D "_MBCS" /Foo"obj.." .libpqxx.cxx
cl.exe /nologo /W3 /GX /FD /GR /c /MD /D "_WINDOWS" /D "PQXX_SHARED" /I "../include" /I "/PostgreSQL/8.0/src/include" /I "/PostgreSQL/8.0/src/interfaces/libpq" /D "PGSTD=std" /D "WIN32" /D "_MBCS" /Foo"obj.." .libpqxx.cxx
cl.exe ...[same as above - Reza]... transaction_base.cxx
cl.exe ...[same as above - Reza]... largeobject.cxx
cl.exe ...[same as above - Reza]... result.cxx
cl.exe ...[same as above - Reza]... util.cxx
cl.exe ...[same as above - Reza]... robust_transaction.cxx
cl.exe ...[same as above - Reza]... tablewriter.cxx
cl.exe ...[same as above - Reza]... transaction.cxx
cl.exe ...[same as above - Reza]... except.cxx
../include\pqxx\util.hxx(740) : warning C4290: C++ exception specified ignored except to indicate a function is not __declspec(nothrow)
../include\pqxx\util.hxx (788) : see reference to class template instantiation 'pqxx::internal::PQAlloc<T>' being compiled
../include\pqxx\util.hxx (749) : warning C4290
../include\pqxx\util.hxx(792) : see reference to class template instantiation 'pqxx::internal:PQAlloc<T>' being compiled
with
[
T=pqxx::internal::pq::PGresult
]
[Reza: then the same but change PGresult to PGnotify]
..util.hxx (749) : warning C4290
...except.hxx (36) : warning C4275 non dll-interface clss 'std:runtimeerror' used as base for dll interface class 'pqxx::broken_connection'
[Reza: and some more, I just dont have the energy to write them down]
..\src\except.cxx(21) C4273
..\src\except.cxx(26) C4273
..\src\except.cxx(31) C4273
..\src\except.cxx(37) C4273
..\src\except.cxx(43) C4273
..\src\except.cxx(50) C4273
..\src\except.cxx(54) C4273
..\src\except.cxx(57) C4273
..\src\except.cxx(63) C4273
[Reza: and then some other error down to..]
NMAKE: fatal error U1077: 'cl.exe' return code '0x2'
Stop.
Can anybode see whats wrong?
Kind Regards
Reza
Reza
_______________________________________________ Libpqxx-general mailing list Libpqxx-general@gborg.postgresql.org http://gborg.postgresql.org/mailman/listinfo/libpqxx-general