[perl-win32-gui-users] Error compiling with Mingw

2001-10-22 Thread Marcus
I've managed to build Perl 5.6.1 with Mingw, but I'm getting the following errors while trying to build Win32::GUI. Can anybody help, or tell me where I can post my question? - E:\TEMP\Win32-GUI-0.0.558>perl Makefile.PL Note (probably harmless):

RE: [perl-win32-gui-users] Save file window

2001-10-22 Thread Frazier, Joe Jr
I don't know. To my knowledge, it returns a string only. You CAN use Win32::FileOP: use Win32::FileOp; my $filters = [ 'Text' => '*.txt', 'Word' => '*.doc', 'Perl' => '*.pl']; my $ret = Win32::FileOp::SaveAsDialog({filters =>$filters ,handle => 0,}); if($ret) { print "GetSaveFileName return

[perl-win32-gui-users] Win32 constants

2001-10-22 Thread Johan Lindstrom
I just posted this to the perl-win32-user list, but I figure it belongs here too. Constant values for the Win32 API: /J -- --- -- -- -- - - --- Johan LindströmBo