NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Compile error in 7.07 NetSMPP.clw
« previous
next »
Print
Pages: [
1
]
Author
Topic: Compile error in 7.07 NetSMPP.clw (Read 3669 times)
Larry Sand
Full Member
Posts: 101
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
Logged
osquiabro
Hero Member
Posts: 687
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
Logged
Larry Sand
Full Member
Posts: 101
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
Logged
Matthew
Full Member
Posts: 137
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
Logged
Bruce
Global Moderator
Hero Member
Posts: 11244
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
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Compile error in 7.07 NetSMPP.clw