Re: ODBC changes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ODBC changes
Дата
Msg-id 200111271746.fARHktO26975@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: ODBC changes  (Dave Page <dpage@vale-housing.co.uk>)
Список pgsql-odbc
> > This is bad.  There should be an md5.c reference in whatever
> > build file you are using.  If it isn't there, it is a bug.
>
> Sorry Bruce (& Hiroshi). I build the distributions using the VC++ IDE, not
> the makefile - I didn't notice the addition of md5.c.
>
> On that note, isn't the fact that md5.h is only included if MD5_ODBC is
> defined a bug seeing as md5.h is *where* it's defined? (if you see what I
> mean!). I got it to compile by defining MD5_ODBC in the project settings but
> that does add a couple of ugly warnings about macro redefinitions.

I believe you are commenting about this in md5.h:

    #ifdef  WIN32
    #define MD5_ODBC
    #define FRONTEND
    #endif

Yes, not sure this makes sense anymore because Hiroshi added win_md5.c
which defines those and then includes md5.c.  Hiroshi, should this part
be removed?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Dave Page
Дата:
Сообщение: psqlODBC 07.01.0009 Available for Download
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ODBC changes