Re: [psqlODBC 08.02.0401] Compiling fails on VS2005SP1

Поиск
Список
Период
Сортировка
От Rainer Bauer
Тема Re: [psqlODBC 08.02.0401] Compiling fails on VS2005SP1
Дата
Msg-id 107u53hlnagmhmbca8d8hlsosu4p4v9nnk@4ax.com
обсуждение исходный текст
Ответ на [psqlODBC 08.02.0401] Compiling fails on VS2005SP1  (Rainer Bauer <usenet@munnin.com>)
Ответы Re: [psqlODBC 08.02.0401] Compiling fails on VS2005SP1  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
I wrote:

>Linking fails, because ssleay32.lib is not found. I checked the OpenSSL
>installation and the Visual C++ libraries are located in "C:\OpenSSL\lib\VC"
>and are named depending on the target (single/multi threaded, release/debug,
>etc.). But since ssleay32.lib is defined in the linker input project settings
>this cannot work. Shouldn't the lib name be generated dynamically depending on
>the target which is build and specified in the source with pragma's?

After manually copying and renaming the lib files
(C:\OpenSSL\lib\VC\ssleay32MTd.lib -> ~\psqlodbc\ssleay32.lib and
C:\OpenSSL\lib\VC\libeay32MTd.lib -> ~\psqlodbc\libeay32.lib) I have another
linker error:

LINK : fatal error LNK1104: cannot open file 'pgenlist.lib'

Where do I get that from?

Rainer

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Rainer Bauer
Дата:
Сообщение: [psqlODBC 08.02.0401] Compiling fails on VS2005SP1
Следующее
От: "Adnan DURSUN"
Дата:
Сообщение: LISTEN / NOTIFY Feture