Alek Storm wrote:
Will new() be a vtable method or PCCMETHOD in a Class PMC?$P0 = get_hll_namespace $P1 = $P0.find_class("HLLClass") $P2 = $P1.new()
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