Chris, Thank you for your help, what is the link to this tutorial please Ramy
----- Original Message ----- From: Chris Wearn To: [EMAIL PROTECTED] ; perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 25, 2004 3:46 PM Subject: RE: [perl-win32-gui-users] Anyone help? Hi Ramy, I have VS.NET 2003 and C++ on my machine but gave up trying to compile this way. Checked out source yesterday and used Ming (as per Laurent's tutorial) and had it installed within 5 mins, no errors, no problems. Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 25 February 2004 9:37 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Anyone help? 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