Hartmut Schirmer escribió:
You should try
if((t || buildframedriver(&vmd,&fdr)) && (*vmd.extinfo->setup)(&vmd,noclear) && (t || buildcontext(&vmd,&fdr,&cxt)) )
instead. builddriver should stay before setup() since it doesn´t use the frame address.
Note, this code is nearly unchanged since Csaba wrote it and I never really got through all details.
Thanks, I will try it.