kunjachan
August 6th, 2004, 08:38 AM
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:
error C2146: syntax error : missing ';' before identifier 'int_type'
error C2838: 'int_type' : illegal qualified name in member declaration
These error belongs to the following code snippet in my legacy .h file
typedef Base::int_type int_type;
another error:
error C2226: syntax error : unexpected type 'T'
this belongs to :
template <class T>
class CAfwASOFileSet
{
public:
CAfwASOFileSet(T* aso, T::_FsdFileSets fileset) :
........
Any idea guyz?!
I desperately need a solution!
Pl help me :(
Thnx!!
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:
error C2146: syntax error : missing ';' before identifier 'int_type'
error C2838: 'int_type' : illegal qualified name in member declaration
These error belongs to the following code snippet in my legacy .h file
typedef Base::int_type int_type;
another error:
error C2226: syntax error : unexpected type 'T'
this belongs to :
template <class T>
class CAfwASOFileSet
{
public:
CAfwASOFileSet(T* aso, T::_FsdFileSets fileset) :
........
Any idea guyz?!
I desperately need a solution!
Pl help me :(
Thnx!!