<?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[Multimedia Timer einbinden]]></title><description><![CDATA[<p>Hallo,</p>
<p>mein Multimedia timer will nicht so wie ich will:<br />
ich habe eingebunden:</p>
<pre><code class="language-cpp">#include &quot;stdafx.h&quot;
#include &lt;windows.h&gt;
#include &lt;COMMCTRL.H&gt;
#include &lt;stdio.h&gt;
#include &lt;MMSYSTEM.H&gt;
</code></pre>
<p>und will</p>
<pre><code class="language-cpp">DWORD t;
t = timeGetTime();
</code></pre>
<p>ausführen.</p>
<p>Hier bekomme ich nach erfolgreichem kompilieren die Linkermeldung:</p>
<blockquote>
<p>DebugDriverThread.cpp<br />
Linking...<br />
DebugDriverThread.obj : error LNK2001: unresolved external symbol __imp__timeGetTime@0<br />
.\Debug/DebugServer.exe : fatal error LNK1120: 1 unresolved externals<br />
Error executing link.exe.<br />
Creating browse info file...</p>
<p>DebugServer.exe - 2 error(s), 0 warning(s)</p>
</blockquote>
<p>Was mache ich falsch??<br />
in mmsystem.h steht die Funktion drin!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/53971/multimedia-timer-einbinden</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 13:44:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53971.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Nov 2003 13:21:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multimedia Timer einbinden on Mon, 03 Nov 2003 13:21:36 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>mein Multimedia timer will nicht so wie ich will:<br />
ich habe eingebunden:</p>
<pre><code class="language-cpp">#include &quot;stdafx.h&quot;
#include &lt;windows.h&gt;
#include &lt;COMMCTRL.H&gt;
#include &lt;stdio.h&gt;
#include &lt;MMSYSTEM.H&gt;
</code></pre>
<p>und will</p>
<pre><code class="language-cpp">DWORD t;
t = timeGetTime();
</code></pre>
<p>ausführen.</p>
<p>Hier bekomme ich nach erfolgreichem kompilieren die Linkermeldung:</p>
<blockquote>
<p>DebugDriverThread.cpp<br />
Linking...<br />
DebugDriverThread.obj : error LNK2001: unresolved external symbol __imp__timeGetTime@0<br />
.\Debug/DebugServer.exe : fatal error LNK1120: 1 unresolved externals<br />
Error executing link.exe.<br />
Creating browse info file...</p>
<p>DebugServer.exe - 2 error(s), 0 warning(s)</p>
</blockquote>
<p>Was mache ich falsch??<br />
in mmsystem.h steht die Funktion drin!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/385650</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/385650</guid><dc:creator><![CDATA[sarasne]]></dc:creator><pubDate>Mon, 03 Nov 2003 13:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to Multimedia Timer einbinden on Mon, 03 Nov 2003 13:32:19 GMT]]></title><description><![CDATA[<p>Hast du auch diesem unauffälligen Satz gelesen?</p>
<blockquote>
<p>Library: Use Winmm.lib.</p>
</blockquote>
<p>Die Meldung klingt so, als wenn du vergessen hast, die Lib einzubinden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/385670</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/385670</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Mon, 03 Nov 2003 13:32:19 GMT</pubDate></item><item><title><![CDATA[Reply to Multimedia Timer einbinden on Mon, 03 Nov 2003 13:47:11 GMT]]></title><description><![CDATA[<p>ups...</p>
<p>ja</p>
<p>Danke... jetzt gehts.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/385680</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/385680</guid><dc:creator><![CDATA[sarasne]]></dc:creator><pubDate>Mon, 03 Nov 2003 13:47:11 GMT</pubDate></item></channel></rss>