August 17, 2003
#if !defined(RECLS_NO_NAMESPACE)
namespace recls
{
#endif /* !RECLS_NO_NAMESPACE */

The IDDE, upon file scanning, tells me

  Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Semicolon expected
  Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Declarator name expected

It's wrong. I'm guessing it's in need of a namespace tutorial. ;)



August 17, 2003
Yeah, the IDDE parser ain't that smart...
I am not completely sure, but I have the strong feeling that it's either a
different or an outdated version of the actual compiler parser.



Matthew Wilson wrote:

> #if !defined(RECLS_NO_NAMESPACE)
> namespace recls
> {
> #endif /* !RECLS_NO_NAMESPACE */
>
> The IDDE, upon file scanning, tells me
>
>   Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Semicolon expected
>   Warning: H:\RECLS\DEV\API\SRC\recls_api.cpp(35): Declarator name expected
>
> It's wrong. I'm guessing it's in need of a namespace tutorial. ;)

--
ManiaC++
Jan Knepper