<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MDI aus DLL heruas]]></title><description><![CDATA[<p>Ich versuche in der DLL ein MDI-Fenster zu erzeugen.<br />
Leider gibt es da nur Assertions ...<br />
der dll-Code sieht wie folgt aus:<br />
MyDocTemplate2 = new CMultiDocTemplate(<br />
IDR_TEST_MTYPE,<br />
RUNTIME_CLASS(CMyDoc),<br />
RUNTIME_CLASS(CMyChildFrame), // custom MDI child frame<br />
RUNTIME_CLASS(CFormView22)<br />
);<br />
MyDocTemplate2-&gt;OpenDocumentFile(NULL);<br />
CFormView22 und CMyDoc unnd CMyChildFrame sind einfach abgeleitete Typen:<br />
class CFormView22 : public CFormView<br />
class CMyChildFrame : public CMDIChildWnd<br />
class CMyDoc : public CDocument<br />
Danke wenn ihr mir heflen könt...<br />
anthony</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5997/mdi-aus-dll-heruas</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 17:51:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5997.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Jun 2003 16:02:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MDI aus DLL heruas on Tue, 03 Jun 2003 16:02:00 GMT]]></title><description><![CDATA[<p>Ich versuche in der DLL ein MDI-Fenster zu erzeugen.<br />
Leider gibt es da nur Assertions ...<br />
der dll-Code sieht wie folgt aus:<br />
MyDocTemplate2 = new CMultiDocTemplate(<br />
IDR_TEST_MTYPE,<br />
RUNTIME_CLASS(CMyDoc),<br />
RUNTIME_CLASS(CMyChildFrame), // custom MDI child frame<br />
RUNTIME_CLASS(CFormView22)<br />
);<br />
MyDocTemplate2-&gt;OpenDocumentFile(NULL);<br />
CFormView22 und CMyDoc unnd CMyChildFrame sind einfach abgeleitete Typen:<br />
class CFormView22 : public CFormView<br />
class CMyChildFrame : public CMDIChildWnd<br />
class CMyDoc : public CDocument<br />
Danke wenn ihr mir heflen könt...<br />
anthony</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29158</guid><dc:creator><![CDATA[anthony]]></dc:creator><pubDate>Tue, 03 Jun 2003 16:02:00 GMT</pubDate></item></channel></rss>