<?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[DLL in C++ Builder 4 verwenden]]></title><description><![CDATA[<p>Hallo</p>
<p>ich hab bisher noch nie eine DLL verwendet. Ich habe jetzt ein Projekt mit einer Messkarte, die mittels DLL angesprochen wird. Aber wie sage ich meinen Funktionen, dass dies in der DLL steht ? Was muss da im Code stehen ?</p>
<p>Gruß<br />
Gerhard</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/209134/dll-in-c-builder-4-verwenden</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 10:25:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/209134.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Mar 2008 08:35:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to DLL in C++ Builder 4 verwenden on Thu, 27 Mar 2008 08:35:45 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>ich hab bisher noch nie eine DLL verwendet. Ich habe jetzt ein Projekt mit einer Messkarte, die mittels DLL angesprochen wird. Aber wie sage ich meinen Funktionen, dass dies in der DLL steht ? Was muss da im Code stehen ?</p>
<p>Gruß<br />
Gerhard</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1481154</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1481154</guid><dc:creator><![CDATA[sgssn]]></dc:creator><pubDate>Thu, 27 Mar 2008 08:35:45 GMT</pubDate></item><item><title><![CDATA[Reply to DLL in C++ Builder 4 verwenden on Thu, 27 Mar 2008 10:44:48 GMT]]></title><description><![CDATA[<p>Du benötigst eine entsprechende Header-Datei für die DLL, welche du dann in deinen Sourcen einbindest.</p>
<p>Außerdem natürlich noch die &quot;.lib&quot;-Datei der DLL, welche du deinem Projekt hinzufügen mußt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1481237</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1481237</guid><dc:creator><![CDATA[Th69]]></dc:creator><pubDate>Thu, 27 Mar 2008 10:44:48 GMT</pubDate></item></channel></rss>