<?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[Funktionieren die Audio Mixer Functions auch bei Vista&#96;?]]></title><description><![CDATA[<p>Diese hier:<br />
<a href="http://www.codeproject.com/KB/audio-video/admixer.aspx" rel="nofollow">http://www.codeproject.com/KB/audio-video/admixer.aspx</a><br />
MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/225112/funktionieren-die-audio-mixer-functions-auch-bei-vista</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 16:56:14 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/225112.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Oct 2008 15:42:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Funktionieren die Audio Mixer Functions auch bei Vista&#96;? on Sun, 19 Oct 2008 15:42:58 GMT]]></title><description><![CDATA[<p>Diese hier:<br />
<a href="http://www.codeproject.com/KB/audio-video/admixer.aspx" rel="nofollow">http://www.codeproject.com/KB/audio-video/admixer.aspx</a><br />
MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1601313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1601313</guid><dc:creator><![CDATA[vista n00b]]></dc:creator><pubDate>Sun, 19 Oct 2008 15:42:58 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionieren die Audio Mixer Functions auch bei Vista&#96;? on Sun, 19 Oct 2008 17:24:52 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">HRESULT hResult = DownloadFile(&quot;Audio Mixer Function Demo&quot;);
if (SUCCEEDED(hResult))
{
    hResult = RunAndTestOnVista(&quot;Audio Mixer Function Demo&quot;);
    if (SUCCEEDED(hResult))
    {
        MessageBox(HWND_DESKTOP, NULL, &quot;Ja!&quot;, MB_ICONINFORMATION);
    }
    else
    {
        MessageBox(HWND_DESKTOP, NULL, &quot;Leider nein.&quot;, MB_ICONEXCLAMATION);
    }
}
else
{
    MessageBox(HWND_DESKTOP, NULL, &quot;Fehler beim Download.&quot;, MB_ICONEXCLAMATION);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1601357</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1601357</guid><dc:creator><![CDATA[sri]]></dc:creator><pubDate>Sun, 19 Oct 2008 17:24:52 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionieren die Audio Mixer Functions auch bei Vista&#96;? on Sun, 19 Oct 2008 18:56:33 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">bool bResult = DownloadFile(&quot;Audio Mixer Function Demo&quot;);

if ( bResult == true )
	puts ( &quot;Download ok.&quot; );
else 
	puts ( &quot;Download failed.&quot; );

bResult = CompileAndTestFunctionDemosOnTargetPlatform();

if ( bResult == true )
	puts ( &quot;Tests ok.&quot; );
else
	puts ( &quot;Tests failed.&quot; );

bResult = CompileAndTestFunctionDemosOnOtherPlatform(&quot;VISTA&quot;);

if ( bResult == true )
	puts ( &quot;Tests ok.&quot; );
else
	puts ( &quot;Vista not found.&quot; );
</code></pre>
<blockquote>
<p>Download ok.<br />
Tests ok.<br />
Vista not found.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1601379</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1601379</guid><dc:creator><![CDATA[vista n00b]]></dc:creator><pubDate>Sun, 19 Oct 2008 18:56:33 GMT</pubDate></item><item><title><![CDATA[Reply to Funktionieren die Audio Mixer Functions auch bei Vista&#96;? on Mon, 20 Oct 2008 22:07:53 GMT]]></title><description><![CDATA[<p>vista n00b schrieb:</p>
<blockquote>
<p>Diese hier:<br />
<a href="http://www.codeproject.com/KB/audio-video/admixer.aspx" rel="nofollow">http://www.codeproject.com/KB/audio-video/admixer.aspx</a><br />
MfG</p>
</blockquote>
<p>niemals</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1601956</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1601956</guid><dc:creator><![CDATA[vista guru]]></dc:creator><pubDate>Mon, 20 Oct 2008 22:07:53 GMT</pubDate></item></channel></rss>