Compiling...
PDAManager.cpp
c:\MyWorks\PDAManager.Net\PDAManager.h(72) : error C3633: cannot define 'ListaDeInteiros' as a member of managed 'IEAv::PDAManager'
because of the presence of default constructor 'Lista<Classe2>::Lista' on class 'Lista<Classe2>'
with
[
Classe2=int
]
and
[
Classe2=int
]
and
[
Classe2=int
]
c:\MyWorks\PDAManager.Net\PDAIncludes\LISTA.H(56) : see declaration of 'Lista<Classe2>::Lista'
with
[
Classe2=int
]
and
[
Classe2=int
]
What this Error C3633 means???
What is Interesting that if I take out the constructor and destructor of the template class, the error disapear...
I have attached the managed class and the templates classes that I am using. PDAManager.h has the Managed class that uses a template unmanaged class. Lista.h has the class that is an unmanaged template class.
Last edited by Eliseu_CEL; January 13th, 2006 at 02:09 PM.
Reason: I've given the wrong message error. improve the code example.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.