Logo
Explore Help
Register Sign In
pascal/lazarus-ccr
1
0
Fork 0
You've already forked lazarus-ccr
Code Issues Releases Activity
Files
65f4a3dffd33ca4820d164e6c7cdeed7212608f5
lazarus-ccr/wst/trunk/wst_delphi.inc

10 lines
202 B
PHP
Raw Normal View History

client : new TCP transport implementation ( using synapse library ) in synapse_tcp_protocol.pas server : TCP server implementatiion ( using synapse library ) in synapse_tcp_server.pas Delphi : first binary format support bugs fix in the WSDL generation for the server side git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@158 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-02 22:55:35 +00:00
{$IFNDEF HAS_QWORD}
type
QWord = type Int64;
DWORD = LongWord;
PtrInt = Cardinal;
PByteArray = ^ByteArray;
ByteArray = array[0..$effffff] of Byte;
+ TStringBufferRemotable = reading a node's raw buffer + Better Delphi support : client & server( new ) - SOAP, XMLRPC and BINARY formats git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@212 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-12 14:46:45 +00:00
PtrUInt = Cardinal;
{$ENDIF}
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API