Menu

#3 compile error

open
nobody
None
5
2006-05-03
2006-05-03
No

missing void on resize.c:49
static UniqueUpdateForm( UInt16 formID, UInt16 code );

should be
static void UniqueUpdateForm( UInt16 formID, UInt16 code );

compiler is complaining

Discussion


Log in to post a comment.