c++ - Using Apache Thrift in Windows -


i'm interested in compiling thrift-generated code , linking thrift c++ library in windows environment. doing research, found few recent links:

1) thrift win32 installation using cygwin/mingw

2) thrift-1031 , thrift-1123 patches compile in ms visual c++

using #1, able compile linux library using mingw, named libthrift.a. able generate thrift code, , compile in windows using thrift dll or lib.

in other words, see how can use mingw compile thrift code executes in windows. want able develop , compile code uses thrift, in windows. possible?

if not, suppose #2 option, seems still highly in development phase.

any ideas?

there´s patch available copile thrift runtime visual studio c++. great if thift developers put patch in main code.

https://issues.apache.org/jira/browse/thrift-591


Comments