NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan de Klerk on February 26, 2020, 01:31:36 AM

Title: NT 11.30 & StringTheory 3.20 Errors Compiling
Post by: Johan de Klerk on February 26, 2020, 01:31:36 AM
Hi Bruce,

Updated to NT 11.30 yesterday.
Compiling my app today lots of errors:
1) No matching prototype available - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:228
StringTheory.Append Procedure(string newValue, long pClip = false, <string pSep>)
2) Unknown procedure label - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:230,3
self.Append(newValue,pClip,pSep)
3) Field not found: APPEND - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:230,8
self.Append(newValue,pClip,pSep)
4) Unknown identifier: NEWVALUE - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:236,38
if band(pClip,st:NoBlanks) > 0 and newValue = '' then return.
5) Unknown identifier: PCLIP - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:236,11
if band(pClip,st:NoBlanks) > 0 and newValue = '' then return.
6) Unknown identifier: SELF - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:239,6
if self._DataEnd < 1

and lots more

Regards

Johan de Klerk
Title: Re: NT 11.30 & StringTheory 3.20 Errors Compiling
Post by: Johan de Klerk on February 26, 2020, 01:38:44 AM
Weird.

StringTheory 3.20 was installed and showed in my Global Extensions.

Re-Installed StringTheory 3.20 and all errors gone.
Title: Re: NT 11.30 & StringTheory 3.20 Errors Compiling
Post by: Bruce on February 26, 2020, 09:12:10 AM
you probably installed the new Draw 4 as well.
That install had an old StringTheory.clw file in it.
I've fixed that build, but indeed re-installing StringTheory would fix it.

cheers
Bruce