I'll apologise up front - I'm new at this so if it is something
obvious I'm sorry...
I'm running Windows NT 4.0 (SP5) and I cant seem to get Win32::GUI to
install
I have downloaded the zip file and extracted eveything and am using
ActiveState Perl Build 522.
Log below:
--------
D:\Perl\incoming\32gui>perl makefile.pl USERESOURCE=0
Writing Makefile for Win32::GUI
D:\Perl\incoming\32gui>nmake
Microsoft (R) Program Maintenance Utility Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
cl.exe -c -Od -MD -DNDEBUG -TP -GX -DWIN32 -D_CONSOLE
-DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_
OBJECT -Od -MD -DNDEBUG -TP -GX -DVERSION=\"0.0.434\"
-DXS_VERSION=\"0.0.434\" -ID:\perl\lib\C
ORE GUI.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 11.00.7022 for
80x86
Copyright (C) Microsoft Corp 1984-1997. All rights reserved.
GUI.c
*** Using the 5.005 Perl Object CPerlObj class.
GUI.xs(3027) : error C2065: 'TCS_FLATBUTTONS' : undeclared identifier
GUI.xs(3201) : error C2065: 'RBS_AUTOSIZE' : undeclared identifier
GUI.xs(3207) : error C2065: 'RBS_DBLCLKTOGGLE' : undeclared identifier
GUI.xs(3210) : error C2065: 'RBS_VERTICALGRIPPER' : undeclared
identifier
GUI.xs(9469) : error C2065: 'TreeView_GetLastVisible' : undeclared
identifier
GUI.xs(9469) : error C2440: '=' : cannot convert from 'int' to 'struct
_TREEITEM *'
Conversion from integral type to pointer
type requires reinterpret_cast,
C-style cast or function-style cast
GUI.xs(9511) : error C2065: 'TreeView_SetTextColor' : undeclared
identifier
GUI.xs(9512) : error C2065: 'TreeView_GetTextColor' : undeclared
identifier
GUI.xs(9529) : error C2065: 'TreeView_SetBkColor' : undeclared
identifier
GUI.xs(9530) : error C2065: 'TreeView_GetBkColor' : undeclared
identifier
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
Thanks for any help.
Darren Apps