Page 1 of 1

Sample 5 bug with 0.4.2 fix

Posted: Thu Jan 22, 2004 12:13 am
by Battlestations
I was trying to get Sample 5 to compile with the 0.4.2 code. Well any way the line that keeps giving me problems in sample 5 is this..

Code: Select all

IGUIWindow* window = env->addWindow(rect<s32>(100 + cnt, 100 + cnt, 300 + cnt, 200 + cnt), 0, -1, L"Test window");
should be for 0.4.2

Code: Select all

	IGUIWindow *window = env->addWindow( core::rect< s32 >( 100 + cnt, 100 + cnt, 300 + cnt, 200 + cnt), false, L"Mywindow", 0, -1);