Open GoogleCodeExporter opened 9 years ago
Issue 18 has been merged into this issue.
Original comment by pyscripter
on 2 Nov 2011 at 1:45
Have you looked into WrapDelphi and the relevant demos? This is exactly what
WrapDelphi does, although it does not use the improvements in RTTI since Delphi
2009. However it does make it very easy to expose Delphi objects to Python.
Original comment by pyscripter
on 8 Nov 2011 at 9:27
Thanks for the hint! It's much easier then Demo08.
Original comment by edwin....@innovationgear.com
on 10 Nov 2011 at 1:21
I've changed wrapdelphi.pas to use TRttiContext when delphi version is
DELPHIXE_OR_HIGHER. How I can contribute with this project?
Original comment by alexandre@katrid.com
on 28 Jan 2012 at 4:52
Attachments:
Thanks, I will review the changes and merge them.
Original comment by pyscripter
on 28 Jan 2012 at 4:43
Now, python code like "Form1.Memo1.Lines.Add('New line')" is working!
But "print Form1.Memo1.Text" is not working.
Please add 'tkUString' to line 1551.
Original comment by cho...@gmail.com
on 4 Feb 2012 at 10:12
Sounds great!
Original comment by edwin....@innovationgear.com
on 5 Mar 2012 at 9:00
@ pyscripter,
Have you merged WrapDelphi.pas by Alexandre into the python4delphi project
already? Thanks!
Original comment by edwin....@innovationgear.com
on 26 May 2012 at 8:53
Original issue reported on code.google.com by
edwin....@innovationgear.com
on 29 Oct 2011 at 8:50