Re: ConfigDSN symbol missing in Win32 build

From: Jörg Schulz <jschulz(at)sgbs(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ConfigDSN symbol missing in Win32 build
Date: 2003-02-11 16:42:43
Message-ID: 200302111742.43379.jschulz@sgbs.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

>>>When I try to build the odbc driver under windows
>>>the linker complains about missing ConfigDSN symbol.
>>>I can't find the function in the source (7.2.5) anywhere.
>>>Does it come from any external libs?
>
>>No, the file is missing in the src tarball. Get setup.c from CVS.
>
> Thanks, the driver now links ok and it seems to work at least
> with pgAdmin2.
> The only thing is that it shows no setup dialogs when called form
> ODBC-Manager (and there's no version information available too).

After fetching resource.rc (which is also missing in source tarball) and
the appropriate resource.h from CVS everything now seems to be ok.

I also tried to compile the entire CVS code but there are numerous
errors especially with the *w.c files.
Aren't there any stable CVS branches from where I can get a
complete set of files ?

Jörg

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2003-02-11 17:00:43 Re: ConfigDSN symbol missing in Win32 build
Previous Message Jörg Schulz 2003-02-11 14:48:28 Re: ConfigDSN symbol missing in Win32 build