DialogTemplate.cpp(62) : error C2664 any tips?
Source\DialogTemplate.cpp(62) : error C2664: 'winchar_toansi' : cannot convert parameter 1 from 'WORD *' to 'const WCHAR *'
Will stare a the code myself, but maybe anyone already solved it?
Archive: DialogTemplate.cpp(62) : error C2664 any tips?
DialogTemplate.cpp(62) : error C2664 any tips?
Source\DialogTemplate.cpp(62) : error C2664: 'winchar_toansi' : cannot convert parameter 1 from 'WORD *' to 'const WCHAR *'
Will stare a the code myself, but maybe anyone already solved it?
Simple cast to WCHAR* should do the trick. Fixed in CVS.
Alllllrighty...
> ... scons: done building targets. ...
Yes, that did the trick, thanks!
...so now I can focus on stupid broken Vista API's again :( let's see if Vista SP1 Beta fixes something.