<?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[ShellExecute]]></title><description><![CDATA[<p>In den <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39256.html" rel="nofollow">frequenziell gestellten Fragen</a> habe ich nachgelesen, wie das Ganze mit dieser Methode funktionieren soll. Doch es scheint diese Funktion beim <strong>Borland C++ Builder 3</strong> noch nicht zu geben:</p>
<pre><code>[C++Fehler] upd_main.cpp(41): Call to undefined function 'ShellExecute'.
</code></pre>
<p>Auch in der Hilfe werde ich nicht fündig.</p>
<p>Kann mir jemand bitte helfen, eine entsprechende/passende Alternative zu finden?</p>
<p>Gruß<br />
klaus_b</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/198463/shellexecute</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 16:44:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/198463.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Nov 2007 18:24:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ShellExecute on Wed, 21 Nov 2007 18:24:22 GMT]]></title><description><![CDATA[<p>In den <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39256.html" rel="nofollow">frequenziell gestellten Fragen</a> habe ich nachgelesen, wie das Ganze mit dieser Methode funktionieren soll. Doch es scheint diese Funktion beim <strong>Borland C++ Builder 3</strong> noch nicht zu geben:</p>
<pre><code>[C++Fehler] upd_main.cpp(41): Call to undefined function 'ShellExecute'.
</code></pre>
<p>Auch in der Hilfe werde ich nicht fündig.</p>
<p>Kann mir jemand bitte helfen, eine entsprechende/passende Alternative zu finden?</p>
<p>Gruß<br />
klaus_b</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1407622</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1407622</guid><dc:creator><![CDATA[klaus_b]]></dc:creator><pubDate>Wed, 21 Nov 2007 18:24:22 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute on Wed, 21 Nov 2007 18:41:33 GMT]]></title><description><![CDATA[<p>Da fehlt wohl ein <em>#include &lt;windows.h&gt;</em> oder <em>&lt;shellapi.h&gt;</em>, in späteren BCB-Versionen wird das implizit über die vcl.h eingebunden.</p>
<p>Und in Zukunft bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1407645</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1407645</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 21 Nov 2007 18:41:33 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecute on Wed, 21 Nov 2007 19:38:40 GMT]]></title><description><![CDATA[<p>Danke, Jansen.</p>
<p>Ich habe es in der Zwischenzeit mit <strong>WinExec</strong> realisiert. Nun weiß ich aber künftig bescheid, was <strong>ShellExecute</strong> angeht - und natürlich der Titelvergabe. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Gruß<br />
klaus_b</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1407695</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1407695</guid><dc:creator><![CDATA[klaus_b]]></dc:creator><pubDate>Wed, 21 Nov 2007 19:38:40 GMT</pubDate></item></channel></rss>