NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Larry Sand on March 21, 2013, 10:23:57 AM
-
There's a EndCompile string left in the code in the CUnbind.EncodeBody method:
CUnbind.EncodeBody Procedure (*StringTheory pby)!, virtual
code
parent.EncodeBody(pby)
pby.SetValue(self.buffer.GetValue())
EndCompile
Larry Sand
-
do you have StringTheory in Global Extension??
http://www.capesoft.com/docs/NetTalk7/NetTalkHistory.htm
-
I do have the extension.
The NetTalk classes make use of this structure for logging:
compile ('EndCompile', NETTALKLOG=1)
!log some stuff.
EndCompile
However, there's no matching compile() directive in scope.
Larry Sand
-
Confirm.
I have the same compile error and also hav StringTheory in Global Extension.
Regards,
Matthew
-
just delete the
endcompile
statement
Cheers
Bruce