<?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[Problem mit SHGetFolderPath(...CSIDL_COMMON_APPDATA...)]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche mit</p>
<pre><code>HRESULT res = SHGetFolderPath(NULL,CSIDL_COMMON_APPDATA,NULL,SHGFP_TYPE_CURRENT,pszPath);
</code></pre>
<p>den Pfad zu den Applikationsdaten aller Benutzer zu erfragen (soll ab Windows 2000 funktionieren).</p>
<p>Mit Visual Studio 2003 funktioniert es, mit Developer Studio 6.0 HF5 nicht...</p>
<p>Es scheint an der Version der Shell32.dll zu liegen (geht ab V5, default V4).</p>
<p>Wie kann ich die Funktion mit DevStudio 6 verwenden (brauche ich ein Update, z.B. ein Windows 2000 SDK)?</p>
<p>MfG</p>
<p>Matg40</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/191549/problem-mit-shgetfolderpath-csidl_common_appdata</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 12:06:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191549.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Sep 2007 10:04:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit SHGetFolderPath(...CSIDL_COMMON_APPDATA...) on Tue, 04 Sep 2007 10:04:46 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche mit</p>
<pre><code>HRESULT res = SHGetFolderPath(NULL,CSIDL_COMMON_APPDATA,NULL,SHGFP_TYPE_CURRENT,pszPath);
</code></pre>
<p>den Pfad zu den Applikationsdaten aller Benutzer zu erfragen (soll ab Windows 2000 funktionieren).</p>
<p>Mit Visual Studio 2003 funktioniert es, mit Developer Studio 6.0 HF5 nicht...</p>
<p>Es scheint an der Version der Shell32.dll zu liegen (geht ab V5, default V4).</p>
<p>Wie kann ich die Funktion mit DevStudio 6 verwenden (brauche ich ein Update, z.B. ein Windows 2000 SDK)?</p>
<p>MfG</p>
<p>Matg40</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1358592</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1358592</guid><dc:creator><![CDATA[Matg40]]></dc:creator><pubDate>Tue, 04 Sep 2007 10:04:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit SHGetFolderPath(...CSIDL_COMMON_APPDATA...) on Tue, 04 Sep 2007 10:20:08 GMT]]></title><description><![CDATA[<p>Was heißt funktioniert nicht in diesem Fall? Das scheint auch mehr ein Problem von DevStudio zu sein, weniger ein WinAPI Problem. Lass dich mal ins Compiler oder IDE Forum oder wie es heißt, verschieben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1358611</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1358611</guid><dc:creator><![CDATA[Lobster]]></dc:creator><pubDate>Tue, 04 Sep 2007 10:20:08 GMT</pubDate></item></channel></rss>