I am interested in compiling the generated Thrift code and binding to the economical C ++ library in a Windows environment. After doing some research, I found some recent links:
1) Thrift Win32 Installation using Cygwin / MinGW
2) THRIFT-1031 and corrections THRIFT-1123 for compilation in MS Visual C ++
Using # 1, I was able to compile the linux library using MinGW called libthrift.a. But what I REALLY want to do is generate Thrift code and compile it in WINDOWS using dll or lib Thrift.
In other words, I see how I can use MinGW to compile the Thrift code that WINS on Windows. But I want to have the DEVELOP AND COMPILE code that Thrift uses on Windows. Is it possible?
If not, I believe No. 2 is my only option, but it seems to be still under development.
Any ideas?
source share