<?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[Funktion timeGetTime()]]></title><description><![CDATA[<p>Hallo,<br />
ich habe die Funktion<br />
<em>timeGetTime()</em><br />
in meinem Programm verwendet.</p>
<p>vorher habe ich die</p>
<pre><code class="language-cpp">#include &lt;MMSystem.h&gt;
</code></pre>
<p>eingebunden und nen</p>
<pre><code class="language-cpp">DWORD dwTimeStart;
</code></pre>
<p>erstellt.</p>
<p>wenn ich dann die Funktion aufrufe</p>
<pre><code class="language-cpp">dwTimeStart = timeGetTime();
</code></pre>
<p>bekomme ich folgende fehlermeldung:</p>
<blockquote>
<p>engine error LNK2019: Nicht aufgeloestes externes Symbol __imp__timeGetTime@0, verwiesen in Funktion _WinMain@16</p>
</blockquote>
<p>aus der msdn werde ich net so ganz schlau!<br />
könnt ihr mir weiterhelfen ?<br />
danke schon mal im vorraus!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/51452/funktion-timegettime</link><generator>RSS for Node</generator><lastBuildDate>Sun, 31 May 2026 16:05:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/51452.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Oct 2003 22:33:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Funktion timeGetTime() on Thu, 09 Oct 2003 22:33:59 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich habe die Funktion<br />
<em>timeGetTime()</em><br />
in meinem Programm verwendet.</p>
<p>vorher habe ich die</p>
<pre><code class="language-cpp">#include &lt;MMSystem.h&gt;
</code></pre>
<p>eingebunden und nen</p>
<pre><code class="language-cpp">DWORD dwTimeStart;
</code></pre>
<p>erstellt.</p>
<p>wenn ich dann die Funktion aufrufe</p>
<pre><code class="language-cpp">dwTimeStart = timeGetTime();
</code></pre>
<p>bekomme ich folgende fehlermeldung:</p>
<blockquote>
<p>engine error LNK2019: Nicht aufgeloestes externes Symbol __imp__timeGetTime@0, verwiesen in Funktion _WinMain@16</p>
</blockquote>
<p>aus der msdn werde ich net so ganz schlau!<br />
könnt ihr mir weiterhelfen ?<br />
danke schon mal im vorraus!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/369505</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/369505</guid><dc:creator><![CDATA[ulath]]></dc:creator><pubDate>Thu, 09 Oct 2003 22:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Funktion timeGetTime() on Fri, 10 Oct 2003 08:15:48 GMT]]></title><description><![CDATA[<p>Ich denk mal, du mußt die winmm.lib in dein Projekt einbinden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/369620</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/369620</guid><dc:creator><![CDATA[Swabian]]></dc:creator><pubDate>Fri, 10 Oct 2003 08:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to Funktion timeGetTime() on Sun, 12 Oct 2003 03:27:30 GMT]]></title><description><![CDATA[<p>wie binde ich denn eine .lib ein ?<br />
auch mit include ?</p>
<p>also die windows.h habe ich auch schon eingebunden (hatt ich oben vergessen).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/370585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/370585</guid><dc:creator><![CDATA[ulath]]></dc:creator><pubDate>Sun, 12 Oct 2003 03:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Funktion timeGetTime() on Sun, 12 Oct 2003 07:58:04 GMT]]></title><description><![CDATA[<p>Ne, ne lib bindest du nicht mit #include ein.<br />
Wie du das machen mußt, kommt ganz auf deine Entwicklungsumgebung drauf an. Im Visual C++ Studio mußt du z.B. folgendermaßen vorgehen:<br />
- Öffne dein Projekt<br />
- Öffne das Menü <em>Projekt-&gt;Einstellungen</em> und wähle dann das Tab-Control <em>Linker</em><br />
- Füge am Ende der Liste im Feld <em>Objekt-/Bibliothek Module</em> die Lib's ein, die du für dein Projekt benötigst.</p>
<p>Wie das bei anderen Entwicklungsumgebungen funktioniert, kann ich nicht sagen, dürfte aber ähnlich sein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/370608</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/370608</guid><dc:creator><![CDATA[Swabian]]></dc:creator><pubDate>Sun, 12 Oct 2003 07:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to Funktion timeGetTime() on Sun, 12 Oct 2003 16:30:23 GMT]]></title><description><![CDATA[<p>edit: danke, habs gefunden!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/370820</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/370820</guid><dc:creator><![CDATA[ulath]]></dc:creator><pubDate>Sun, 12 Oct 2003 16:30:23 GMT</pubDate></item></channel></rss>