<?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[Error IntelliSense: no suitable conversion function from &amp;quot;wxString&amp;quot; to &amp;quot;char *&amp;quot; exists]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hoffe ich habe den richtgen Thread gefunden mein Problem zu posten.<br />
Ich versuche ein kleines Programm zum laufen zu bekommen, welches wxwidgets nutzt.<br />
Leider bekomme ich beim Ausführen die Fehlermeldung:<br />
&quot;*<em>no suitable conversion function from &quot;wxString&quot; to &quot;char <em>&quot; exists</em></em>&quot;<br />
genauer:<br />
Error 1 error C2664: 'void Data::init(char *)' : cannot convert argument 1 from 'wxString' to 'char *'</p>
<p>Hier ist der Code der zu dem Problem führt:</p>
<p>// Init the data class at the very beginning.</p>
<p>Data *data = Data::getInstance();<br />
if (argc &lt; 1)<br />
{<br />
printf(&quot;Error: At least the default command line argument is expected.\n&quot;);<br />
}<br />
<strong>data-&gt;init(argv[0]);</strong></p>
<p>Kann mir bitte jemand weiterhelfen, das Problem zu verstehen/ zu beheben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/328769/error-intellisense-no-suitable-conversion-function-from-quot-wxstring-quot-to-quot-char-quot-exists</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Jul 2026 07:47:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/328769.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Oct 2014 11:51:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error IntelliSense: no suitable conversion function from &amp;quot;wxString&amp;quot; to &amp;quot;char *&amp;quot; exists on Sun, 26 Oct 2014 11:51:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich hoffe ich habe den richtgen Thread gefunden mein Problem zu posten.<br />
Ich versuche ein kleines Programm zum laufen zu bekommen, welches wxwidgets nutzt.<br />
Leider bekomme ich beim Ausführen die Fehlermeldung:<br />
&quot;*<em>no suitable conversion function from &quot;wxString&quot; to &quot;char <em>&quot; exists</em></em>&quot;<br />
genauer:<br />
Error 1 error C2664: 'void Data::init(char *)' : cannot convert argument 1 from 'wxString' to 'char *'</p>
<p>Hier ist der Code der zu dem Problem führt:</p>
<p>// Init the data class at the very beginning.</p>
<p>Data *data = Data::getInstance();<br />
if (argc &lt; 1)<br />
{<br />
printf(&quot;Error: At least the default command line argument is expected.\n&quot;);<br />
}<br />
<strong>data-&gt;init(argv[0]);</strong></p>
<p>Kann mir bitte jemand weiterhelfen, das Problem zu verstehen/ zu beheben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2424091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2424091</guid><dc:creator><![CDATA[doppel2keks]]></dc:creator><pubDate>Sun, 26 Oct 2014 11:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to Error IntelliSense: no suitable conversion function from &amp;quot;wxString&amp;quot; to &amp;quot;char *&amp;quot; exists on Sun, 26 Oct 2014 12:17:00 GMT]]></title><description><![CDATA[<p>Nun du hast wohl aus irgendeinem Grund einen wxString, den musst du irgendwie nach char* konvertieren. Schau dazu in die Doku von wxString wie das geht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2424095</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2424095</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Sun, 26 Oct 2014 12:17:00 GMT</pubDate></item></channel></rss>