Unsupported plugin module format: not a valid Win32, Java or .NET module

Hello, I’ve built just empty Hydra plugin in VisualStudio 2019.
I want to use it in Delphi environment, and I’m trying to LoadModule with ModuleManager, where I get exception:

Unsupported plugin module format: not a valid Win32, Java or .NET module.

I’ve checked the content of produced DLL and the 6Kb file just contains NULLs

what can be wrong?

Hello

If the output file contains only nulls, then this looks like some bug in the compiler. Could you upload the plugin project and the resulting file to support@

Regards

My apologies Anton,

I’ve just discovered that I was copying the dll file over buffer(copy/paste) from other machine and as result the length of pasted file is the same but empty content.

But thanks for quick support!!
Happy Thanksgiving!

1 Like