<?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[Joystick Sample von MS! Only Errors]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>ich muss irgendwie die &quot;Position&quot; meines Joysticks &quot;bestimmen&quot;... Habs mir eigentlich recht leich vorgestellt, aber C++ macht iwie daraus eine Weltumreisung <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
Habe mir das Sample von Microsoft (<a href="http://code.msdn.microsoft.com/windowsdesktop/DirectInput-Samples-8ac6f5e3" rel="nofollow">http://code.msdn.microsoft.com/windowsdesktop/DirectInput-Samples-8ac6f5e3</a>) heruntergladen und direkt mal ausprobiert mit VS2012</p>
<p>Es öffnet sich war ein kleines Fenster, aber da wird nur die Mausposition angezeigt... Im Debugfenster habe ich dafür Errors:</p>
<pre><code>'CustomFormat.exe' (Win32): Loaded 'C:\Users\MarcRF511\Desktop\C++\Debug\CustomFormat.exe'. Symbols loaded.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dinput8.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\lpk.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\usp10.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\comctl32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120d.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvinit.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\_etoured.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\setupapi.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\devobj.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\hid.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmm.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wintrust.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\crypt32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msasn1.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ole32.dll'
The thread 0x1790 has exited with code 0 (0x0).
The program '[5612] CustomFormat.exe' has exited with code 0 (0x0).
</code></pre>
<p>Das witzige an der ganzen Story ist, dass die DLL-Dateien im entsprechenden Verzeichnis existieren!</p>
<p>Wo ist das Problem?</p>
<p>Gruß Marc <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/324310/joystick-sample-von-ms-only-errors</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 15:27:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/324310.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Mar 2014 18:15:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 18:15:40 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>ich muss irgendwie die &quot;Position&quot; meines Joysticks &quot;bestimmen&quot;... Habs mir eigentlich recht leich vorgestellt, aber C++ macht iwie daraus eine Weltumreisung <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
Habe mir das Sample von Microsoft (<a href="http://code.msdn.microsoft.com/windowsdesktop/DirectInput-Samples-8ac6f5e3" rel="nofollow">http://code.msdn.microsoft.com/windowsdesktop/DirectInput-Samples-8ac6f5e3</a>) heruntergladen und direkt mal ausprobiert mit VS2012</p>
<p>Es öffnet sich war ein kleines Fenster, aber da wird nur die Mausposition angezeigt... Im Debugfenster habe ich dafür Errors:</p>
<pre><code>'CustomFormat.exe' (Win32): Loaded 'C:\Users\MarcRF511\Desktop\C++\Debug\CustomFormat.exe'. Symbols loaded.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dinput8.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\lpk.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\usp10.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\comctl32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120d.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvinit.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\_etoured.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\setupapi.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\devobj.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\hid.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmm.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wintrust.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\crypt32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msasn1.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'CustomFormat.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ole32.dll'
The thread 0x1790 has exited with code 0 (0x0).
The program '[5612] CustomFormat.exe' has exited with code 0 (0x0).
</code></pre>
<p>Das witzige an der ganzen Story ist, dass die DLL-Dateien im entsprechenden Verzeichnis existieren!</p>
<p>Wo ist das Problem?</p>
<p>Gruß Marc <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388332</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388332</guid><dc:creator><![CDATA[M4RC]]></dc:creator><pubDate>Tue, 11 Mar 2014 18:15:40 GMT</pubDate></item><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 18:23:37 GMT]]></title><description><![CDATA[<p>Das ist kein Fehler. Diese PDBs sind die Dateien die du brauchst um die Windows-DLLs zu debuggen. Da du das nicht willst die Nachricht einfach ignorieren. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Für mehr Infos schau mal auf Stackoverflow: <a href="http://stackoverflow.com/questions/15937707/error-message-cannot-find-or-open-the-pdb-file" rel="nofollow">Error Message : Cannot find or open the PDB file</a>;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388334</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388334</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Tue, 11 Mar 2014 18:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 18:33:44 GMT]]></title><description><![CDATA[<p>Cool! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> Trotzdem bekomm ich net was ich eigentlich möchte <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> Gibts ne ganz simple Art einfach die aktuelle Position des Joysticks zu bestimmen?? Alles was ich finde hat mir viel zu viel drumherum....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388336</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388336</guid><dc:creator><![CDATA[M4RC]]></dc:creator><pubDate>Tue, 11 Mar 2014 18:33:44 GMT</pubDate></item><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 19:03:18 GMT]]></title><description><![CDATA[<blockquote>
<p>Trotzdem bekomm ich net was ich eigentlich möchte <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
</blockquote>
<p>Hmm... Vielleicht weil du das &quot;CustomFormat&quot;-Projekt debuggst statt dem &quot;Joystick&quot;-Projekt ? :p</p>
<blockquote>
<p>Alles was ich finde hat mir viel zu viel drumherum</p>
</blockquote>
<p>Tja, Joysticks zu nutzen ist kompliziert mit DirectInput <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=":/"
      alt="😕"
    /></p>
<p>Ansonsten schau mal auf <a href="http://msdn.microsoft.com/en-us/library/ms713447.aspx" rel="nofollow">MSDN: Using Joysticks</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388341</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388341</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Tue, 11 Mar 2014 19:03:18 GMT</pubDate></item><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 22:19:31 GMT]]></title><description><![CDATA[<p>M4RC schrieb:</p>
<blockquote>
<p>Gibts ne ganz simple Art einfach die aktuelle Position des Joysticks zu bestimmen??</p>
</blockquote>
<p><a href="http://msdn.microsoft.com/en-us/library/ms709352.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms709352.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388367</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388367</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Tue, 11 Mar 2014 22:19:31 GMT</pubDate></item><item><title><![CDATA[Reply to Joystick Sample von MS! Only Errors on Tue, 11 Mar 2014 22:34:15 GMT]]></title><description><![CDATA[<p>M4RC schrieb:</p>
<blockquote>
<p>Alles was ich finde hat mir viel zu viel drumherum....</p>
</blockquote>
<p>Kommt drauf an, was für dich &quot;drum herum&quot; bedeutet.</p>
<p>Wenn du möglichst ohne externe Bibliotheken und nur unter einer Plattform die Joystick-Informationen brauchst, aber mit einem C-Interface, dann nimm die WinAPI. Wenn du aber eine möglichst simple und portable C++-Schnittstelle willst, kannst du dir auch mal SFML anschauen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2388369</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2388369</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Tue, 11 Mar 2014 22:34:15 GMT</pubDate></item></channel></rss>