Re: [PATCH] d3dx9_36: Filter out D3DCompile warning messages that are not present with D3DCompileShader.

2013-07-31 Thread Stefan Dösinger
Hi, Am 31.07.2013 um 09:10 schrieb Christian Costa titan.co...@gmail.com: +if (!(strstr(line_out, warning X3206:) strstr(line_out, implicit truncation of vector type))) +line_out += line_size; msvc localizes compiler errors and warnings. Are you sure

Re: [PATCH] d3dx9_36: Filter out D3DCompile warning messages that are not present with D3DCompileShader.

2013-07-31 Thread Christian Costa
Hi Stefan, 2013/7/31 Stefan Dösinger stefandoesin...@gmail.com Hi, Am 31.07.2013 um 09:10 schrieb Christian Costa titan.co...@gmail.com: +if (!(strstr(line_out, warning X3206:) strstr(line_out, implicit truncation of vector type))) +line_out +=

Re: [PATCH] d3dx9_36: Filter out D3DCompile warning messages that are not present with D3DCompileShader.

2013-07-31 Thread Stefan Dösinger
Am 2013-07-31 16:01, schrieb Christian Costa: AFAIK no. My localization is french and I get english messages. Any idea how I can check that? Should be ok then. 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