<?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[PSDK Installation]]></title><description><![CDATA[<p>ich hoffe, dass mir hier jemand helfen kann.<br />
Ich habe das aktuelle PSDK installiert und dann alles genau wie hier: <a href="http://www.germangamedev.de/index.php?site=article&amp;id=28" rel="nofollow">http://www.germangamedev.de/index.php?site=article&amp;id=28</a> konfiguriert.</p>
<p>dann nehme ich diesen quelltext:</p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;

int __stdcall Winmain (::Hinstance__ *instance, ::HINSTANCE__* previnstance, 
					   char* cmdline, int cmdshow)
{

	::MessageBoxW (NULL, L&quot;Hallo!&quot;, L&quot;Hinweis&quot;, MB_OK);

	return 0;
}
</code></pre>
<p>und bekomme folgende fehler:</p>
<pre><code>1&gt;------ Erstellen gestartet: Projekt: geht_net, Konfiguration: Debug Win32 ------
1&gt;Kompilieren...
1&gt;geht_a_net.cpp
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2039: 'Hinstance__': Ist kein Element von '`global namespace''
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'Hinstance__': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'instance': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'previnstance': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2275: 'HINSTANCE__': Ungültige Verwendung dieses Typs als Ausdruck
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2062: 'char'-Typ unerwartet
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(4) : error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(4) : error C2447: '{': Funktionskopf fehlt - Parameterliste im alten Stil?
1&gt;Das Buildprotokoll wurde unter &quot;file://e:\Dev\C\geht_net\geht_net\Debug\BuildLog.htm&quot; gespeichert.
1&gt;geht_net - 8 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
</code></pre>
<p>Ich benötige das PSDK eigentlich nur für die Improved Console, welche allerdings wegem dem PSDK auch nicht funktioniert.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/145639/psdk-installation</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 05:59:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/145639.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Apr 2006 20:39:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PSDK Installation on Sat, 29 Apr 2006 20:39:01 GMT]]></title><description><![CDATA[<p>ich hoffe, dass mir hier jemand helfen kann.<br />
Ich habe das aktuelle PSDK installiert und dann alles genau wie hier: <a href="http://www.germangamedev.de/index.php?site=article&amp;id=28" rel="nofollow">http://www.germangamedev.de/index.php?site=article&amp;id=28</a> konfiguriert.</p>
<p>dann nehme ich diesen quelltext:</p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;

int __stdcall Winmain (::Hinstance__ *instance, ::HINSTANCE__* previnstance, 
					   char* cmdline, int cmdshow)
{

	::MessageBoxW (NULL, L&quot;Hallo!&quot;, L&quot;Hinweis&quot;, MB_OK);

	return 0;
}
</code></pre>
<p>und bekomme folgende fehler:</p>
<pre><code>1&gt;------ Erstellen gestartet: Projekt: geht_net, Konfiguration: Debug Win32 ------
1&gt;Kompilieren...
1&gt;geht_a_net.cpp
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2039: 'Hinstance__': Ist kein Element von '`global namespace''
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'Hinstance__': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'instance': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2065: 'previnstance': nichtdeklarierter Bezeichner
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2275: 'HINSTANCE__': Ungültige Verwendung dieses Typs als Ausdruck
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(3) : error C2062: 'char'-Typ unerwartet
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(4) : error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1&gt;e:\dev\c\geht_net\geht_net\geht_a_net.cpp(4) : error C2447: '{': Funktionskopf fehlt - Parameterliste im alten Stil?
1&gt;Das Buildprotokoll wurde unter &quot;file://e:\Dev\C\geht_net\geht_net\Debug\BuildLog.htm&quot; gespeichert.
1&gt;geht_net - 8 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
</code></pre>
<p>Ich benötige das PSDK eigentlich nur für die Improved Console, welche allerdings wegem dem PSDK auch nicht funktioniert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1048011</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048011</guid><dc:creator><![CDATA[cpfix]]></dc:creator><pubDate>Sat, 29 Apr 2006 20:39:01 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Sat, 29 Apr 2006 21:19:52 GMT]]></title><description><![CDATA[<p>Es heißt HINSTANCE.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1048023</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048023</guid><dc:creator><![CDATA[...........]]></dc:creator><pubDate>Sat, 29 Apr 2006 21:19:52 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Sun, 30 Apr 2006 20:16:55 GMT]]></title><description><![CDATA[<p>bleibt immer noch dieser fehler:</p>
<pre><code>1&gt;------ Erstellen gestartet: Projekt: ggg, Konfiguration: Debug Win32 ------
1&gt;Kompilieren...
1&gt;fg.cpp
1&gt;Manifest in Ressourcen wird kompiliert...
1&gt;Verknüpfen...
1&gt;MSVCRTD.lib(crtexew.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;_WinMain@16&quot; in Funktion &quot;___tmainCRTStartup&quot;.
1&gt;E:\Dev\C\ggg\Debug\ggg.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
1&gt;Das Buildprotokoll wurde unter &quot;file://e:\Dev\C\ggg\ggg\Debug\BuildLog.htm&quot; gespeichert.
1&gt;ggg - 2 Fehler, 0 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1048602</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048602</guid><dc:creator><![CDATA[cpfix]]></dc:creator><pubDate>Sun, 30 Apr 2006 20:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Sun, 30 Apr 2006 21:49:29 GMT]]></title><description><![CDATA[<p>Probier mal dieses:<br />
Geh mal in die Konfig von deinem Projekt und wähle da unter &quot;Configuration Properties&quot; &quot;General&quot; bei &quot;Common Language Runtime Support&quot; &quot;No Common Language Runtime Support&quot;</p>
<p>evtl. noch bei &quot;Linker&quot; &quot;Input&quot; &quot;Ignore all default libraries&quot; auf &quot;Yes&quot; setzen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1048654</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048654</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 30 Apr 2006 21:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Mon, 01 May 2006 05:27:00 GMT]]></title><description><![CDATA[<p>Du solltest eine &quot;Consolen&quot;-Anwendung und keine &quot;Windows&quot;-Anwendung erstellen!<br />
Dies kannst Du in den Linker-Settings, Subsystem umstellen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1048694</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048694</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 01 May 2006 05:27:00 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Mon, 01 May 2006 14:45:06 GMT]]></title><description><![CDATA[<p>Ich hab jetzt alles gemacht, aber die Fehler bleiben trotzdem.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1048994</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1048994</guid><dc:creator><![CDATA[cpfix]]></dc:creator><pubDate>Mon, 01 May 2006 14:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Mon, 01 May 2006 17:48:02 GMT]]></title><description><![CDATA[<p>Dir ist aber bewusst, dass C++ case-sensitive ist, oder?<br />
Also bitte Winmain =&gt; WinMain</p>
<p>PS: Und was sollen alle die komischen &quot;__&quot; vor den typen???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1049134</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1049134</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 01 May 2006 17:48:02 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Mon, 01 May 2006 18:36:39 GMT]]></title><description><![CDATA[<p>Frag mich was leichteres</p>
<p>Ich hab nur versucht alles so zu machen wie auf diesem Bild: <a href="http://trash.germangamedev.de/msvcpp2005e_tutorial_pictures/vc_download_040.jpg" rel="nofollow">http://trash.germangamedev.de/msvcpp2005e_tutorial_pictures/vc_download_040.jpg</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1049182</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1049182</guid><dc:creator><![CDATA[cpfix]]></dc:creator><pubDate>Mon, 01 May 2006 18:36:39 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Mon, 01 May 2006 19:08:48 GMT]]></title><description><![CDATA[<p>Geht es denn jetzt?<br />
Warum arbeitest Du nach &quot;Bildern&quot;?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1049201</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1049201</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 01 May 2006 19:08:48 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Tue, 02 May 2006 12:42:52 GMT]]></title><description><![CDATA[<p>Ich versuche nur das PSDK richtig auzusetzen. Und dazu nehme ich dieses Tut: <a href="http://www.germangamedev.de/index.php?site=article&amp;id=28" rel="nofollow">http://www.germangamedev.de/index.php?site=article&amp;id=28</a><br />
Und da ist dieses Bild, von dem ich den sourcecode verwendet habe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1049525</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1049525</guid><dc:creator><![CDATA[cpfix]]></dc:creator><pubDate>Tue, 02 May 2006 12:42:52 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Sun, 07 May 2006 10:45:47 GMT]]></title><description><![CDATA[<p>Setz mal den Entry-Point bei den Linker-Einstellungen auf &quot;WinMain&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1052512</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1052512</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 07 May 2006 10:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to PSDK Installation on Thu, 01 Nov 2007 01:50:41 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/41">@geeky</a></p>
<p>Habe den gleichen Fehler wie mein Vorgänger...<br />
Nur einfach WinMain, denn wenn ich nur WinMain eingebe habe ich plötzlich 46Fehler...</p>
<p>mfG<br />
HUX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1395700</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1395700</guid><dc:creator><![CDATA[Hux]]></dc:creator><pubDate>Thu, 01 Nov 2007 01:50:41 GMT</pubDate></item></channel></rss>