cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
christian-ae
Level 2

unresolved external symbol errors when building

I get the following long list of unresolved external symbol errors of the following type and am not sure where to start to solve these. Any suggestions / help would be much appreciated. 

Error message:

Error LNK2019 unresolved external symbol _snprintf referenced in function hymNeyoTtQEHYBaxsIE3y8Kxt fnp-demmo-2023-07 C:\Users\ChristianPilling\Documents\GitHub\licensing\fnp-demmo-2023-07\fnp-demmo-2023-07\lmgr_trl.lib(cmn_vm_cloud.obj) 1

0 Kudos
(1) Reply
Yvernekar
Level 5 Flexeran
Level 5 Flexeran

The LNK error is due to a missing lib, Can you check/compare with the makefile available in the kit and also check from the below list if you have missed any:

lmflex.obj

lm_new.obj

lmgr_trl.lib

libcrvs.lib

libsb.lib

activation\lib\libnoact.lib

lmgr_dongle.lib

libredir_std.lib

libcmt.lib

libvcruntime.lib

libucrt.lib

legacy_stdio_wide_specifiers.lib

legacy_stdio_definitions.lib

oldnames.lib

kernel32.lib

user32.lib

netapi32.lib

gdi32.lib

comdlg32.lib

comctl32.lib

wsock32.lib

shell32.lib

Rpcrt4.lib

oleaut32.lib

Ole32.lib

Wbemuuid.lib

wintrust.lib

crypt32.lib

Ws2_32.lib

iphlpapi.lib

Psapi.lib

advapi32.lib

Shlwapi.lib

dhcpcsvc.lib

userenv.lib

libpthread.lib

 

Linking the lib will solve the issue.

0 Kudos