Hello,
I am new to using Altair hypermesh and am working with a legacy codebase from 2014 which used the hm.lib hmin.lib hmreslib.lib and hmmodlib.lib libraries. When I try to build the code I run into
LNK2001 unresolved external symbol HMRES_displacementadd posthv addForceVector.obj
When I check the library file using the Visual Studio Developer Command Prompt
W:\posthv>dumpbin /SYMBOLS hmreslib.lib | findstr HMRES_displacementadd
164 00000000 SECT49 notype () External | HMRES_displacementadd |
---|
16E 00000000 SECT4A notype () External | HMRES_displacementadd_ |
2D2 00000000 SECTA6 notype Static | $unwind$HMRES_displacementadd |
2D5 00000000 SECTA7 notype Static | $pdata$HMRES_displacementadd |
We do see the symbol.
I am using Visual Studio 2022 and the libraries are linked in the Project's linker tab.
Thanks for any advice!