52#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
53 #ifdef __TCP_EXPORT_DLL
54 #define __tcp_export_dll __declspec(dllexport)
56 #pragma message ( "Benutze Export defines fuer __tcp_export_dll" )
59 #define __tcp_export_dll
61 #pragma message ( "Benutze Import defines fuer __tcp_export_dll" )
64#elif defined(__GNUC__)
65 #ifdef __TCP_EXPORT_DLL
66 #define __tcp_export_dll
68 #define __tcp_export_dll
111 #define DEFAULT_DATASIZE 4096
For each library, here 'TcpLib' there is an error file.
Definition TcpClient.h:55
ActionCode
Definition TcpTypes.h:124
@ ACTION_REQUEST_WITH_RESPONSE
Definition TcpTypes.h:168
@ ACTION_INFO
Definition TcpTypes.h:190
@ ACTION_UNDEF
Definition TcpTypes.h:134
@ ACTION_REQUEST
Definition TcpTypes.h:156
@ ACTION_SYNC_DATA_SIZE
Definition TcpTypes.h:144
@ ACTION_RESPONSE
Definition TcpTypes.h:180
const std::string sTcpVersion
Definition TcpTypes.h:100