[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dlopen question...



> > So when it works WITH the underscrore (and it does), how can I be
> > wrong ?
> >
> > regards
> > Martin
>
> Some names (at least in C++) with a certain prefix is reserved for
> implementors of libraries/compilers. A __ is such a prefix, and as
> far as I know, a single _ is pretty much the same. Using your own
> names with those kind of prefxies is asking for trouble. Macroes
> don't respect scope.
>
> Cheers,
> Sigfred.

Oh man, I forgot that I posted to the ports-list....

/Sigfred