Обсуждение: Question about building for Windows

Поиск
Список
Период
Сортировка

Question about building for Windows

От
Ken Sell
Дата:
Hi,

We are building the driver 808.04.0200 for Windows, and I noticed the define “USE_LIBPQ”
After looking at the code, it appears that psqlodbc can be build and run without LIBPQ on windows?

Could someone elaberate on this, or point me to information on this?

Thanks,

.....Ken

Re: Question about building for Windows

От
"Hiroshi Saito"
Дата:
Question about building for WindowsHi.

Yes, this can be built without libpq.
nmake -f win32.mak USE_LIBPQ=no

However, delay load can also use without libpq the binary which we release.

Regards,
Hiroshi Saito

----- Original Message -----
From: Ken Sell

Hi,

We are building the driver 808.04.0200 for Windows, and I noticed the define "USE_LIBPQ"
After looking at the code, it appears that psqlodbc can be build and run without LIBPQ on
windows?

Could someone elaberate on this, or point me to information on this?

Thanks,

.....Ken