Please, 

is here anybody who can help me with variants internals?
I have still problems with VariantArrays and calling convenctions.

Example:

function A(): Variant; 
begin
end;

var 
  V: variant;
begin
  V:=A();
end;

Why Result of the function a() is'nt a pointer to variable V, but is
copied in fpc_finalize to variable V !!!! Isn't it unneeded slowing
down??? And there is futhermore some bug in the returning VarArray.

I have some free time to help with developement, but i need some
support from community. 

Petr

-- 
Ing. Petr Kristan
.
EPOS PRO s.r.o., Bozeny Nemcove 2625, 530 02 Pardubice
tel: +420 466335223    Czech Republic (Eastern Europe) 
fax: +420 466510709
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to