lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
545 stars 191 forks source link

luasql-odbc x64 #110

Closed PavlovNik closed 5 years ago

PavlovNik commented 5 years ago

Hello! How can I get odbc.dll (x64 version) using vc6 source in Visual Studio 2015? Or where can I download x64 version odbc.dll?

tomasguisasola commented 5 years ago

Hi Pavlov

You will have to build your own. We do not provide binaries.

Regards, Tomás

Em seg, 18 de mar de 2019 às 05:03, PavlovNik notifications@github.com escreveu:

Hello! How can I get odbc.dll (x64 version) using vc6 source in Visual Studio 2015? Or where can I download x64 version odbc.dll?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/keplerproject/luasql/issues/110, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIA7UZjZzeTYvFbjTYAeo4jvSlvTDWAks5vX0hcgaJpZM4b5Kj1 .

PavlovNik commented 5 years ago

Hi Pavlov You will have to build your own. We do not provide binaries. Regards, Tomás Em seg, 18 de mar de 2019 às 05:03, PavlovNik notifications@github.com escreveu: Hello! How can I get odbc.dll (x64 version) using vc6 source in Visual Studio 2015? Or where can I download x64 version odbc.dll? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#110>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIA7UZjZzeTYvFbjTYAeo4jvSlvTDWAks5vX0hcgaJpZM4b5Kj1 .

Thanks Tomas!

I already found a solution - I opened Visual C++ 6 sources as my own project using Visual Studio 2010 and then I open it in Visual Studio 2015. Otherwise, Visual Studio 2015 hadn't open VC6 project, I got a error.