Thank you, I saw those packages but couldn't find a native c++ package that includes headers and the lib. For now, I'm just copying over manually.
On Fri, May 30, 2014 at 4:52 PM, Randy Abernethy <[email protected]> wrote: > Hi Joe, > > Which NuGet lib did you install? > > PM> Get-Package -ListAvailable -PreRelease thrift > > shows several options. There is no official Apache Thrift NuGet package > presently, those > available are community supplied. I do know that the "Thrift" and > "ApacheThrift" packages > are both .Net libs, so they can be used with any managed language including > C++. > > I don't think that there is a native C++ Windows libthrift.lib or > libthrift.dll package on Nuget > presently (which would also need to include all of the headers). Would be a > nice thing to > have though! > > -Randy > > > On Fri, May 30, 2014 at 1:32 PM, Joseph Fradley <[email protected]> > wrote: > > > Hello, > > > > I've successfully used NuGet to get Thrift for a C# project. However, I > > can't seem to do the same for a C++ project. Do we know if the current > > NuGet Thrift package works C++ projects? > > > > Joe > > >
