I'm getting the error Error: glut.sml 130.28. Syntax error: replacing WILD with ASTERISK. where line 130 is val glutCreateMenuCB = _address "glutCreateMenuCB" : MLton.Pointer.t; I'm using the MLton command mlton -default-ann 'allowFFI true' -stop tc -export-header glut- glue.h glut.sml with version 20050731. Was "_address" added since 20050731? - John