Hi Graf, Because you have: #define NULL 0; You probably want: #define NULL 0 Since the trailing semicolon is going to bollix up your use of the NULL macro in your if expressions. HTH, --Eljay
Hi Graf, Because you have: #define NULL 0; You probably want: #define NULL 0 Since the trailing semicolon is going to bollix up your use of the NULL macro in your if expressions. HTH, --Eljay