NetTalk Central

Author Topic: Compile error in 7.07 NetSMPP.clw  (Read 2304 times)

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Compile error in 7.07 NetSMPP.clw
« 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

osquiabro

  • Hero Member
  • *****
  • Posts: 677
    • View Profile
    • Email
Re: Compile error in 7.07 NetSMPP.clw
« Reply #1 on: March 21, 2013, 11:20:26 AM »
do you have StringTheory in Global Extension??

http://www.capesoft.com/docs/NetTalk7/NetTalkHistory.htm

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Re: Compile error in 7.07 NetSMPP.clw
« Reply #2 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

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Re: Compile error in 7.07 NetSMPP.clw
« Reply #3 on: March 21, 2013, 11:16:58 PM »
Confirm.

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

Regards,
Matthew

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11192
    • View Profile
Re: Compile error in 7.07 NetSMPP.clw
« Reply #4 on: March 22, 2013, 06:58:00 AM »
just delete the

endcompile

statement

Cheers
Bruce