Kakolukia91 opened a new issue, #2846: URL: https://github.com/apache/arrow-adbc/issues/2846
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org