RE: Visio, new DLL

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Kovacs Zoltan'" <kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>, pgsql-odbc(at)postgresql(dot)org
Subject: RE: Visio, new DLL
Date: 2001-02-04 20:33:32
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A294F@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Kovacs Zoltan [mailto:kovacsz(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu]
> Sent: 03 February 2001 11:16
> To: pgsql-odbc(at)postgresql(dot)org
> Cc: fjoe(at)iclub(dot)nsu(dot)ru
> Subject: [ODBC] Visio, new DLL
>
>
> I've read that Max Khon compiled a DLL and wrote something interesting
> about Visio and PostgreSQL. Is this reverse engineering
> software public?
> We work with Visio and this tool could be useful for us as well.
>
> I also tried to compile PSQLODBC.DLL from the 7.1beta4 source
> and it was
> not successful.

I've just updated from CVS and it compiles fine on my machine using M$ VC++
6.0 SP4 (there are 11 warnings all of which are one of these:

C:\DOCUMENTS AND SETTINGS\DPAGE\MY
DOCUMENTS\CVS\pgsql\src\interfaces\odbc\setup.c(127) : warning C4028: formal
parameter 2 different from declaration

C:\DOCUMENTS AND SETTINGS\DPAGE\MY
DOCUMENTS\CVS\pgsql\src\interfaces\odbc\setup.c(127) : warning C4024:
'DialogBoxParamA' : different types for formal and actual parameter 4

C:\DOCUMENTS AND SETTINGS\DPAGE\MY
DOCUMENTS\CVS\pgsql\src\interfaces\odbc\info.c(2318) : warning C4700: local
variable 'htbl_stmt' used without having been initialized

none of which should be a major problem. If it helps, I created my workspace
by creating a new empty Win32 Console dll, adding wsock32.lib to the
libraries under Link Options and then adding *.c, *.h, psqlodbc.def and
psqlodbc.rc to the project.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-02-05 01:22:25 Re: Visio, new DLL
Previous Message Kovacs Zoltan 2001-02-03 11:16:13 Visio, new DLL