Re: [perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp

2004-03-02 Thread Jez White
Sent: Tuesday, March 02, 2004 12:01 AM Subject: [perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp When I build an executable using perlapp on the following code, I get this error message: Can't call method Navigate on an undefined value

RE: [perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp

2004-03-02 Thread Frazier, Joe Jr
:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 01, 2004 7:02 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp When I build an executable using perlapp

Re: [perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp

2004-03-02 Thread Laurent ROCHER
Hi, I try with perl2exe and i don't have any problem (no problem with perl.com image). But, when i try with PAR i have same problem. Problem is in GetOLE method, i try to locate Win32::OLE associate dll using a LoadLibray(OLE). I need this dll for use an exported function for

[perl-win32-gui-users] problem with Win32::GUI::AxWindow when building exe file with Activestate Perlapp

2004-03-01 Thread sam . dela . cruz
When I build an executable using perlapp on the following code, I get this error message: Can't call method Navigate on an undefined value at Axsample.pl line 29. What's happening? And what can I do to make it work. Thanks. use Win32::GUI; use Win32::OLE; use Win32::GUI::AxWindow; # main