NetTalk Central

Author Topic: NT 7.14 and compile errors  (Read 2949 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
NT 7.14 and compile errors
« on: July 04, 2013, 03:56:01 PM »
I have just updated from NT7.0 to NT7.14 and got the following compile error on an application:

Error: Cannot call procedure as a function.

The code in question started with this:

packet = clip(packet) & p_web.Script('startCountDown('& int(

and was pointing to 'startCountDown'.  This app compile and ran ok with 7.0

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: NT 7.14 and compile errors
« Reply #1 on: July 04, 2013, 04:14:53 PM »
Read the history notes for NTW. A change was made a couple of builds ago and the notes explain how to fix.

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: NT 7.14 and compile errors
« Reply #2 on: July 04, 2013, 09:13:47 PM »
Thanks Kevin, got the latest String Theory too and now all is ok.

Lesson learned - keep the versions up to date.

Cheers

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27