Open
Description
What would you like help with?
Hi,
I'm trying to use ADBC with a Microsoft Visual Studio C++ solution. I've tried to build ADBC to produce an import lib file (.lib extension) and dynamic dll (.dll) but haven't had any luck. I tried using cmake with clang and gcc through Mingw, but I only get '.a' files rather than '.lib' ones, and the compilation fails because of dllexport.
Is there any guidance of linking ADBC with C++ Windows DLLs? I'm specifically wanting to use the flightsql driver.
Thanks.