NetTalk Central

Author Topic: 8.11 compile errors  (Read 1858 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
8.11 compile errors
« on: May 16, 2014, 10:35:18 AM »
NT 8.11
CL 9.0

Just updated and get

Field not found: _DATAEND - C:\Program Files (x86)\SoftVelocity\Clarion9\accessory\libsrc\win\NetWeb.Clw:4151,16
Field not found: GETBUFFERLENGTH - C:\Program Files (x86)\SoftVelocity\Clarion9\accessory\libsrc\win\NetWeb.Clw:4146,76

The line below gives unknown function label
loc:result = OS_ReadFile(loc:hFile, p_Buffer.GetValuePtr(), p_Buffer.GetBufferLength(), loc:BytesRead, 0)

In NetWeb.clw

Compiled Accounts example and get the same error?

Brian
Brian

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: 8.11 compile errors
« Reply #1 on: May 16, 2014, 12:55:44 PM »
Make sure you installed String Theory 2.05.  Some of the methods have been changed.

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: 8.11 compile errors
« Reply #2 on: May 16, 2014, 01:46:31 PM »
Thanks - that was it.
Brian