I am using glu tesselation now. And with good results. Only how do i implement it as part of an class?

gluTessCallback(tess, GLU_TESS_BEGIN, @tessBeginCB);

@tessBeginCB cannot be part of the class and has to be an real procedure with stdcall.