<div dir="ltr">Thanks. <span style="color:rgb(80,0,80);font-size:12.8px">castxml was lunched.</span><div><font color="#500050"><span style="font-size:12.8px">I had this error:</span></font></div><div><div><div>error: invalid argument '-std=c++11' not allowed with 'C/ObjC'<br></div></div></div><div>To solve it i modify the file extension of "test.h" to "test.hpp".</div><div>Now i have no error, but ... no message and no output.</div><div><br></div><div>i tried:</div><div>castxml.exe --castxml-cc-msvc cl "Test.hpp" -o "c:\myoutput.xml"<br></div><div>but it doesn't work better.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-10 14:40 GMT+02:00 Brad King <span dir="ltr"><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 08/10/2016 08:28 AM, greg wrote:<br>
> i tried this command line:<br>
> castxml.exe --castxml-cc-msvc cl "Test.h"<br>
> I have this error message:<br>
><br>
> error: '--castxml-cc-msvc' compiler command failed:<br>
><br>
> 'cl' '-c' '-FoNUL' 'C:\MyFolder\CastXML/share/<wbr>castxml/detect_vs.cpp'<br>
> Le fichier sp├®cifi├® est introuvable<br>
<br>
</span>You need to run it from an environment where the `cl` compiler tool<br>
can run. Use something like "Visual Studio 2013 Command Prompt".<br>
<span class="HOEnZb"><font color="#888888"><br>
-Brad<br>
<br>
</font></span></blockquote></div><br></div>