Hello,

I am just trying to upgrade to Win32-GUI 1.0. I have downloaded the ppm
from sourceforge.

I note something strange during instalation, this is what the promt
reads:

E:\Software\programeren\Perl\Modules\Win32-Gui\Win32-GUI-1.0-PPM-5.8>ppm
install Win32-GUI -force
Note: Package 'Win32-GUI' is already installed.
====================
Install 'Win32-GUI' version 0.0.558 in ActivePerl 5.8.3.809.
====================
Files found in blib\arch: installing files in blib\lib into architecture
dependent library tree
Successfully installed Win32-GUI version 0.0.558 in ActivePerl
5.8.3.809.

Check the last line, I thought I was installing version 1.0 not
0.0.558??

And then, when I try to start an app I made using DateTime controls:

Can't locate auto/AddDateTime.al in @INC (@INC contains: lib C:/Perl/lib
C:/Perl/site/lib .) at lib/ItemControl.pm line 109

Is this because I installed an older version of Win32-GUI? Whats
happening, what should I do?

I also tried to "build" my own Win32-GUI but I keep getting fatal erros
which I don't understand:

NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.

The full output on the prompt follows below. I get the same error on
nmake, nmake test and nmake install.

thanks
Roelof Bos

-----------------------------------------------------------------------

E:\Software\programeren\Perl\Modules\Win32-Gui\Win32-GUI-1.0>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl -c    -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
-DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT
-DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DPERL_POLLUTE
-MD -Zi -DNDEBUG -O1    -DVERSION=\"1.0\"  -DXS_VERSION=\"1.0\"
"-IC:\Perl\lib\CORE"   GUI.cpp
GUI.cpp

*** Using Preserved Perl context.

GUI.xs(2040) : warning C4101: 'targ' : unreferenced local variable
GUI.xs(2333) : error C2065: 'WINDOWINFO' : undeclared identifier
GUI.xs(2333) : error C2146: syntax error : missing ';' before identifier
'pwi'
GUI.xs(2333) : error C2065: 'pwi' : undeclared identifier
GUI.xs(2335) : error C2228: left of '.cbSize' must have
class/struct/union type
GUI.xs(2336) : error C2065: 'GetWindowInfo' : undeclared identifier
GUI.xs(2338) : error C2228: left of '.rcClient' must have
class/struct/union type
GUI.xs(2338) : error C2228: left of '.left' must have class/struct/union
type
GUI.xs(2339) : error C2228: left of '.rcClient' must have
class/struct/union type
GUI.xs(2339) : error C2228: left of '.top' must have class/struct/union
type
GUI.xs(2340) : error C2228: left of '.rcClient' must have
class/struct/union type
GUI.xs(2340) : error C2228: left of '.right' must have
class/struct/union type
GUI.xs(2341) : error C2228: left of '.rcClient' must have
class/struct/union type
GUI.xs(2341) : error C2228: left of '.bottom' must have
class/struct/union type
*** PACKAGE Win32::GUI::Menu...
*** PACKAGE Win32::GUI::MenuButton...
*** PACKAGE Win32::GUI::MenuItem...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.



Reply via email to