IO::AIO can't load with Windows 10 64-bit

Hello.
I get an error when I run the following code from Perl 5.28 with the module “IO :: AIO” added under Windows10 64-bit.
Please tell me the solution.

use IO::AIO;

Can’t load ‘C:/Perl64/site/lib/auto/IO/AIO/AIO.dll’ for module IO::AIO: load_file:(in Japanese “The specified module cannot be found.”) at C:/Perl64/lib/XSLoader.pm line 93.
at C:/Perl64/site/lib/IO/AIO.pm line 204.
BEGIN failed–compilation aborted at C:/Perl64/site/lib/IO/AIO.pm line 205.
Compilation failed in require at sample_487.pl line 3.
BEGIN failed–compilation aborted at sample_487.pl line 3.

You can reproduce it using this project.
ActivePerl-5.28-IO-AIO-Trial - lemorin - ActiveState Platform ActiveState

Hi Lemorin,

We looked into this and there is a missing DLL in our build of this shared library. We will let you know when we have it fixed up!

Thanks for reporting it.

Cheers,

-JR

1 Like

Thank you very much.
I hope it can be resolved.

Hi lemorin,

This is now working and we’ve gone ahead and rebuilt your project. Good to go.

Cheers,

-JR

1 Like

Thank you for your support.
Unfortunately it has recurred.
But I found AIO.DLL, so I’m looking for the cause.

Best Regards.