NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on July 04, 2013, 03:56:01 PM

Title: NT 7.14 and compile errors
Post by: Keith 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
Title: Re: NT 7.14 and compile errors
Post by: kevin plummer 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.
Title: Re: NT 7.14 and compile errors
Post by: Keith 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