NetTalk Central

Author Topic: The EmailOAuth example has compile errors (Nettalk 14)  (Read 709 times)

GordonF

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
The EmailOAuth example has compile errors (Nettalk 14)
« on: September 23, 2024, 07:30:38 AM »
When I try compiling the EmailOAuth demo app (demo.app in example folder Capesoft\nettalk\Email\EmailOAuth\ChromeExplorer) I get various errors relating to methods and fields such as:

Unknown procedure label: ThisSendEmail.PrimeOAuth
and
Field not found: ThisSendEmail.OAuthParms.pClientId

I can't find any reference to PrimeOAuth in any of the class code.

Can anyone point out what I'm missing or doing incorrectly, it must be something obvious but I just can't see it.

Many thanks
Gordon
« Last Edit: September 25, 2024, 12:27:12 AM by GordonF »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: The EmailOAuth example has compile errors (Nettalk 14)
« Reply #1 on: September 25, 2024, 09:01:46 PM »
that example is a work in progress, and is not yet active.

Cheers
Bruce

GordonF

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
Re: The EmailOAuth example has compile errors (Nettalk 14)
« Reply #2 on: September 26, 2024, 03:54:26 AM »
Thanks Bruce