<div dir="ltr">Hi Stefan,<br><div><div class="gmail_extra"><br><div class="gmail_quote">2013/7/31 Stefan Dösinger <span dir="ltr"><<a href="mailto:stefandoesinger@gmail.com" target="_blank">stefandoesinger@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi,<div><br><div><div>Am 31.07.2013 um 09:10 schrieb Christian Costa <<a href="mailto:titan.costa@gmail.com" target="_blank">titan.costa@gmail.com</a>>:</div>
<div class="im"><br><blockquote type="cite"><span style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none">+                if (!(strstr(line_out, "warning X3206:") && strstr(line_out, "implicit truncation of vector type")))</span><br style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<span style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none">+                    line_out += line_size;</span><br style="font-family:Helvetica;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
</blockquote></div></div>msvc localizes compiler errors and warnings. Are you sure d3dcompiler.dll doesn't do that?</div></div></blockquote><div><br></div><div>AFAIK no. My localization is french and I get english messages. Any idea how I can check that?<br>
 <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><br></div><div>Wrt the parsing code, wouldn't it be nicer to use strtok_r to split the buffer into separate lines?</div>
</div></div></blockquote><div><br></div><div> The parsing code handles missing null byte as well as both unix/dos text formats but maybe I can just simplify it by using strtok_r and assume dos format with null byte.<br></div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><br></div><div>I am not sure that parsing the errors and warnings like that is a good thing, but I don't know d3dx9 and d3dcompiler well enough to give a final judgement on that.</div>
<div><br></div></div></div></blockquote></div><br></div><div class="gmail_extra">I'm afraid this is the only solution. AFAIK there is no option that disable this warning.<br><br></div><div class="gmail_extra">Cheers<br>
</div><div class="gmail_extra">Christian<br></div></div></div>