Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Win32::OLE -- translation from vbs to pl (depends.exe)

by Anonymous Monk
on Aug 29, 2013 at 00:42 UTC ( [id://1051335]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Win32::OLE -- translation from vbs to pl
in thread Win32::OLE -- translation from vbs to pl

oh yeah, what bulk88 is saying, try using depends.exe like this   depends.exe /c /f:1 /pb /ot:temp.txt ...perl.exe foo.pl ...

Replies are listed 'Best First'.
Re^4: Win32::OLE -- translation from vbs to pl (depends.exe)
by whumann (Acolyte) on Aug 30, 2013 at 12:50 UTC
    As I just reported in a separate reply, my code works with a 32bit strawberry perl. The messages I get from depends.exe, called as suggested above, for MGCPCBAutomationLicensing look fairly innocent:
    Loaded "MGCPCBAUTOMATIONLICENSING.DLL" at address 0x00550000 by thread + 7. Successfully hooked module. DllMain(0x00550000, DLL_PROCESS_ATTACH, 0x00000000) in "MGCPCBAUTOMATI +ONLICENSING.DLL" called by thread 7. DllMain(0x00550000, DLL_PROCESS_ATTACH, 0x00000000) in "MGCPCBAUTOMATI +ONLICENSING.DLL" returned 1 (0x1) by thread 7. DllMain(0x00550000, DLL_PROCESS_DETACH, 0x00000000) in "MGCPCBAUTOMATI +ONLICENSING.DLL" called by thread 7. DllMain(0x00550000, DLL_PROCESS_DETACH, 0x00000000) in "MGCPCBAUTOMATI +ONLICENSING.DLL" returned 1 (0x1) by thread 7. Unloaded "MGCPCBAUTOMATIONLICENSING.DLL" at address 0x00550000 by thre +ad 7.
    When I try the same with my default 64bit perl however, I get
    Failure starting the process. The request is not supported (50).
    And I get this even when I just use perl.exe without any args (no program to load).
      Dependency Walker comes in a 32 and 64 bit version, they only understand processes of the same bitness.
        I'll try to look into that even though www.dependencywalker.com says
        Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, Vist +a, 7, and 8. It can process any 32-bit or 64-bit Windows module [...]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1051335]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found