Thursday 15 September 2011

winapi - Any way other than Win32::OLE to call objects from dll in Perl? -



winapi - Any way other than Win32::OLE to call objects from dll in Perl? -

win32::ole not thread safe. there way go around it?

can next typical win32::ole usage replaced other perl modules?

my $mywin32 = win32::ole->new('my_app'); $myapp1 = win32::ole->getobject("my_app"); $myapp2 = win32::ole->getactiveobject("my_app");

you take @ win32::api, i'm not sure of thread safety.

perl winapi

No comments:

Post a Comment