On Sat, 30 May 2009, Robert wrote:

I tried to use current http://code.google.com/p/python4delphi with
Lazarus. Did somebody use P4D successfully with recent Lazarus?
Patches? I face a few problems.


What about this problem, and what could be a workaround?
http://code.google.com/p/python4delphi/source/browse/trunk/PythonForDelphi/Components/Sources/Core/VarPyth.pas


### from variants.pp #########
procedure TCustomVariantType.VarDataClear(var Dest: TVarData);

begin
   NotSupported('TCustomVariantType.VarDataClear');
end;
...
#########################

I implemented some methods in TCustomVariantType (subversion of today), but there are still quite some missing. Please test to see if it gets you any further.

Michael.

_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to