<?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[Probleme mit hootkeys]]></title><description><![CDATA[<p>Ich habe versucht das Beispiel Programm aus der FAQ zu erstellen. (<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>Jetzt zeigt der builder beim compilieren mir jetzt folgende meldungen an:</p>
<p>[Linker Fehler] Unresolved external 'SetHook' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\PROJECTS\HOOTKEYS\NEUER ORDNER\UNIT1.OBJ<br />
[Linker Fehler] Unresolved external 'RemoveHook' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\PROJECTS\HOOTKEYS\NEUER ORDNER\UNIT1.OBJ</p>
<p>Ich weiß nicht was ich falsch gemacht habe.</p>
<p>MfG kevka</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/153569/probleme-mit-hootkeys</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 08:42:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/153569.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jul 2006 14:16:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:16:23 GMT]]></title><description><![CDATA[<p>Ich habe versucht das Beispiel Programm aus der FAQ zu erstellen. (<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>Jetzt zeigt der builder beim compilieren mir jetzt folgende meldungen an:</p>
<p>[Linker Fehler] Unresolved external 'SetHook' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\PROJECTS\HOOTKEYS\NEUER ORDNER\UNIT1.OBJ<br />
[Linker Fehler] Unresolved external 'RemoveHook' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\PROJECTS\HOOTKEYS\NEUER ORDNER\UNIT1.OBJ</p>
<p>Ich weiß nicht was ich falsch gemacht habe.</p>
<p>MfG kevka</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099840</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099840</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:16:23 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:27:06 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>du hast anscheinend vergessen, die beim Kompilieren entstehende dllhook.lib mit in das Zielprojekt aufzunehmen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099845</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099845</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:33:26 GMT]]></title><description><![CDATA[<p>Ich habe die DLL eingebunden.<br />
Kann es vielleicht sein das ich sie falsch erzeugt habe?</p>
<p>Was muss ich eigentlich beim DLL-Experten einstellen und wie kompeiliere ich die DLL?</p>
<p>EDIT:</p>
<p>Sorry hab nur die DLL eingebunden und nicht die lib.<br />
Würde mich aber trotzdem interressieren wie genau ich eine DLL erstelle(siehe oben).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099849</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099849</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:33:26 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:35:53 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>der Anfang wird ja in dem FAQ schon erklärt. Wenn der Code der DLL vollständig ist, must du nur wie bei allen andern Projekten auf kompilieren bzw. den Menüpunkt <em>&lt;Projekt&gt; aktualisieren</em> ausführen.</p>
<p>Bitte beachte noch die Anmerkungen im zweiten Posts des FAQs.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099852</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099852</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:37:13 GMT]]></title><description><![CDATA[<p>kevka schrieb:</p>
<blockquote>
<p>Was muss ich eigentlich beim DLL-Experten einstellen</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1099853</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099853</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:37:13 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:38:57 GMT]]></title><description><![CDATA[<p>Indem du mit Datei/neu weitere Dll-Experte ein Dll-Projekt erstellst.<br />
[edit] viel zu spät[/edit]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099854</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099854</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 14:39:54 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Du brauchst nur eine normale DLL ohne besondere Optionen, also auch ohne VCL.<br />
Habe jetzt den Builder nicht parat, also kann ichs dir nicht genauer sagen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099855</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099855</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 18 Jul 2006 14:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 15:57:14 GMT]]></title><description><![CDATA[<p>Ich habs jetzt hingekrigt das er alles coompiliert ohne fehlermeldung.</p>
<p>Wenn ich jetzt jedoch das Programm starte und auf die Tasten hämmere passier nichts.</p>
<p>Er ruft glaubich nicht einmal das void __fastcall TKeyHookForm::KeyHook(TMessage &amp;Message)<br />
{ ereigniss auf. Ich habe dort mal ne message box reingebaut und die ist auch nicht erschienen.</p>
<p>MfG kevka</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099899</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099899</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Tue, 18 Jul 2006 15:57:14 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Tue, 18 Jul 2006 16:13:20 GMT]]></title><description><![CDATA[<p>Wird denn wenigstens SetHook aufgerufen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1099909</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1099909</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Tue, 18 Jul 2006 16:13:20 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Wed, 19 Jul 2006 13:46:18 GMT]]></title><description><![CDATA[<p>Nein die form great Methode wurde nicht aufgerufen.</p>
<p>Ich hatte ienfach den Quelltext koiert.<br />
Habe jetzt mal die Sachen entfernt und mit klick im Onjektinspector auf Ereignisse ongreat wieder hinzugefügt jetzt funktioniert das.</p>
<p>Aber TKeyHookForm::KeyHook wird nicht aufgerufen.</p>
<p>Und mein Builder gibt ne Warnung aus:<br />
[C++ Warnung] Unit1.h(21): W8027 Funktionen, die switch enthalten, werden nicht als Inline expandiert</p>
<p>MfG kevka</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100408</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100408</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Wed, 19 Jul 2006 13:46:18 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Wed, 19 Jul 2006 14:04:29 GMT]]></title><description><![CDATA[<p>Die Warnung kannst du ignorieren.<br />
Geht das Programm in die CheckKey Funktion?<br />
Geht doch mit dem Debugger durch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100422</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100422</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Wed, 19 Jul 2006 14:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Wed, 19 Jul 2006 14:30:46 GMT]]></title><description><![CDATA[<p>Ich habe leider keine ahnung wie ich den debugger bediene<br />
hab aber eine Zeile eingefügt</p>
<pre><code class="language-cpp">void __fastcall TKeyHookForm::KeyHook(TMessage &amp;Message)
{

ListBox1-&gt;Items-&gt;Add(&quot;Taste gedrückt&quot;);//Überpfrüfen ob überhaupt aufgerufen
  char Key[80];
  GetKeyNameText(Message.LParam, Key, 80);
  ListBox1-&gt;Items-&gt;Add(Key);
}
//---------------------------------------------------------------------------
</code></pre>
<p>Kann es sein das der buolder gernicht die Sache erkennt denn:</p>
<p>kevka schrieb:</p>
<blockquote>
<p>Ich hatte ienfach den Quelltext koiert.<br />
Habe jetzt mal die Sachen entfernt und mit klick im Onjektinspector auf Ereignisse ongreat wieder hinzugefügt jetzt funktioniert das.</p>
</blockquote>
<p>Die Ereignisse hatte er erst erkann als ich sie über den Objelt Inspector hinzugefügt hatte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100447</guid><dc:creator><![CDATA[kevka]]></dc:creator><pubDate>Wed, 19 Jul 2006 14:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit hootkeys on Wed, 19 Jul 2006 14:39:47 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><a href="http://www.junix.ch/bcb/help/debug.html" rel="nofollow">hier</a> findest du eine Einweisung in den Debugger. Das solltest du beherschen, sonst wirst du bei halbswegs komplexen Programmen immer Probleme mit Fehlersuche haben.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100457</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100457</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 19 Jul 2006 14:39:47 GMT</pubDate></item></channel></rss>