NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on September 20, 2019, 04:16:21 AM

Title: If You're Getting Compile Error Unresolved External NetSignToken in NetHttp.obj
Post by: DonRidley on September 20, 2019, 04:16:21 AM
Options:


Try compiling in DLL mode vs LIB mode under project properties.

or

Comment out this line in NetHttp.clw in the NetWebHttp.CreateAuthorizationStringVapid method:

Sig.SetValue(NetSignToken(jwtInfo.GetValue(),jwtData.GetValue(),PrivateKey.GetValue()))