[perl-win32-gui-users] error running tests

2002-11-04 Thread markd
hi. i was having problems running a program under 95b on a clients computer so i perlapped up 01_basic.t and ran it on their computer and it got the following error message. Can't load 'auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_fil e:One of the library files needed to run this applicatio

[perl-win32-gui-users] Font color?

2002-11-04 Thread Peter Eisengrein
How can I change the color of a font? I'd expect it to be something like: our $Font = new Win32::GUI::Font( -name => "Arial", -height => 24, -color => 'Red', -bold => 1, ); but it doesn't work. TIA, Pete