Pelles C forum

C language => Expert questions => Topic started by: halsten on April 16, 2008, 11:58:07 AM

Title: Two questions
Post by: halsten on April 16, 2008, 11:58:07 AM
Hello,

I wanted to know why does PellesC does not support C++ up till now? Any specific reason? ... My second question was regarding the following error...

error #2001: Syntax error: found '*' - expecting ')'.
error #2161: Extraneous old-style parameter list.


Here's the part of code that triggers the error...

typedef VOID  (CALLBACK* PROC)(UUID*);

I wanted to know the reason that triggers that error, because as far as I have tested; it compiles fine under MSVC 6.0 ... Thanks in advance.

Regards,
halsten