Getting the above error
Dear Soumita,
Have you tried this already?user-defined models in plaxisWith kind regards,
Dennis Waterman
It is showing me this
I haven't used ifort for a while so I needed to google for a minute what the command line construct is nowadays to create a dll:
ifort /dll <source files(s)> /link <libaries>So I guess the way you're doing it now it considers dfusrlib.lib a source file that needs to be compiled instead of a library file that needs to be linked together with the compiled mc_tens.for.
With kind regards,