Thanks! I'm less worried about building on windows and more worried
about the ability to run the generated C++ code in a windows dll to
communicate with a Java app. Anyone have any experience?
Justin
On Oct 3, 2008, at 1:10, "Jaewon An" <[EMAIL PROTECTED]> wrote:
I tried to run thrift with cygwin but it shows some error during
build.
But I could build successfully with commenting some mutex code out and
it works nicely.
You can find some patches which makes thrift to be built under MS
Visual C++ environment in old thrift mailing list (facebook).
But it is only implemented Socket part not ServerSocket.
On Fri, Oct 3, 2008 at 4:29 PM, Justin Posey <[EMAIL PROTECTED]>
wrote:
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