Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-1834

Support dynamic linking against the thrift C++ library on windows

    XMLWordPrintableJSON

Details

    • Story
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9
    • None
    • C++ - Library
    • Windows x86_64 MSVC 2010

    Description

      I am unable to build a valid .dll version of the Thrift C++ library using MSVC2010 as nothing has been declared with "_declspec(dllexport)/_declspec(dllimport)", meaning that MSVC2010 (and presumably all other versions) are unable to generate the import .lib that should accompany the .dll library.

      Currently the cmake environment only supports building a static library (with static or dynamic runtime - you choose with the "WITH_MT" option).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chris5287 Chris Stylianou
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: