Hi,
I'm trying to build Win32-GUI-0.0.665 for Perl 5.8 (ActiveState build
804), and I get a bunch of unresolved external symbols, mostly to do
with ImageList stuff (actual messages below). Anyone know what I'm
doing wrong, here in the middle of the night?
Using MSVC++ 6.0, is that still OK?
I'
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 wit
I contacted ActiveState about an issue that I'm having while attempting to
use Win32::GUI from inside an PerlCtrl created .dll component. Jan Dubois
responded that the issue lies within Win32::GUI.
I've included his reply below and was curious if this is something that
could be fixed in a future r
3 matches
Mail list logo