Solver message 305470
Message Text
** ERROR 305470 ** User function has been requested but the required function "XXX" was not found in the library. Make sure that the function is defined and exported in the user library.
Explanation
A required function in the MoldflowUserFunctions.dll (Windows) or MoldflowUserFunctions.so (Linux) file is not present.
Resolution
- Ensure that the function is spelled correctly and has the correct parameter count and types.
- Ensure that the function is exported with __declspec(dllexport) (Windows only).