Click here to Skip to main content
15,882,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have converted a piece of C# code to C++ using one converter from tangeable solution inc. The generated piece of has definition of one single namespace ( say A ) spread across multiple header files. It has many namespaces as member ( e.g. B, C, D ... ) The compiler fails to recognize these member namespaces. What can be the issue ?
Posted
Updated 12-Dec-10 21:55pm
v2
Comments
Abdul Quader Mamun 13-Dec-10 3:55am    
Spelling check.
Emilio Garavaglia 13-Dec-10 14:43pm    
You should be more specific. Show a piece of code that actually exhibit the problem you're seeing.

1 solution

Too many possibilities from reserved words, preprocessor conflicts, etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900