Re: Running Apache Arrow on Visual Studio

2018-06-25 Thread diam5752
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 ?

Re: Running Apache Arrow on Visual Studio

2018-06-21 Thread diam5752
On 2018/06/21 12:46:44, Wes McKinney wrote: > hi, > > I think you need to add the .lib files for linking; adding the include > directories alone won't do it. The DLL files must be in your %PATH% at > runtime. > > - Wes > > On Thu, Jun 21, 2018 at 8:22 AM, diam5...@gmail.com > wrote: > > H

Running Apache Arrow on Visual Studio

2018-06-21 Thread diam5752
Hello. I have installed apache arrow C++ API on windows 10 , and all the tests are running fine. But when I am trying to make my own c++ program using apache arrow I get this error : “Severity Code Description Project File Line Suppression State Error