RE: Visio, new DLL

Поиск
Список
Период
Сортировка
От Dave Page
Тема RE: Visio, new DLL
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A294F@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на Visio, new DLL  (Kovacs Zoltan <kovacsz@pc10.radnoti-szeged.sulinet.hu>)
Список pgsql-odbc

> -----Original Message-----
> From: Kovacs Zoltan [mailto:kovacsz@pc10.radnoti-szeged.sulinet.hu]
> Sent: 03 February 2001 11:16
> To: pgsql-odbc@postgresql.org
> Cc: fjoe@iclub.nsu.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.

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

Предыдущее
От: Kovacs Zoltan
Дата:
Сообщение: Visio, new DLL
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Visio, new DLL