Are you sure the #include<something> part doesn't declaire any symbols
that would generate nameclashes?
Just a sugestion - try prefix something to the namespace A (make it
temp_A or something like that), if the error is still there, then it's
not a nameclash for sure.
Steffen Hampel wrote:[color=blue]
> "eiji" <SaLeuth@gmx.de> schrieb im Newsbeitrag
> news:1129548055.411577.84980@g47g2000cwa.googlegro ups.com...[color=green]
> > This could be VC++ issue which does not belong to this group.
> >
> > But first, have you figured out the msdn error discription?
> >
> >[/color]
>
http://msdn.microsoft.com/library/de...html/c2871.asp[color=green]
> > You are sure, not running into one of these errors?
> >
> > Regards,
> > Sascha[/color]
>
> I'm aware of the purpose of errorcodes, and i always lookup all the sources
> i know (including google) to solve a problem, before i would bother you with
> my questions.
>
> I'm sure i have declared the namespaces i reference and the that there are
> no name clashes.
> At least i did all the obvious stuff right.
> Maybe there is a mistake caused by all the cross referenzing or the
> preprozessor has deleted something.
> I have no clue. I hope somebody had this Problem before and can give me a
> hint to work around.
>
> Regards
> Steffen[/color]