NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: bryce on May 11, 2016, 07:03:03 AM
-
I want to send emails from a webserver and thought I would look at the SendEmailFromWebBrower(11) example to get me going but I can't get it to compile.
I am getting three errors when I try to compile the example:
Source file WEB11BC.CLW not found
Unknown identifier: AUTHUSER
Unknow identifier: AUTHPASSWORD
Can anyone give me any ideas as to why this is please?
Thanks.
-
What Clarion / NetTalk are you using Bryce?
-
Hi Bruce,
Clarion 10.0.0 Build 12104 and NetTalk 9 Apps version 9.08.
I updated all my Capesoft Accessories and tried again before posting the problem here.
Bryce
-
Any luck on this? I've hit the same roadblock. It creates Web11_BC.clw but is looking for Web11BC.clw.
Clarion 10. Latest Nettalk and StringTheory
Thanks.
Jim
-
Disregard. Exported to .txa and imported under new name. Works perfectly. Not sure why that happens with certain demo apps.
-
This can happen when a project moves from an IDE set to Long names after an IDE set to Short names.
Just go to the Solution pad and remove all the short names from the list there.
cheers
Bruce
-
Thank you.