Hello, I'm trying to get started with Win32 GUI. When I run the sample scripts, I get error messages. Am I missing something that Win32 GUI depends on? If so, where do I find it?
Thanks for any suggestions! Larry PS here's what I see: C:\Perl\site\lib\Win32\GUI\demos>perl getopenfilename.pl Can't load 'C:/Perl/site/lib/auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_file:The specified procedure could not be found at C:/Perl/lib/DynaLoader.pm line 229. at getopenfilename.pl line 4 Compilation failed in require at getopenfilename.pl line 4. BEGIN failed--compilation aborted at getopenfilename.pl line 4. C:\Perl\site\lib\Win32\GUI\demos>perl draw.pl Can't load 'C:/Perl/site/lib/auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_file:The specified procedure could not be found at C:/Perl/lib/DynaLoader.pm line 229. at draw.pl line 8 Compilation failed in require at draw.pl line 8. BEGIN failed--compilation aborted at draw.pl line 8.