> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Dieter Mueller (BOI
> GmbH)
> is psql-odbc designed to work on Windows without the Windows ODBC driver
> manager?
>
> (I want to prepare a distribution of our software for testing purposes that
> can be used without any installation on Windows - no ODBC driver installation
> as well)
>
> I created my own psqlodbc30a.lib of psqlodbc30a.dll by calling MS tools
> "dumpbin /exports ..." and "lib /def:...", then I linked my ODBC application
> with the new psqlodbc30a.lib instead of Microsoft's obdc32.lib and
> odbccp32.lib.
I don't think it's reasonable. According to the ODBC spec, the Driver Manager does many tasks, including error checks,
andthe ODBC driver depends on it.
Why do you want to avoid linking with odbc32.lib?
Regards
Takayuki Tsunakawa