.net 2003 compilation error!
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Guyz, help me!! I am creating a .net 2003/ATL COM dll, and am including some header files of the legacy application. Now am getting some great compilation errors: [B]error C2146: syntax error : missing ';' before identifier 'int_type' error C2838: 'int_type' : illegal qualified name in member declaration[/B] These error belongs to the following code snippet in my legacy .h file typedef Base::int_type int_type; another error: [B]error C2226: syntax error : unexpected type 'T'[/B] this belongs to : template class CAfwASOFileSet { public: CAfwASOFileSet(T* aso, T::_FsdFileSets fileset) : ........ Any idea guyz?! I desperately need a solution! Pl help me:(( Thnx!!