Am I reading the quote below correctly? I have a C++ dll running in windows that I would like to communicate with a Java app via Thrift. Will this not work? Thanks!
"The following instructions are for making the thrift *compiler* only. The Thrift C++ runtime library does not currently work on Windows. This means that you'll be able to compile ThriftIDL<http://wiki.apache.org/thrift/ThriftIDL>files to C++/Java/Python/etc., but you won't be able to compile and run the generated C++ code under Windows." ~Justin
