NetTalk Central

Author Topic: NT 14.01 compile error  (Read 797 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
NT 14.01 compile error
« on: August 17, 2023, 04:21:50 PM »
Unknown identifier: RF:INTERFACE - C:\Clarion11_13630\Accessory\libsrc\win\netwebsessions.Clw:108,50

NetSessionsQueue.iNetSessions.Save                  PROCEDURE ()
json  jsonclass
  code
  json.start()
  json.SetTagCase(jf:caseAsIs)
  json.Reflection.SetType('group','INETSESSIONS',rf:Interface) ! will automatically make it private | readonly
  Json.SetDontSaveBlanks(true)
  json.save(self,self.StateFileName.GetValue())   ! passing an object to jFiles treats it as a group. Reflection does the rest.
  return NET:OK

i have all templates updated

Jane

  • Sr. Member
  • ****
  • Posts: 349
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: NT 14.01 compile error
« Reply #1 on: August 17, 2023, 05:56:17 PM »
Reflection 1.24 - from the history:

"Add: Field type: rf:interface"

osquiabro

  • Hero Member
  • *****
  • Posts: 668
    • View Profile
    • Email
Re: NT 14.01 compile error
« Reply #2 on: August 18, 2023, 03:07:06 AM »
thanks jane, i just got carried away by the documentation