From: Quatmann <and...@we...> - 2007-09-04 15:00:28
|
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. |