Hi
Thanks.
How do I link my program to certain files in Debug/Release mode? I looked in the properties but couldn't find where.
Kind Regards
Reza
2006/3/6, Bart Samwel <[EMAIL PROTECTED]>:
[EMAIL PROTECTED] wrote:
> Hi
> I found libpq.dll at
> C:\PostgreSQL\8.0\src\interfaces\libpq\Release
> but the other file libpqd.dll wasn't found and the folder "Debug"
> doesn't exist (it should be beside "Release" right?). I only have the
> folders "Release" and "po" there.
1. If you go to c:\postgresql\8.0\src\interfaces\libpq and execute
"NMAKE /f win32.mak DEBUG=1" it should build libpqd.dll in the Debug
directory.
2. Just to be sure: I recommend linking your program to
libpqxx_staticD.lib in debug mode, and libpqxx_static.lib in release
mode. This means you won't need the libpqxx DLL!
3. Earlier, you wrote "I found " libpq.dll" on my computer but couldn't
find "libpqd.dll", I copied libpq.dll.". Where did you copy it? You
should copy libpq.dll into the "Release" directory below your program
directory, and " libpqd.dll" into your program's "Debug" directory.
--Bart
_______________________________________________ Libpqxx-general mailing list Libpqxx-general@gborg.postgresql.org http://gborg.postgresql.org/mailman/listinfo/libpqxx-general