<?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[WideString und atof]]></title><description><![CDATA[<p>Ich habe ein custom TEdit welches auf WideString Basis arbeitet und möchte es in eine Float umwandeln, mittels atof() (nicht FloatToStr()). Problem ist das normalerweise Edit1-&gt;Text.c_str() machen würde, das klappt nur nicht mit WideString.</p>
<p>Lösung wäre wohl über eine AnsiString Zwischenvariable, kennt vielleicht wer noch einen direkteren Weg? (c_bstr() was immer bstr sein soll, klappt leider auch nicht)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/168759/widestring-und-atof</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 13:31:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/168759.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Dec 2006 16:28:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WideString und atof on Wed, 27 Dec 2006 16:28:35 GMT]]></title><description><![CDATA[<p>Ich habe ein custom TEdit welches auf WideString Basis arbeitet und möchte es in eine Float umwandeln, mittels atof() (nicht FloatToStr()). Problem ist das normalerweise Edit1-&gt;Text.c_str() machen würde, das klappt nur nicht mit WideString.</p>
<p>Lösung wäre wohl über eine AnsiString Zwischenvariable, kennt vielleicht wer noch einen direkteren Weg? (c_bstr() was immer bstr sein soll, klappt leider auch nicht)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1198582</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1198582</guid><dc:creator><![CDATA[Naulilant]]></dc:creator><pubDate>Wed, 27 Dec 2006 16:28:35 GMT</pubDate></item><item><title><![CDATA[Reply to WideString und atof on Wed, 27 Dec 2006 17:36:45 GMT]]></title><description><![CDATA[<p>Naulilant schrieb:</p>
<blockquote>
<p>Ich habe ein custom TEdit welches auf WideString Basis arbeitet und möchte es in eine Float umwandeln, mittels atof() (nicht FloatToStr()).</p>
</blockquote>
<p>Du meinst StrToFloat? Warum nicht?</p>
<blockquote>
<p>kennt vielleicht wer noch einen direkteren Weg?</p>
</blockquote>
<p>_wtof()</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1198629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1198629</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 27 Dec 2006 17:36:45 GMT</pubDate></item></channel></rss>