[Lazarus] Python4Delphi/Lazarus: VarPyth: VarDataClear.. not yet supported?

Michael Van Canneyt michael at freepascal.org
Sat May 30 14:09:30 CEST 2009



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.




More information about the Lazarus mailing list