NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on May 16, 2014, 10:35:18 AM

Title: 8.11 compile errors
Post by: broche 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
Title: Re: 8.11 compile errors
Post by: DonRidley on May 16, 2014, 12:55:44 PM
Make sure you installed String Theory 2.05.  Some of the methods have been changed.

Don
Title: Re: 8.11 compile errors
Post by: broche on May 16, 2014, 01:46:31 PM
Thanks - that was it.