<?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[[DELETED] Error within C preprocessor: &quot;expected &#x27;)&#x27; before &#x27;L&#x27;&quot;]]></title><description><![CDATA[[[topic:post-is-deleted]]]]></description><link>https://forum.qt.io/topic/55257/deleted-error-within-c-preprocessor-expected-before-l</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 13:22:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/55257.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Jun 2015 09:53:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [DELETED] Error within C preprocessor: &quot;expected &#x27;)&#x27; before &#x27;L&#x27;&quot; on Sat, 13 Jun 2015 22:19:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">What should the output look like ?</p>
<p dir="auto">if is something like "$0.0"</p>
<p dir="auto"><code>ui-&gt;label-&gt;setText(QString("$%1").arg(APP_VERSION, 2, 'f', 1);</code></p>
<p dir="auto">would be way simpler and clean</p>
]]></description><link>https://forum.qt.io/post/277967</link><guid isPermaLink="true">https://forum.qt.io/post/277967</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 13 Jun 2015 22:19:32 GMT</pubDate></item><item><title><![CDATA[Reply to [DELETED] Error within C preprocessor: &quot;expected &#x27;)&#x27; before &#x27;L&#x27;&quot; on Sat, 13 Jun 2015 11:30:18 GMT]]></title><description><![CDATA[<p dir="auto">You can run just the preprocessor on the source code.  This will expand all the macros so you can see what the compiler is complaining about.</p>
<p dir="auto">gcc -E -o output.c  input.c</p>
<p dir="auto">More information here: <a href="http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html</a></p>
<p dir="auto">This is one reason macros are frowned upon.</p>
]]></description><link>https://forum.qt.io/post/277947</link><guid isPermaLink="true">https://forum.qt.io/post/277947</guid><dc:creator><![CDATA[Rondog]]></dc:creator><pubDate>Sat, 13 Jun 2015 11:30:18 GMT</pubDate></item></channel></rss>