Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS.NET and CWnd Pin
Tomasz Sowinski27-Mar-02 22:28
Tomasz Sowinski27-Mar-02 22:28 
GeneralRe: VS.NET and CWnd Pin
alex.barylski27-Mar-02 23:43
alex.barylski27-Mar-02 23:43 
GeneralRe: VS.NET and CWnd Pin
Tomasz Sowinski27-Mar-02 23:51
Tomasz Sowinski27-Mar-02 23:51 
GeneralRe: VS.NET and CWnd Pin
alex.barylski28-Mar-02 1:05
alex.barylski28-Mar-02 1:05 
GeneralAdo Program Run Error On Machine whithout VC++ IDE Pin
Forlegend27-Mar-02 18:47
Forlegend27-Mar-02 18:47 
GeneralRe: Ado Program Run Error On Machine whithout VC++ IDE Pin
Michael P Butler27-Mar-02 21:59
Michael P Butler27-Mar-02 21:59 
GeneralRe: Ado Program Run Error On Machine whithout VC++ IDE Pin
Forlegend28-Mar-02 1:35
Forlegend28-Mar-02 1:35 
GeneralVC++ nested Template Pin
nandika27-Mar-02 18:46
nandika27-Mar-02 18:46 
namespace afilter {
:
:
template <typename cr,="" int="" i,="" o="">
ReplItr<cr,i,o>::ReplItr(const typename CR::Base & cr)
: repl(static_cast<const cr="" &="">(cr)), buffer(repl.max_out()) {}

template <typename cr,="" int="" i,="" o=""> // <--error C2954: template definitions cannot nest
ReplItr<cr,i,o> * ReplItr<cr,i,o>::clone() const {
return new ReplItr(*this);
}
:
:
}

why this error comes ?

error C2954: template

Is there any way to get rid of this ?

Regards,
_Nandika
OMG | :OMG:
GeneralAppWizards Pin
gt4924f27-Mar-02 14:16
gt4924f27-Mar-02 14:16 
GeneralLinking to MFC from non-mfc dl Pin
Mythili27-Mar-02 13:02
Mythili27-Mar-02 13:02 
GeneralRe: Linking to MFC from non-mfc dl Pin
Nish Nishant27-Mar-02 13:42
sitebuilderNish Nishant27-Mar-02 13:42 
GeneralRe: Linking to MFC from non-mfc dl Pin
Mythili27-Mar-02 13:51
Mythili27-Mar-02 13:51 
GeneralRe: Linking to MFC from non-mfc dl Pin
Nish Nishant27-Mar-02 14:14
sitebuilderNish Nishant27-Mar-02 14:14 
GeneralRe: Linking to MFC from non-mfc dl Pin
alex.barylski27-Mar-02 18:07
alex.barylski27-Mar-02 18:07 
GeneralAnybody knows Visual Studio Installer Pin
blink4me27-Mar-02 12:36
blink4me27-Mar-02 12:36 
GeneralMFC question Pin
User 988527-Mar-02 12:16
User 988527-Mar-02 12:16 
GeneralRe: MFC question Pin
Tim Deveaux27-Mar-02 12:55
Tim Deveaux27-Mar-02 12:55 
GeneralRe: MFC question Pin
User 988527-Mar-02 13:05
User 988527-Mar-02 13:05 
GeneralRe: MFC question Pin
Paul M Watt27-Mar-02 13:26
mentorPaul M Watt27-Mar-02 13:26 
GeneralRe: MFC question Pin
User 988527-Mar-02 13:35
User 988527-Mar-02 13:35 
GeneralRe: MFC question Pin
Christian Graus27-Mar-02 15:26
protectorChristian Graus27-Mar-02 15:26 
GeneralRe: MFC question Pin
Neville Franks31-Mar-02 0:09
Neville Franks31-Mar-02 0:09 
GeneralA few drawing woes. Pin
soup27-Mar-02 12:09
soup27-Mar-02 12:09 
GeneralRe: A few drawing woes. Pin
Paul M Watt27-Mar-02 13:12
mentorPaul M Watt27-Mar-02 13:12 
GeneralRe: A few drawing woes. Pin
alex.barylski27-Mar-02 18:23
alex.barylski27-Mar-02 18:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.