January 12, 2003
Is there any way to tell DMC to NOT generate underscore prefixed identifiers?

TIA.

Michael


January 13, 2003
Sure. Use the __syscall attribute:

int __syscall foo()
{
}

"Mike Comperchio" <mcmprch@adelphia.net> wrote in message news:avsi8o$a9e$1@digitaldaemon.com...
> Is there any way to tell DMC to NOT generate underscore prefixed identifiers?
>
> TIA.
>
> Michael
>
>