Game Development Community

Engine error

by Barry Gallagher · in Torque Game Engine · 02/14/2006 (3:21 am) · 1 replies

Im trying to compile the TGE engine using visual studio express
but i keep getting these errors..

3>..\engine\platformWin32\winWindow.cc(33) : error C2440: 'initializing' : cannot convert from 'const wchar_t [22]' to 'const UTF16 *'
3> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast


i assume i change something in winWindows.cc but i dont know what

i found this in there "static wchar_t sWebKey[512];" which is the only thing with wchar_t in it...

i'm learning programming as i go so be gentle ...i learn quicker through practical work..