NetTalk Central

Author Topic: Compile errors  (Read 1529 times)

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
Compile errors
« on: May 19, 2014, 08:46:34 AM »
Hi All,

I was having this problem before 8.11 but updating to 8.11 hasn't fixed it. ...using C9.0.

Compiling my wizarded app or any of the example apps, I get errors in NetWeb.Clw:

NetWebServerWorker.Sendstring  PROCEDURE (.....)
   self.SendString(p_DataString.FieldGetValuePtr(),p.....)   - No matching prototype
                                    - Unknown function label
                                    - Field not found: GETVALUEPTR

I'm getting the same error wherever SendString is called.

also getting the same errors for self._ParseSettings and other procedure calls.

I'm guessing it's not finding an include file but I don't know which one.

Thanks for any help

Alan
Alan Schoolcraft

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
Re: Compile errors - Resolved
« Reply #1 on: May 19, 2014, 09:10:10 AM »
Sorry guys, I figured it out -  needed to update StringTheory
Alan Schoolcraft