|
From: SourceForge.net <no...@so...> - 2005-08-26 02:38:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3312254 By: nenita_tan In nrdbpro.cpp, I believe the ff. codes are generated when you create the class. Is IDR_MAPTYPE being referred to the dialog box or the menu bar created? What about the IDR_GRAPHTYPE? <some codes here> CMultiDocTemplate( IDR_MAPTYPE, RUNTIME_CLASSCDocMap), RUNTIME_CLASS(CFrameMap), // custom MDI child frame RUNTIME_CLASS(CViewMap)); AddDocTemplate(pDocTemplate); // Register the template pDocTemplate = new CMultiDocTemplate( IDR_GRAPHTYPE, RUNTIME_CLASSCDocGraph), RUNTIME_CLASS(CMDIChildWnd), RUNTIME_CLASS(CViewGraph)); AddDocTemplate(pDocTemplate); ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=432587 |