<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> This was deliberate - I did that originally and I got a compile warning as<br>

> one is const WCHAR * and one is const WCHAR[2] (Not sure if that error was<br>
> from a MSVC windows or Linux compile, but I was trying to avoid it, and a<br>
> typecast was a bit pointless as the above is accurate as well, isnt it?)<br>
<br>
</div>You could declare it non-const.  That's often what we end up doing in<br>
the tests, that or casting away the const.<br><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>Whats the difference between a typecast and &var[0]?  </div><div><br></div><div>
Jason </div></div><br>