NetTalk Central

Author Topic: NT 7.37 and String Theory 2 compile errors  (Read 2074 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
NT 7.37 and String Theory 2 compile errors
« on: March 10, 2014, 04:33:24 PM »
Just upgraded to NT 7.37 (and Draw 2) and got a number of errors but found out that I needed to upgrade String Theory as well to v2.  Did that but now have a single compile error - see the attached picture.

The error is in the code viz:

StringTheory.Length Procedure() !,long

What's up?

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: NT 7.37 and String Theory 2 compile errors
« Reply #1 on: March 10, 2014, 09:15:59 PM »
fixed in the 2.02 build of StringTheory which is now up.

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: NT 7.37 and String Theory 2 compile errors
« Reply #2 on: March 10, 2014, 10:01:13 PM »
Thanks Bruce - ST 2.02 fixed error.

Now got this 'red' message saying that the web folder is out of date but I think there is a post about that - have to change a .js file - why is that?

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Jane

  • Sr. Member
  • ****
  • Posts: 354
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 7.37 and String Theory 2 compile errors
« Reply #3 on: March 10, 2014, 11:10:46 PM »
I just got that red banner error also tonight.. saying web folder is on 7.36 and needs to be on 7.37.
Which is strange, in that I was on 7.31 prior to the upgrade.

The netweb.js file in my libsrc\win\netweb\web\scripts folder is dated 3/07/2014 8:35AM, and has the line
;var NetTalkVersion = 7.36;

I edited that to 7.37 and ran the gzipall batch file, and the error went away.

Jane

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: NT 7.37 and String Theory 2 compile errors
« Reply #4 on: March 11, 2014, 12:17:48 AM »
Hi Jane

Ok, the good news is that the red error message has gone away.

The not-so-good bit is that I'm perplexed because when MikeR first reported this Bruce said:

'open c:\clarion9\accessory\libsrc\win\netweb\web\scripts\netweb.js
at the top change the version number from 7.36 to 7.37
Save.'

I did this and the red message stayed.  However, when I changed the netweb.js file in my app Web folder the problem went away. I don't understand the function of the file which Bruce referred to and I certainly don't copy that file to my production server.  So not sure what is happening.

Any ideas?

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: NT 7.37 and String Theory 2 compile errors
« Reply #5 on: March 11, 2014, 12:40:00 AM »
>> I did this and the red message stayed. 

you'd probably already edited the local netweb.js. In which case run copyall.bat and gzipall.bat in your app folder.

And of course, do as the message says, and press Ctrl-F5 on the address bar of your browser.

Cheers
Bruce