Hi, > > 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
You probablly have a .ppd file and a .tgz file in your directory. Try : ppm install Win32-GUI.ppd > Check the last line, I thought I was installing version 1.0 not > 0.0.558?? Because, it's download it from ActiveState repository. > > 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? Yes, it's because you use an old Win32-GUI version. > > 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. > You should use last Microsoft Platform SDK. (see microsoft site for download it). Build don't work with standard VC6 include and library. Laurent