fx has asked for the wisdom of the Perl Monks concerning the following question:
I am attempting to use Win32::API 0.41 under Windows NT 4.0 and ActiveState Perl v5.8.3 to open a DLL from a third party application so that I can control it from Perl.
I have all the relevant DLLs in the correct place and when I try to call:
my $thingy = new Win32::API( 'omdapi', 'OMDClientCreate', 'PPPIP', 'P' );
I get a Windows error message that says:
The procedure entry point OpenThread could not be located in the dynamic link library KERNEL32.dll.
I'm stuck. Could someone offer some advice?
fx, Infinity is Colourless
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::API error - OpenThread could not be located in kernel32.dll
by BrowserUk (Patriarch) on Jun 30, 2004 at 15:11 UTC | |
by fx (Pilgrim) on Jun 30, 2004 at 22:41 UTC |