no recompiling is needed, just change the module .. 
but, to have your script act equal on other systems, where bitmapinline.pm
is not patched, just change the working directory in your script to s.th.
writeable for everyone before the construction of bitmapinline (I did it
that way and it works fine)

i.e.:
chdir("c:\\temp");
return newIcon Win32::GUI::BitmapInline( q( /<ICONCODE>/ ) );
-- 
View this message in context: 
http://www.nabble.com/Modify-the-behavior-of-Win32%3A%3AGUI%3A%3ABitmapInline-tf3983848.html#a12479900
Sent from the perl-win32-gui-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to