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

2004-03-03 Thread Laurent ROCHER
Oups, sorry for duplicate code. > Hi, > > I don't whant add new code or method to Win32::GUI but make change in my > Win32::GUI::AxWindow XS code. > You advice about Dynaloader it's very usefull. > I can found dll handler with it. It test it with PAR and it's work nice. >

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

2004-03-03 Thread Laurent ROCHER
Hi, I don't whant add new code or method to Win32::GUI but make change in my Win32::GUI::AxWindow XS code. You advice about Dynaloader it's very usefull. I can found dll handler with it. It test it with PAR and it's work nice. void GetOLE (container) CContainer* container CODE: {

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

2004-03-03 Thread Aldo Calpini
On Tue, 2004-03-02 at 21:47, Laurent ROCHER wrote: > For correct this problem, i need to enumerate all dll attached to > current process and try to found renamed OLE.dll. try this command: "set PERL_DL_DEBUG=1" and then launch your exe. this should give you some hint about the dll that are being l