NO

Author Topic: Two questions  (Read 2966 times)

halsten

  • Guest
Two questions
« 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...

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

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

Code: [Select]
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