News: Contact us to upgrade your software!

Author Topic: Could not load the analysis plugin library  (Read 36223 times)

Christian W.

  • Client
  • **
  • Posts: 6
    •  
Could not load the analysis plugin library
« on: August 12, 2016, 07:45:43 AM »
Hello I compiled the example given by Hypersizer as well as the example provided here in the forum. Both examples give me for the debug mode a .dll file.

If I run the "Verify DLL Exports" I get also no errors and figures as provided by the manual. If I include the dll in Hypersizer I get the message

"Could not load the analysis plugin library (Hs_UDef.dll). Check that the DLL is in the folder along with any of its dependencies. Also check that the DLL has been compiled for the proper architecture (x86 vs x64). D:\Blub_new\src\hypersizer\dll\Hs_UDef.dll"

Hypersizer version 7.0.53.
Plattform windows 7 - 64bit

I added the project file.

For the release I get the error message
Error 1 fatal error LNK1123: Error in coversion in COFF

What is the problem?

James

  • Administrator
  • *****
  • Posts: 286
    •  
Re: Could not load the analysis plugin library
« Reply #1 on: August 16, 2016, 01:11:25 PM »
My primary suggestion is to update to v7.2. A lot of improvement has been made to the plugin interface since v7.0.

Also, make sure that you set the 'include directory' to include all the dependancies in the compiled plugin package (Hs_Udeff.dll).

See:
http://hypersizer.com/help_7.2/#Udef/Tutorial/udef-tut-add_include_dir.php%3FTocPath%3DAnalysis%2520Plugins%7CDeveloper%2520Tutorial%7C_____4

-James