You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your use case or justification for cmake support, as we have never seen the need for adding such or received requests for such before, and the current build method is tried, tested and very portable ?
I have seen people use MSVC to build unixODBC natively on Windows too. This is the reason why I asked for a cmake based build script. Using cmake you could generate build scripts to build various compilers including MSVC and standalone MinGW. The biggest plus of cmake is it allows you to ditch the POSIX Shell as only the plain Windows Command Prompt is enough, autotools based build system will always need a POSIX Shell.
Thanks for the additional information, development indicate we would need to make an assessment of what is required to be able to run iODBC on Windows with native ODBC drivers. At this point a priority / time scale cannot be provide for this effort ...
No description provided.
The text was updated successfully, but these errors were encountered: