NetTalk Central

Author Topic: Error with nT7.36. and StringTheory 2  (Read 3933 times)

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Error with nT7.36. and StringTheory 2
« 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()   

                   
?!?!?

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Error with nT7.36. and StringTheory 2
« Reply #1 on: March 07, 2014, 06:48:14 PM »
Same.

Compile errors for me in pic.

[attachment deleted by admin]
Cheers,

Stu Andrews

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Error with nT7.36. and StringTheory 2
« Reply #2 on: March 07, 2014, 07:21:19 PM »
Went back to NT 7.35, same error.

So I guess this is StringTheory :)
Cheers,

Stu Andrews

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Error with nT7.36. and StringTheory 2
« Reply #3 on: March 07, 2014, 08:51:37 PM »
See string theory docs (upgrading) for a temporary solution - i'll upload a new nettalk today.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Error with nT7.36. and StringTheory 2
« Reply #4 on: March 08, 2014, 01:35:08 AM »
7.37 is up.

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Re: Error with nT7.36. and StringTheory 2
« Reply #5 on: March 08, 2014, 02:10:21 AM »
Problem solved, thanks.

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Error with nT7.36. and StringTheory 2
« Reply #6 on: March 09, 2014, 03:36:08 PM »
Thanks Bruce.
Cheers,

Stu Andrews