NetTalk Central

Author Topic: NT 11.30 & StringTheory 3.20 Errors Compiling  (Read 3266 times)

Johan de Klerk

  • Full Member
  • ***
  • Posts: 217
  • Johan de Klerk
    • View Profile
    • Designer Software
NT 11.30 & StringTheory 3.20 Errors Compiling
« 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
Clarion 10, NT 11.57

Johan de Klerk

  • Full Member
  • ***
  • Posts: 217
  • Johan de Klerk
    • View Profile
    • Designer Software
Re: NT 11.30 & StringTheory 3.20 Errors Compiling
« Reply #1 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.
Clarion 10, NT 11.57

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NT 11.30 & StringTheory 3.20 Errors Compiling
« Reply #2 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