I downloaded the updated files and tried to build under Windows 2000 but I am getting the error below. Any help would be appreciated. It would be nicer if the new updated version can be packed and update the version number. I remember also I installed before the binary version and was unable to build from the source. I have VC6 on the computer.
GUI.xs(2031) : warning C4101: 'targ' : unreferenced local variable GUI.xs(2289) : error C2065: 'WINDOWINFO' : undeclared identifier GUI.xs(2289) : error C2146: syntax error : missing ';' before identifier 'pwi' GUI.xs(2289) : error C2065: 'pwi' : undeclared identifier GUI.xs(2291) : error C2228: left of '.cbSize' must have class/struct/union type GUI.xs(2292) : error C2065: 'GetWindowInfo' : undeclared identifier GUI.xs(2294) : error C2228: left of '.rcClient' must have class/struct/union type GUI.xs(2294) : error C2228: left of '.left' must have class/struct/union type GUI.xs(2295) : error C2228: left of '.rcClient' must have class/struct/union type GUI.xs(2295) : error C2228: left of '.top' must have class/struct/union type GUI.xs(2296) : error C2228: left of '.rcClient' must have class/struct/union type GUI.xs(2296) : error C2228: left of '.right' must have class/struct/union type GUI.xs(2297) : error C2228: left of '.rcClient' must have class/struct/union type GUI.xs(2297) : error C2228: left of '.bottom' must have class/struct/union type *** PACKAGE Win32::GUI::Menu... *** PACKAGE Win32::GUI::MenuButton... *** PACKAGE Win32::GUI::MenuItem... *** PACKAGE Win32::GUI::DialogBox... *** PACKAGE Win32::GUI::Combobox... *** PACKAGE Win32::GUI::UpDown... *** PACKAGE Win32::GUI::Tooltip... *** PACKAGE Win32::GUI::Header... *** PACKAGE Win32::GUI::ComboboxEx... *** PACKAGE Win32::GUI::DateTime... *** PACKAGE Win32::GUI::Brush... *** PACKAGE Win32::GUI::Pen... NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Ramy