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 loaded. try
"perldoc DynaLoader" for more information on the subject.

> I found some source code for do this but it's not easy ;o) because don't
> exist a standard API for all Windows system.
> http://www.alexfedotov.com/articles/enumproc.asp
> 
>     I try to add this in next release.

no please. Win32::GUI is not the place for this stuff. probably
Win32::Process is the correct place, if it's not implemented already.

cheers,
Aldo


Reply via email to