Jonathan Blitz wrote: > I think I may have found the problem. > My program is in Managed code and I think libpqxx is not. > > That kinda screws it up. > > Can I still use the DLL version?
Whoaaa! That _doesn't_ work. libpqxx is a C+ library, and Managed C++ is not C++. :-/ Do you have an alternative? Cheers, Bart _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
