1

Problem in opening .dll files from other pc

Hi everyone,

I have no issues in creating a .dll file, but when I load from another pc (the psse is the same version) I have as error message "Library not found (000301)"

alexius's avatar
15
alexius
asked 2022-09-07 05:09:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

We do it at my workplace all the time without problems.

The message "Library not found (000301)" seems to indicate that the dll was not loaded because it was not found. Check the path use to load the dll file. Used absolute path (c:\abc\..\xyz.dll) to load the xyz.dll file.

jconto's avatar
2.9k
jconto
answered 2022-09-07 19:53:17 -0500
edit flag offensive 0 remove flag delete link

Comments

1

I do too with dll from other companies. I think the problem stands in my env manager because I create the .dll from pc and I have the same version of psse in my pc and virtual machine, then I copy and paste the folder containing .dll and .lib and loading dll gives that error.

alexius's avatar alexius (2022-09-08 02:41:26 -0500) edit
1

Yes. Make sure that DLL was generated with default fortran compiler for the PSSE version which you are using.

Mahesh's avatar Mahesh (2022-11-01 02:10:44 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer