Hi, Thomas<br><br>I test on a standard Linux (using gcc and g++) the C++ web page (.klx).<br><br>My .klx web page contains :<br><br>&nbsp;&nbsp;&nbsp; &lt;html&gt;<br>&nbsp;&nbsp;&nbsp; &lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; char* mot1 = &quot;Bonjour&quot;;<br>
&nbsp;&nbsp;&nbsp; io_printf(out,&quot;%s &quot;,mot1);<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; char* mot2 = &quot;vous&quot;;<br>&nbsp;&nbsp;&nbsp; io_printf(out,&quot;%s &quot;,mot2);<br>&nbsp;&nbsp;&nbsp; %&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/html&gt;<br><br>The compilation fails and prints :<br>
<br>°-___________________________________________________________________<br><br>g++ -I/home/all_user/ug_ma/klone-2.0.2/build/target/klone-core-2.0.2/libu/include -I/home/all_user/ug_ma/klone-2.0.2/build/target/klone-core-2.0.2 -DHAVE_CONF_H -I/usr/local/include -I/usr/local/include<br>
&nbsp;-O2 -I/home/all_user/ug_ma/klone-2.0.2 -I/home/all_user/ug_ma/klone-2.0.2/build/target/klone-core-2.0.2 -I/home/all_user/ug_ma/klone-2.0.2/ -I/home/all_user/ug_ma/klone-2.0.2/include -c pg_bccf27d73a7f11e6d0ed7c1736e3b076.cc -o pg_bccf27d73a7f11e6d0ed7c1736e3b076.o<br>
pg_bccf27d73a7f11e6d0ed7c1736e3b076.cc: In function `int page_cxx_klx()&#39;:<br>pg_bccf27d73a7f11e6d0ed7c1736e3b076.cc:12: <span style="font-weight: bold;">error: invalid conversion from `volatile int*&#39; to `int&#39;</span><br style="font-weight: bold;">
<br>&nbsp;&nbsp; ____________________________________________________________________<br>o-<br><br>I also test the &quot;<strong style="font-weight: normal;">KLapp with intermixed C and C++ code&quot; example available on the KLone Wiki but I have the error with the C++ page.<br>
This error is a warning for the gcc compiler<span style="font-weight: bold;">.</span><br></strong><br>Is it a bug ?<br><br>Thanks.<br clear="all"><br>-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>