<?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[Tasten - systemweit abfangen (Hooks)]]></title><description><![CDATA[<p>hallo, ich habe mir dieses Tutorial durchgelesen und durchgearbeitet.</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39145.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-39145.html</a></p>
<p>Leider kann ich mein Projekt nicht kompilieren.</p>
<p>Kann mir vllt. jemand sein Projekt zuschicken (also die cpp h und bpr Dateien [und die dll fertig erstellt]).</p>
<p>Meine E-mail lautet:</p>
<p><a href="mailto:c-plusplus_1339199@marno.de.vu" rel="nofollow">c-plusplus_1339199@marno.de.vu</a></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/188877/tasten-systemweit-abfangen-hooks</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 03:38:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/188877.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Aug 2007 20:37:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Sun, 05 Aug 2007 20:37:54 GMT]]></title><description><![CDATA[<p>hallo, ich habe mir dieses Tutorial durchgelesen und durchgearbeitet.</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39145.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-39145.html</a></p>
<p>Leider kann ich mein Projekt nicht kompilieren.</p>
<p>Kann mir vllt. jemand sein Projekt zuschicken (also die cpp h und bpr Dateien [und die dll fertig erstellt]).</p>
<p>Meine E-mail lautet:</p>
<p><a href="mailto:c-plusplus_1339199@marno.de.vu" rel="nofollow">c-plusplus_1339199@marno.de.vu</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339199</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339199</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Sun, 05 Aug 2007 20:37:54 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 07:12:34 GMT]]></title><description><![CDATA[<p>Guten Morgen,</p>
<p>es wird dir jetzt nicht sooo viel bringen wenn die wer den gleichen Code zuschickt wie er bereits in der FAQ steht :)!</p>
<p>Wieso kannst du dein Projekt denn nicht kompilieren? Kommt nen Fehler? Wenn ja welcher und an welcher Stelle?</p>
<p>mfg, Micha!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339347</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 06 Aug 2007 07:12:34 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 07:13:30 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Wie wärs, wenn du uns einfach mal die Fehlermeldungen und dazu relevante Codestellen zeigst. So ist die Hilfe effektiver.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339348</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339348</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Mon, 06 Aug 2007 07:13:30 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 08:33:41 GMT]]></title><description><![CDATA[<p>Also,<br />
erst einmal: ich habe den bcb 6 auf Englisch.<br />
Daher habe ich keine Ahnung, wie man eine dll &quot;endgültig&quot; erstellt.<br />
(Ich habe es immer so gemacht, dass ich bei dynamic RTL und build with runtimepackages die Haken entfernt habe.)</p>
<p>Ich bekomme beim compilen immer diese zwei Meldungen:</p>
<p>[Linker Error] Unresolved external 'SetHook' referenced from C:\Program Files\Borland\CBuilder6\Projects\keylogger\Unit1.obj<br />
[Linker Error] Unresolved external 'RemoveHook' referenced from C:\Program Files\Borland\CBuilder6\Projects\keylogger\Unit1.obj</p>
<p>Ich denke diese kommen hierher:</p>
<pre><code class="language-cpp">void __fastcall TKeyHookForm::FormCreate(TObject *Sender)
{
  SetHook();
}
//---------------------------------------------------------------------------
void __fastcall TKeyHookForm::FormDestroy(TObject *Sender)
{
  RemoveHook();
}
//---------------------------------------------------------------------------
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1339379</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339379</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Mon, 06 Aug 2007 08:33:41 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 09:19:45 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">TKeyHookForm
</code></pre>
<p>das musst du an deine Form anpassen, sonst gehts nicht...</p>
<p>greetz KN4CK3R</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339415</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339415</guid><dc:creator><![CDATA[KN4CK3R]]></dc:creator><pubDate>Mon, 06 Aug 2007 09:19:45 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 10:36:23 GMT]]></title><description><![CDATA[<p>Habe ich gemacht.</p>
<p>Ich habe mein Form KeyHookForm genannt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339447</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Mon, 06 Aug 2007 10:36:23 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 10:41:38 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>hast du die erzeugte *.lib auch in dein Projekt eingebunden?</p>
<p><em>Project -&gt; Add to Project...</em></p>
<p>mfg, Micha!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339450</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339450</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 06 Aug 2007 10:41:38 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 11:44:40 GMT]]></title><description><![CDATA[<p>Danke, alles bestens</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339466</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339466</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Mon, 06 Aug 2007 11:44:40 GMT</pubDate></item><item><title><![CDATA[Reply to Tasten - systemweit abfangen (Hooks) on Mon, 06 Aug 2007 18:35:05 GMT]]></title><description><![CDATA[<p>Sorry, leider doch nicht.</p>
<p>Ich habe das Problem, dass das Fenster die HOOKs nur aufnimmt, wenn es auch aktiv ist.<br />
Wenn ein anderes Fenster aktive ist, dann geht es nicht.<br />
Auch nicht, wenn ich mein Form als StayOnTop definiere.<br />
Es geht aber, wenn ich ein Programm nach meinem Programm öffne.<br />
Wenn es schon geöfnet ist, dann nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1339745</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1339745</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Mon, 06 Aug 2007 18:35:05 GMT</pubDate></item></channel></rss>