Thread: Static linking of libpq with a windows application.

Static linking of libpq with a windows application.

From
"Farhan Khan"
Date:
Hi, I am developing a windows application and will statically link pgsql frontend with as part of final binary (so that it will not require libpq.dll and other dll at runtime). Any pointers on how to do it? Do we have to compile the source code to generate a new lib file ?? Anyone with prior experience ???

Thanks .. Farhan