<?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[CLI Dll in ActiveX project einbinden]]></title><description><![CDATA[<p>Hallo,<br />
ich hab folgendes Problem, ich habe eine C++/CLI DLL welche ich in ein C++ ActiveX MFC Projeckt einbinden will.</p>
<p>Über GetProcAdress kann ich die CLI Dll ja sicher nicht einbinden.</p>
<p>Jemand also eine Ahnung wie ich ne CLI DLL in ein ActiveX Projeckt einbinde?</p>
<p>Gruß Stu</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/167741/cli-dll-in-activex-project-einbinden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 12:47:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/167741.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Dec 2006 14:49:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CLI Dll in ActiveX project einbinden on Thu, 14 Dec 2006 14:49:23 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich hab folgendes Problem, ich habe eine C++/CLI DLL welche ich in ein C++ ActiveX MFC Projeckt einbinden will.</p>
<p>Über GetProcAdress kann ich die CLI Dll ja sicher nicht einbinden.</p>
<p>Jemand also eine Ahnung wie ich ne CLI DLL in ein ActiveX Projeckt einbinde?</p>
<p>Gruß Stu</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1191825</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1191825</guid><dc:creator><![CDATA[DiscoStu42]]></dc:creator><pubDate>Thu, 14 Dec 2006 14:49:23 GMT</pubDate></item><item><title><![CDATA[Reply to CLI Dll in ActiveX project einbinden on Thu, 14 Dec 2006 15:02:10 GMT]]></title><description><![CDATA[<p>also ne dll in ein project einbinden muss ich jetzt echt mal blöd fragen geht das?<br />
dachte eigendlich das wenn man die *.lib zu der *.dll in das project einbindet und die dll dann automatisch geladen wird.</p>
<p>die lib bindest du entweder unter projecteinstellungen/linker o. direckt im Arbeitsbereich/Dateien mit &quot;Dateien dem Project hinzufügen&quot; oder mit</p>
<pre><code>#pragma comment(lib,&quot;*.lib&quot;)
</code></pre>
<p>ein</p>
<p>New Edit:<br />
und ne dll kannst du höchstens in ein project laden mit</p>
<pre><code>LoadLibrary(&quot;*.dll&quot;)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1191835</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1191835</guid><dc:creator><![CDATA[LowFly]]></dc:creator><pubDate>Thu, 14 Dec 2006 15:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to CLI Dll in ActiveX project einbinden on Thu, 14 Dec 2006 15:07:14 GMT]]></title><description><![CDATA[<p>ja wie ich im allgemeinen ne DLL/LIB lade weiß ich.</p>
<p>Aber ne CLI Klassenbibelothek basiert ja auf das .NET Framework. CLI dlls und MFC DLL´s sind ja verschieden.</p>
<p>Und mit LoadLibrary kannst du eh nur &quot;normale&quot; C-Dlls einbinden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1191840</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1191840</guid><dc:creator><![CDATA[DiscoStu42]]></dc:creator><pubDate>Thu, 14 Dec 2006 15:07:14 GMT</pubDate></item></channel></rss>