NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: GordonF on September 23, 2024, 07:30:38 AM

Title: The EmailOAuth example has compile errors (Nettalk 14)
Post by: GordonF 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
Title: Re: The EmailOAuth example has compile errors (Nettalk 14)
Post by: Bruce on September 25, 2024, 09:01:46 PM
that example is a work in progress, and is not yet active.

Cheers
Bruce
Title: Re: The EmailOAuth example has compile errors (Nettalk 14)
Post by: GordonF on September 26, 2024, 03:54:26 AM
Thanks Bruce