On Tue, August 22, 2006 21:31, DEV wrote: > Not to open any new wounds but...
Don't worry about *that*. This is an old, old wound. :( > I am working on a MS VC++.Net Forms application. > > I am getting the error with the min/max issues. > > If I put "/D NOMINMAX" in my compiler settings under: > C/C++->Command Line > And compile my app I get a ton of errors with a lot of the VC7 include > files! Have you tried replacing all C headers you're using (stdlib.h and so on) with their C++ equivalents (like cstdlib)? Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
