Load library in PSSe 33
Try to load dll by an API addmodellibrary(libraryname), but it keeps telling me that the library can not be found. Please help
Try to load dll by an API addmodellibrary(libraryname), but it keeps telling me that the library can not be found. Please help
If you are using the PSSE command line interface or a Python script, make sure you have syntax correct.
psspy.addmodellibrary(r"""C:\path\to\your.dll""")
Also be sure to include the full path of the DLL file.