A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Since the unresolved external reference is to __imp_UA_new it could be that the header for the open62541 library has declared the functions with __declspec(dllimport). This would be the case when the header is to be used with an import library for an open62541 DLL, not a static library. Check the open62541 documentation to see if there is a macro that should be set or unset to prevent the use of __declspec(dllimport) in the header when it is to be used with open62541 as a static library.