ALSO...
I need an edit box for text input because part of it involves a terminal/command prompt like interface and i use
Code: Select all
env->addEditBox(wchar_t* input, rect<s32>(3,461,637,475), true, 0);
Code: Select all
Source/main.cpp: In function `int main()':
Source/main.cpp:28: error: expected primary-expression before "wchar_t"
make.exe: *** [Output/main.o] Error 1