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?