Pelles C forum

Pelles C => General discussions => Topic started by: TimoVJL on April 06, 2014, 06:12:16 PM

Title: Nice feature in version 8
Post by: TimoVJL on April 06, 2014, 06:12:16 PM
Quote
CDOSendMail.c(90): error #2048: Undeclared identifier 'CLSID_IMessage' (did you mean 'CLSID_Message'?).
And that was correct too :)
Title: Re: Nice feature in version 8
Post by: Pelle on April 06, 2014, 06:58:12 PM
I'm uncertain about this feature, but time will tell...

Sometimes it works well, like in this case, but if you forget an #include file there may be a message like:
Undeclare identifier 'abcd' (did you mean 'bob_for_president'?) -- or whatever. Less useful.