I just need to check, the correct way to install everything, is it:
1.
Download the binary version of PostgreSQL and install it using the msi file.
2.
Download the source to PostgreSQL and compile it using: "nmake -f win32.mak""
3.
3.
Downloading the source to Libpqxx and compiling it in the 4 steps in the instal.txt file.
Have I understood it correctly?
Is it just to take a VC++ project file that is out there and modify it and start calling the database from my c++ program?
Is it just to take a VC++ project file that is out there and modify it and start calling the database from my c++ program?
If anyone wants to take on the work of doing a exe-file that does everything from installing the PostgreSQL database and Libpqxx and producing a working vc++ project file, what would it cost?
Kind Regards
_______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
