<?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[Re: Keyboardhooks]]></title><description><![CDATA[<p>hallo leute,</p>
<p>hab mir gerade mal im FAQ angeschaut, wie man hooks unter win32 verwendet aber bei mir will das erstellen der dll nicht so richtig klappen (habe bisher mit dem ms vs genaugenommen noch gar keine dlls erstellt und auch sonst kaum). reicht es denn schon, wenn man unter projekt-&gt;projekteigenschaften-&gt;linker-&gt;allgemein die ausgabedatei von blablabla.exe in blablabla.dll umändert? und sehe ich das richtig, dass die beziehung zwischen dll und lib in etwa so ist, wie die zwischen source und header?? aber nochmal zurück zum problem, hier ist der genaue fehler:</p>
<blockquote>
<p>1&gt;LINK : fatal error LNK1561: Einstiegspunkt muss definiert werden.</p>
</blockquote>
<p>dabei ist ja eine DllMain in der source datei vorhanden <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Danke schonmal im Voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/187723/re-keyboardhooks</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 11:18:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/187723.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Jul 2007 12:37:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Re: Keyboardhooks on Mon, 23 Jul 2007 12:37:10 GMT]]></title><description><![CDATA[<p>hallo leute,</p>
<p>hab mir gerade mal im FAQ angeschaut, wie man hooks unter win32 verwendet aber bei mir will das erstellen der dll nicht so richtig klappen (habe bisher mit dem ms vs genaugenommen noch gar keine dlls erstellt und auch sonst kaum). reicht es denn schon, wenn man unter projekt-&gt;projekteigenschaften-&gt;linker-&gt;allgemein die ausgabedatei von blablabla.exe in blablabla.dll umändert? und sehe ich das richtig, dass die beziehung zwischen dll und lib in etwa so ist, wie die zwischen source und header?? aber nochmal zurück zum problem, hier ist der genaue fehler:</p>
<blockquote>
<p>1&gt;LINK : fatal error LNK1561: Einstiegspunkt muss definiert werden.</p>
</blockquote>
<p>dabei ist ja eine DllMain in der source datei vorhanden <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Danke schonmal im Voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1330810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1330810</guid><dc:creator><![CDATA[rudi++]]></dc:creator><pubDate>Mon, 23 Jul 2007 12:37:10 GMT</pubDate></item><item><title><![CDATA[Reply to Re: Keyboardhooks on Mon, 23 Jul 2007 14:20:32 GMT]]></title><description><![CDATA[<p>ich wähle immer Dll-Projekt um eine Dll zu erstellen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1330881</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1330881</guid><dc:creator><![CDATA[noha_391]]></dc:creator><pubDate>Mon, 23 Jul 2007 14:20:32 GMT</pubDate></item><item><title><![CDATA[Reply to Re: Keyboardhooks on Mon, 23 Jul 2007 14:23:14 GMT]]></title><description><![CDATA[<p>Sofern du VC++ benutzt Eigenschaften --&gt; Konfigurationseigenschaften --&gt; Konfigurationstyp --&gt; Dll auswählen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1330883</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1330883</guid><dc:creator><![CDATA[gosha16]]></dc:creator><pubDate>Mon, 23 Jul 2007 14:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to Re: Keyboardhooks on Mon, 23 Jul 2007 17:09:04 GMT]]></title><description><![CDATA[<p>noha_391 schrieb:</p>
<blockquote>
<p>ich wähle immer Dll-Projekt um eine Dll zu erstellen</p>
</blockquote>
<p>jo von der dev c++ ide kannte ich sowas auch noch, scheints aber beim vs nicht zu geben, danke trotzdem!</p>
<p>gosha16 schrieb:</p>
<blockquote>
<p>Sofern du VC++ benutzt Eigenschaften --&gt; Konfigurationseigenschaften --&gt; Konfigurationstyp --&gt; Dll auswählen</p>
</blockquote>
<p>jo genau so funtzt's perfekt, besten dank auch <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1331010</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1331010</guid><dc:creator><![CDATA[rudi++]]></dc:creator><pubDate>Mon, 23 Jul 2007 17:09:04 GMT</pubDate></item><item><title><![CDATA[Reply to Re: Keyboardhooks on Tue, 24 Jul 2007 11:45:39 GMT]]></title><description><![CDATA[<p>nagut die lib und die dll hab ich, und trage jetzt bei linker-&gt;zusätzliche abhängigkeiten die lib ein... aber da wird ja nur auf funktionen der dll verweisen, nicht aber wo sie zu finden sind. jedenfalls findet der linker die setup- und die uninstall funktion nicht, den rest hab ich noch gar nicht probiert. kann es sein, dass da noch ein #include &lt;hooks.c&gt; oder ähnliches in den header muss ? (also über den header kommts dann später in die lib)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1331463</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1331463</guid><dc:creator><![CDATA[rudi++]]></dc:creator><pubDate>Tue, 24 Jul 2007 11:45:39 GMT</pubDate></item></channel></rss>