NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Larry Sand on March 21, 2013, 10:23:57 AM

Title: Compile error in 7.07 NetSMPP.clw
Post 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
Title: Re: Compile error in 7.07 NetSMPP.clw
Post by: osquiabro on March 21, 2013, 11:20:26 AM
do you have StringTheory in Global Extension??

http://www.capesoft.com/docs/NetTalk7/NetTalkHistory.htm
Title: Re: Compile error in 7.07 NetSMPP.clw
Post by: Larry Sand on March 21, 2013, 01:28:28 PM
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
Title: Re: Compile error in 7.07 NetSMPP.clw
Post by: Matthew on March 21, 2013, 11:16:58 PM
Confirm.

I have the same compile error and also hav StringTheory in Global Extension.

Regards,
Matthew
Title: Re: Compile error in 7.07 NetSMPP.clw
Post by: Bruce on March 22, 2013, 06:58:00 AM
just delete the

endcompile

statement

Cheers
Bruce