I am not an expert in Visual Studio -- the error is caused by a missing library dependency (which I think can be fixed by appropriate linker configuration https://msdn.microsoft.com/en-us/library/ba1z7822.aspx). @Max, do you have any advice?
We are using these libraries with Visual Studio to build C++ applications; e.g. we use the Arrow libraries in the Parquet C++ library. But we're building with CMake so that's generating the Visual Studio files under the hood. On Mon, Jun 25, 2018 at 5:37 AM, diam5...@gmail.com <diam5...@gmail.com> wrote: > I add the .lib files , from ..\arrow-master\cpp\build\release\Release and > \Debug and \MinSizeRel and RelWithDebInfo but still the same error. Am I > missing something ?