[Lazarus] RTTI Streaming Compatibility with Delphi and Lazarus

2012-12-04 Thread Rob Mudryk
Would Love to be able to pass Components between Delphi and Lazarus over 
TCP/IP.  I have done it with Lazarus to Lazarus.   I need to do it from 
Delphi to Lazarus now.  Anyone have any Sample Code?  Or Tip?


Loving Lazarus on the Raspberry Pi, PC so far!  Looking forward to 
figuring out IOS and Android!


Sample Stream Data from Lazarus Example:  (Component Streaming)
TPF0#09TGroupBox#09AGroupBox#04Left#02#17#06Height#02+#03Top#02#0F#05Width#03#80#00#07Caption#06#09AGroupBox#0CClientHeight#02#19#0BClientWidth#02|#08TabOrder#02#00#00#09TCheckBox#09ACheckBox#04Left#02#00#06Height#02#13#03Top#02#00#05Width#02P#07Caption#06#09ACheckBox#08TabOrder#02#00#00#00#00

Rob.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] RTTI Streaming Compatibility with Delphi and Lazarus

2012-12-04 Thread Sven Barth

On 04.12.2012 17:11, Rob Mudryk wrote:

Would Love to be able to pass Components between Delphi and Lazarus over
TCP/IP.  I have done it with Lazarus to Lazarus.   I need to do it from
Delphi to Lazarus now.  Anyone have any Sample Code?  Or Tip?

Loving Lazarus on the Raspberry Pi, PC so far!  Looking forward to
figuring out IOS and Android!

Sample Stream Data from Lazarus Example:  (Component Streaming)
TPF0#09TGroupBox#09AGroupBox#04Left#02#17#06Height#02+#03Top#02#0F#05Width#03#80#00#07Caption#06#09AGroupBox#0CClientHeight#02#19#0BClientWidth#02|#08TabOrder#02#00#00#09TCheckBox#09ACheckBox#04Left#02#00#06Height#02#13#03Top#02#00#05Width#02P#07Caption#06#09ACheckBox#08TabOrder#02#00#00#00#00


I don't think this will be possible, because the published properties 
between Lazarus and Delphi are likely to be different.


Regards,
Sven


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus