Hi,
I build Win32::GUI with ActiveState 5.8 and no error (only warming).
In your link command, comctl32.lib is missing.
Normaly, this library is add by MakeFile.pl with this line :
'LIBS' => ( ($^O eq "cygwin") ? '-lcomctl32' : 'comctl32.lib' ),
Have you an error with Perl makefile.pl ?
It's possible your Config.pm isn't OK. (Visual Lib directory not in
libpath).
Not tested but, you can try this :
Run a dos/cmd shell
Go to visual Bin directory and run VCVar32.bat
Go to perl58/bin and run perl config.pl.
perl makefile.pl
nmake
If you want a PPM for Win32::GUI 0.0.665 and ActiveState Perl 5.8.
See : http://perso.club-internet.fr/rocherl/Win32GUI.html#WinGui
Laurent.
> >>>> errors from make:
>
> link -out:blib\arch\auto\Win32\GUI\GUI.dll -dll -nologo
> -nodefaultlib -release -libpath:"D:\Perl\lib\CORE" -machine:x86
> GUI.obj GUI_Constants.obj GUI_Helpers.obj GUI_Options.obj
> GUI_MessageLoops.obj GUI_Events.obj Animation.obj Bitmap.obj DC.obj
> Font.obj ImageList.obj Label.obj Listbox.obj ListView.obj NotifyIcon.obj
> Rebar.obj RichEdit.obj Splitter.obj TabStrip.obj Textfield.obj
> Toolbar.obj TreeView.obj GUI.res D:\Perl\lib\CORE\perl58.lib
> oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
> comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
> netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib
> odbc32.lib odbccp32.lib msvcrt.lib -def:GUI.def
> Creating library blib\arch\auto\Win32\GUI\GUI.lib and object
> blib\arch\auto\Win32\GUI\GUI.exp
> GUI.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> GUI.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> ImageList.obj : error LNK2001: unresolved external symbol
> [EMAIL PROTECTED]
> blib\arch\auto\Win32\GUI\GUI.dll : fatal error LNK1120: 12 unresolved
> externals
>
> --
> Glenn