NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on March 07, 2014, 05:52:01 AM

Title: Error with nT7.36. and StringTheory 2
Post by: oggy on March 07, 2014, 05:52:01 AM
After downloading and installing new patch(s): 7.36 for NT and 2.00 For StringTheory i have got numerous errors Invalid use of PRIVATE data...
 like this one in thise procedure...
! Flush all pending commands
NetImap.FlushCommands Procedure()
pn          equate('NetImap.FlushCommands')
  code
  self.Log(pn, '')
  self._bufferCommands = false                   
  self.SendAllData(self._commandBuffer.value) error posted on this line
  self._commandBuffer.Free()   

                   
?!?!?
Title: Re: Error with nT7.36. and StringTheory 2
Post by: Stu on March 07, 2014, 06:48:14 PM
Same.

Compile errors for me in pic.

[attachment deleted by admin]
Title: Re: Error with nT7.36. and StringTheory 2
Post by: Stu on March 07, 2014, 07:21:19 PM
Went back to NT 7.35, same error.

So I guess this is StringTheory :)
Title: Re: Error with nT7.36. and StringTheory 2
Post by: Bruce on March 07, 2014, 08:51:37 PM
See string theory docs (upgrading) for a temporary solution - i'll upload a new nettalk today.
Title: Re: Error with nT7.36. and StringTheory 2
Post by: Bruce on March 08, 2014, 01:35:08 AM
7.37 is up.
Title: Re: Error with nT7.36. and StringTheory 2
Post by: oggy on March 08, 2014, 02:10:21 AM
Problem solved, thanks.
Title: Re: Error with nT7.36. and StringTheory 2
Post by: Stu on March 09, 2014, 03:36:08 PM
Thanks Bruce.