Element DLL doesn't run on another machine

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
AdrianCrowder
Posts: 4
Joined: Fri May 02, 2014 6:21 am
Location: McMaster University

Element DLL doesn't run on another machine

Post by AdrianCrowder » Fri Jun 10, 2016 8:38 am

Hi All,

I've created a custom element and compiled 32/64 bit version DLLs. It runs fine on my machine (with the newest version of OpenSees 2.5.0), but when I pass along the DLL file it doesn't run on another machine (also running 2.5.0 with the same 32/64 architecture).

The second machine fails to find the class file when running the Tcl script and returns "ERROR -- element of type ______ not known".
I've tested this on 3 machines now and haven't had any luck yet.

Any thoughts?
-Adrian

EDIT: Before you ask it, I did updated to the latest developer source code before building the DLL. Is it necessary to have the developer source code on the second machine as well? I wouldn't think so.

Post Reply