in reply to Win32::API error - OpenThread could not be located in kernel32.dll

This is not a Perl issue.

However, the problem is that the dll you are trying to use was not designed for use with NT. The OpenThread api did not become available until W2K

See the "Requirements" section at the bottom of this page.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon
  • Comment on Re: Win32::API error - OpenThread could not be located in kernel32.dll

Replies are listed 'Best First'.
Re^2: Win32::API error - OpenThread could not be located in kernel32.dll
by fx (Pilgrim) on Jun 30, 2004 at 22:41 UTC

    Ah, I see...

    I was reliably informed that said third party app ran under NT 4. I now see that it, or at least the DLL I have, needs Windows 2000.

    Thanks,

    fx, Infinity is Colourless