Hi,
After upgrading my environment to perl V 5.8.8.819, I have begun to have the following jpf: [IMG]C:\Temp\Perl_jp f.bmp[/IMG] . The following line is executing a window created by using API commands. Note that both Win32-API and Win32-GUI are installed, the scripts headers are as follows: use Win32::GUI;
use Win32::API;
use Win32::TieRegis try;
use Win32::OLE;
use Win32 ();
Follwing is the command line:
Win32::GUI::Dia log($Window001) ;
After upgrading my environment to perl V 5.8.8.819, I have begun to have the following jpf: [IMG]C:\Temp\Perl_jp f.bmp[/IMG] . The following line is executing a window created by using API commands. Note that both Win32-API and Win32-GUI are installed, the scripts headers are as follows: use Win32::GUI;
use Win32::API;
use Win32::TieRegis try;
use Win32::OLE;
use Win32 ();
Follwing is the command line:
Win32::GUI::Dia log($Window001) ;
Comment