Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
Windows
Description
I downloaded the thrift compiler from http://thrift.apache.org/download and looked at it with the dependency walker. It links against MSVC dynamically, however MSVCRT is not distributed with it, so it may not work.
I recommend following the instructions in THRIFT-3973 to build a thrift compiler using static runtime through cmake build tools. This will be more portable and guaranteed to work.
Attachments
Issue Links
- is related to
-
THRIFT-5290 Adjusting cpp *.cproj msvcrt options according to LEGAL-538
- Closed