Keith Hutchison wrote: > Is it possible to compile the libpqxxD.dll with being dependent on > MSVCP80D.DLL and MSVCR80D.DLL
I assume you meant to write _without_, in which case the answer is no, it's not possible. These files contain part of the VC++ runtime library and are therefore a dependency of most VC++ programs compiled in debug mode. But... ehm... why do you ask? Do you get errors while linking? Do you want to distribute your application compiled in debug mode and you don't want to ship these files? Cheers, Bart _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
