From: ankit g. <ank...@ya...> - 2011-11-17 04:58:45
|
Hi Richard Yeah i have the same problem of returns nothing on a 64-bit system. As i am new to this so i dont know how to build a development environment on a 64-bit machine with the 64-bit version of Perl and compile our executable against that Thanks in advance Regards Ankit Gupta ________________________________ From: Richard Hitchins <ric...@go...> To: ankit gupta <ank...@ya...> Cc: ""per...@li..."" <per...@li...> Sent: Wednesday, 16 November 2011 5:20 PM Subject: Re: [perl-win32-gui-users] Win 32 module of perl on 64 bit Application Hi Ankit When I run on a 32 Bit system the GetItemText returns the name correctly but returns nothing on a 64-bit system. Is that the same problem you are having? The problem may be that Win32::GuiTest has been compiled against the 32-bit version of Perl. You could try building a development environment on a 64-bit machine with the 64-bit version of Perl and compile your executable against that. That may fix the problem. Let us know how you get on. Richard On Wed, Nov 16, 2011 at 10:32 AM, ankit gupta <ank...@ya...> wrote: Hi Richard. > > >I am using Win32::GuiTest Module.Right now m getting problem in GetItemText function of GUI Test module .Attaching module for your reference > > > >Thanks in Advance > > >Regards >Ankit Gupta > > > > > > >________________________________ >From: Richard Hitchins <ric...@go...> >To: ankit gupta <ank...@ya...> >Cc: "per...@li..." <per...@li...> >Sent: Wednesday, 16 November 2011 12:37 PM >Subject: Re: [perl-win32-gui-users] Win 32 module of perl on 64 bit Application > > > >Hi Ankit > > What other packages are you using in your suite? Do you get any error messages when you try and run it? Also which version of Perl are you using? > >Richard > > >On Wed, Nov 16, 2011 at 5:19 AM, ankit gupta <ank...@ya...> wrote: > >Hi All, >> >> >>I have designed the suite in Perl for testing our product.Its running fine when we run for 32 bit Application but its not working when we run it for 64 bit Application on 64 bit Machine. >> >> >> >>Please help me out in this ASAP. >> >> >> >>Thanks in Advance >> >> >>Regards >>Ankit Gupta >> >>------------------------------------------------------------------------------ >>RSA(R) Conference 2012 >>Save $700 by Nov 18 >>Register now >>http://p.sf.net/sfu/rsa-sfdev2dev1 >>_______________________________________________ >>Perl-Win32-GUI-Users mailing list >>Per...@li... >>https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >>http://perl-win32-gui.sourceforge.net/ >> > > > |