PG wrote:
> I am trying to compile a simple ODBC and C example on Windows XP SP2.
> I have Cygwin_NT 5.1.
>
> This is the code (obtained from
>
http://www.easysoft.com/developer/languages/c/odbc_tutorial.html#dm_fns_drivers)
> i am attempting to compile.
>
<snip>
> Things i have checked:
> libodbc32.a exists in c:\cygwin\lib\w32api.
> If i remove the above lib, i get a "lib not found" kind of error when
> i run make, meaning this is the lib make is using and there is no path
> issue.
> if i edit libodbc32.a in a binary editor, i can see the all the three
> functions mentioned in the error (_SQLAllocHandle@[EMAIL PROTECTED]
> _SQLSetEnvAttr@[EMAIL PROTECTED]
and _SQLDataSources@[EMAIL PROTECTED]
) exist.
>
> How can i fix these linking errors?
>
> Thanks
>
> PG
>
1. Get rid of the funny graphics in your messages.
2. Try an ODBC newsgroup. libodbc32 is not a MySQL library
3. Don't even think of crossposting to every SQL-related newsgroup you
can find. Such will get you no help at all.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@[EMAIL PROTECTED]