Re: ODBC changes

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC changes
Date: 2001-11-27 08:30:26
Message-ID: FED2B709E3270E4B903EB0175A49BCB10472F0@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 27 November 2001 01:53
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] ODBC changes
>
>
> Hi all,
>
> I've committed the following changes.
> psqlodbc driver is now 7.01.0009.
>
> 1) Add md5 authentication support thanks to Bruce Momjian.
> 2) Use abbreviated connection strings more widely. It seems
> to fix the trouble with PowerBuilder.
> 3) Fix a few(not all) bugs about SQLetData() reported by
> Mika Mantyla.
> 4) Fix an option dialog setting bug.
> 5) Improve the handling of literals in parse_statement().
> 6) Improve the internal timestamp scale handling.
>

Hiroshi,

I just tried to build this for distribution - any idea what I'm missing -
presumably I need to add a reference to an MD5 library (if there is one in
VC++)?

Cheers, Dave.

Deleting intermediate files and output files for project 'psqlodbc - Win32
Release'.
--------------------Configuration: psqlodbc - Win32
Release--------------------
Compiling resources...
Compiling...
bind.c
columninfo.c
connection.c
convert.c
dlg_specific.c
drvconn.c
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\drvconn.c(328) : warning C4028:
formal parameter 2 different from declaration
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\drvconn.c(328) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\drvconn.c(334) : warning C4028:
formal parameter 2 different from declaration
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\drvconn.c(334) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4
environ.c
execute.c
gpps.c
info.c
lobj.c
misc.c
multibyte.c
odbcapi.c
odbcapi30.c
options.c
parse.c
pgtypes.c
psqlodbc.c
qresult.c
results.c
setup.c
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(134) : warning C4028: formal
parameter 2 different from declaration
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(134) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(306) : warning C4028: formal
parameter 2 different from declaration
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(306) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(313) : warning C4028: formal
parameter 2 different from declaration
C:\Documents and Settings\dpage\My
Documents\CVS\pgsql\src\interfaces\odbc\setup.c(313) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4
socket.c
statement.c
tuple.c
tuplelist.c
Linking...
Creating library Release/psqlodbc.lib and object Release/psqlodbc.exp
connection.obj : error LNK2001: unresolved external symbol _EncryptMD5
Release/psqlodbc.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

psqlodbc.dll - 2 error(s), 10 warning(s)

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Bruce Momjian 2001-11-27 08:45:20 Re: ODBC changes
Previous Message Randall Perry 2001-11-27 02:02:59 Re: Slow ADO connection on unbound form