You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Pascal Bach (JIRA)" <ji...@apache.org> on 2014/12/03 11:49:12 UTC

[jira] [Created] (THRIFT-2873) TPipe and TPipeServer don't compile on windows with UNICODE enabled

Pascal Bach created THRIFT-2873:
-----------------------------------

             Summary: TPipe and TPipeServer don't compile on windows with UNICODE enabled
                 Key: THRIFT-2873
                 URL: https://issues.apache.org/jira/browse/THRIFT-2873
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Library
    Affects Versions: 0.9.3
         Environment: Visual Studio 2013
            Reporter: Pascal Bach
            Priority: Minor


When compiling the Thrift C++ library with {{UNICODE}} enabled {{TPipe}} and {{TPipeServer}} won't compile as the are using LPSTR which only works with Multi byte charactersets.

The appended patch uses {{LPTSTR}} instead of {{LPSTR}} which is set based on the {{UNICODE}} flag by Visual Studio.
It also does some casts from raw {{const char *}} to {{LPCSTR}}.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)