NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on September 20, 2019, 01:38:51 AM

Title: Compile error NT11.22
Post by: astahl on September 20, 2019, 01:38:51 AM
Received below error after compiling with the new NT11.22

Unresolved External NetSignToken in NetHttp.obj - C:\Clarion11\Projects\Envelopes\map\release\Envelopes.MAP:2

Unknown directive, ignoring: $THISNETREFRESH


Ashley
Title: Re: Compile error NT11.22
Post by: DonRidley on September 20, 2019, 03:49:46 AM
Hey Ashley,

Look in Project Properties and see if you're compiling in LIB mode or DLL mode.

I got this error when compiling in LIB mode.  Try DLL mode and see if it will compile.

See ya,

Don
Title: Re: Compile error NT11.22
Post by: astahl on September 20, 2019, 03:56:44 AM
Hi Don,

I have it set to LIB for other dll's I'm using so that won't work.
Title: Re: Compile error NT11.22
Post by: Jane on September 20, 2019, 10:50:15 AM
Pasting from the third party newsgroup:
Quote
Hi Poul,

I'm on the road, so not easy to track - but you can just comment out that
line in nethttp for now if you like.
You won't need it yet.

cheers
Bruce



"Poul Jensen"  wrote in message
news:A921.1568822325.389@discuss.softvelocity.com...

Hi,

Just upgraded to NT 11.22 and are getting this error in a simple one
procedure email send app:
Unresolved External NetSignToken in NetHttp.obj

Other app's with NT compile ok.

Have generated all but to no avail.

Any clues most welcome.

Cheers
/Poul

Additional post from Bruce:
Quote
nethttp.clw
Comment out:
Sig.SetValue(NetSignToken(jwtInfo.GetValue(),jwtData.GetValue(),PrivateKey.GetValue()))