<?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[math.h - funktion aus dll aufrufen]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein dsp-plugin für winamp zum laufen bekommen,<br />
jetzt muss ich ein bißchen mit den samples rechnen.<br />
rufe ich aber log() oder log10() oder rand() usw. auf,<br />
bekomme ich immer einen linkerfehler:</p>
<p>unresolved external symbol: _main</p>
<p>muss ich da eine lib extra einbinden? welche?<br />
danke vorweg,<br />
thel</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67339/math-h-funktion-aus-dll-aufrufen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 09:46:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67339.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Mar 2004 15:38:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to math.h - funktion aus dll aufrufen on Sun, 07 Mar 2004 15:38:54 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein dsp-plugin für winamp zum laufen bekommen,<br />
jetzt muss ich ein bißchen mit den samples rechnen.<br />
rufe ich aber log() oder log10() oder rand() usw. auf,<br />
bekomme ich immer einen linkerfehler:</p>
<p>unresolved external symbol: _main</p>
<p>muss ich da eine lib extra einbinden? welche?<br />
danke vorweg,<br />
thel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475080</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475080</guid><dc:creator><![CDATA[thelonious]]></dc:creator><pubDate>Sun, 07 Mar 2004 15:38:54 GMT</pubDate></item><item><title><![CDATA[Reply to math.h - funktion aus dll aufrufen on Mon, 08 Mar 2004 18:40:56 GMT]]></title><description><![CDATA[<p>du musst math.lib einbinden, also in der linkerspec. angeben!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/476009</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/476009</guid><dc:creator><![CDATA[studiomaster]]></dc:creator><pubDate>Mon, 08 Mar 2004 18:40:56 GMT</pubDate></item><item><title><![CDATA[Reply to math.h - funktion aus dll aufrufen on Tue, 09 Mar 2004 21:08:04 GMT]]></title><description><![CDATA[<p>lieber thel,</p>
<p>du musst nicht math.lib, sondern MSVCRT.LIB linken.</p>
<p>viele grüße,<br />
dein alter ego<br />
thel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/476876</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/476876</guid><dc:creator><![CDATA[thelonious]]></dc:creator><pubDate>Tue, 09 Mar 2004 21:08:04 GMT</pubDate></item></channel></rss>