[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: A question about LuaSQL
- From: Terry Bayne <tbayne@...>
- Date: Wed, 14 Apr 2004 23:15:12 -0500
Hi,
I am trying to utilize the LuaSQL package (found at http://www.keplerproject.org/luasql/) from a Borland C++ Builder Project. Running on Win2k. I have LUA 5.0.2 compiled and working fine. I am trying to statically link the LuaSQL package's odbc driver.
Where I run into a problem is during the linking phase, I get a slew of unresolved externals, to include:
SQLGetDiagRec
SQLCloseCursor
SQLDescribeCol
SQLDisconnect
SQLPrepare
It is obvious that I am missing a library of some kind during the link, but I have no clue as to WHAT library. Any ideas anyone?
Thanks
Terry Bayne