Alek Storm wrote:

$P0 = get_hll_namespace
$P1 = $P0.find_class("HLLClass")
$P2 = $P1.new()
Will new() be a vtable method or PCCMETHOD in a Class PMC?
It's implemented as a PCCMETHOD in the Class PMC, yes.

Though at the moment you must write:

$P2 = $P1.'new'()

But that may well be a bug in IMCC.

Jonathan

Reply via email to