NetTalk Central

Author Topic: Compile error NT11.22  (Read 2773 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Compile error NT11.22
« 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

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Compile error NT11.22
« Reply #1 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
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Compile error NT11.22
« Reply #2 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.

Jane

  • Sr. Member
  • ****
  • Posts: 347
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Compile error NT11.22
« Reply #3 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()))
« Last Edit: September 20, 2019, 03:14:16 PM by Jane »