Jonathan Blitz wrote:
>> I understand that you're compiling a test program with a VS2005 IDE
>> project? It is very important that the compiler and linker settings of
>> your IDE project match those of libpqxx, otherwise you are going to see
>> these kinds of crashes. You can check which compiler settings libpqxx
>> uses in debug / release mode (yes, these settings are different) by
>> reading libpqxx.mak.
> 
> I tried looking at the libpqxx.mak file and copying values from there for
> the compile and link parms.
> I am still getting the same error so I am probably not copying correctly.

Have you considered that libpqxx.mak may *not* specify some option that 
your workspace *does* specify? libpqxx.mak may rely on some default 
values for options, not specifying them on the command line, that your 
project does specify.

Cheers,
Bart
_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to