Adding static/dynamic library to an Abaqus user subroutine
I want to use an external subroutine in my umat but I have not been able to do that so far. Having created a dynamic library project in Visual Studio 2008, I have created a .dll and .lib files and copied the .lib file into the working directory of my abaqus job and the .dll file to exec folder. I have also added the directory of the .lib file in the LIB environmental variable. But I get these errors from ABAQUS:
[quote]LINK : fatal error LNK1181: cannot open input file 'Dll2.lib'