On Aug 23, 2009, at 8:13 PM, Edwards, Waverly wrote: > local fn SomeFunc( myRec as ^ CustomEditorViewData ) > local fn SomeFunc( myRec as ptr to CustomEditorViewData ) > local fn SomeFunc( myRec as pointer to CustomEditorViewData ) > local fn SomeFunc( myRec as .CustomEditorViewData ) // I dont know > if this syntax is still allow but I dont use it FBtoC supports all these formats and all generate exactly the same C code. Brian S