Re: Running Apache Arrow on Visual Studio

2018-06-26 Thread AggD
Sure. It will be up by the end of the week , when I find some free time .

Re: Running Apache Arrow on Visual Studio

2018-06-26 Thread Wes McKinney
Could you explain the resolution here in case someone else finds this thread? Much appreciated On Tue, Jun 26, 2018, 7:46 AM AggD wrote: > Okay , I managed to solve it. If anyone needs help feel free to ask me. If > you want , I can make a file explaining the operations needed. >

Re: Running Apache Arrow on Visual Studio

2018-06-26 Thread AggD
Okay , I managed to solve it. If anyone needs help feel free to ask me. If you want , I can make a file explaining the operations needed.

Re: Running Apache Arrow on Visual Studio

2018-06-26 Thread AggD
I did everything from the beginning with no results. I include the .lib and .dll files but with no results. I have problem only with memory_pool .

Re: Running Apache Arrow on Visual Studio

2018-06-26 Thread AggD
I think I got it fine. Thank you for your time

Re: Running Apache Arrow on Visual Studio

2018-06-25 Thread Wes McKinney
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

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: > >

Re: Running Apache Arrow on Visual Studio

2018-06-21 Thread Wes McKinney
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: > Hello. I have installed apache arrow C++ API on windows 10 , and all the

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