VectorCustomDialogs.dll Error

Hello,

I have downloaded the VectorCustomDialogs Library and successfully used some custom dialogs on one PC. However, when I try to initialize the the Custom Dialogs library a different PC I get the following error:

“2024-02-22 09:30:23> LIBRARY: VectorCustomDialogs : Initialize - start; >> Start >> load comvisible library
2024-02-22 09:30:23> SYSTEM : Execute method - error; An error occurred while running Vector. The error description is: C:\Program Files (x86)\HAMILTON\Library\VectorCustomDialogs\VectorCustomDialogs.hsl(533) : Invalid class string (0x23 - 0x2 - 0x39) ,
2024-02-22 09:30:23> LIBRARY: VectorCustomDialogs : Initialize - start; >> Error >> VectorCustomDialogs.dll not registered (please use asmreg.bat to register).
2024-02-22 09:30:23> LIBRARY: VectorCustomDialogs : MessageDialog - start; >> Error >> VectorCustomDialogs is not initialized…”

Any Idea what might be causing this issue? Why is the .dll not registered?

Thanks!

You’ll need to run the installer on each PC. Importing a method with a library will copy over the library files but will not register the dll.

2 Likes

Hi Eric, what would the file location be for the installer?

Hamilton developed a method for us using this library and I am trying to develop a method using the same library.

I went onto the computer where this method runs but I only found an uninstall file in the HAMILTON\Bin folder.

Thank you!

1 Like

When you run the installer found here, the pertinent files should be found in the following directory:

C:\Program Files (x86)\Hamilton\Library\VectorCustomDialogs

1 Like

I found it. Thank you!