|
-
March 6th, 2001, 03:10 AM
#2
Re: Template Class
You have only to declare the template like that:
CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_TEXTILTYPE,
RUNTIME_CLASS(CTextilDoc),
RUNTIME_CLASS(CMDIChildWnd), // standard MDI child frame
RUNTIME_CLASS(CTextilView));
AddDocTemplate(pDocTemplate);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|