Hi all,
I have two compilers on my win32 installations - MinGW and VS.NET2003.
If I try to compile a libpq client with gcc using the following line
gcc main.c libpq.a -I../include -o test
It compiles fine but when I try to run it, it asks for libpq.dll (but I
wanted to link statically libpq.a in). And I have no clue how to set up
VS to build libpq applications. Any pointers are greatly appreciated.
Regards,
gamehack