NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ccordes on August 23, 2010, 08:10:51 AM

Title: PR29 - NetAll.clw compile error
Post by: ccordes on August 23, 2010, 08:10:51 AM
Can someone check this out for me?
Just uninstalled and reinstalled everything from C7.2 through all my templates etc.
Compiled my data dll and got a string not terminated error in NetAll.clw ...
I fixed (changed) it and compiled fine then realized that NetAll isn't my source
Here are the lines I changed Lines 357 - 368 from NetAll.clw
======================================
compile ('**-**', _VER_C73)
    if FoundClarionVersion_# = false
      FoundClarionVersion_# = true
      self.Log ('', ' ('NetTalk (Object) using Clarion 7.3')
    end
  **-**
  compile ('**-**', _VER_C72)
    if FoundClarionVersion_# = false
      FoundClarionVersion_# = true
      self.Log ('', ' ('NetTalk (Object) using Clarion 7.2')
    end
  **-**
===========================================
I took out the " (' " in self.Log ('', ' ('NetTalk (Object) using Clarion 7.2')

Should I have changed these or is there something that was supposed to be there, and has anyone else seen this?

Thanks
chris
Title: Re: PR29 - NetAll.clw compile error
Post by: ccordes on August 24, 2010, 07:22:31 AM
 ??? I'm a little puzzled - Is this only on my machine? Has anyone else seen this?
Because of my other weird problems, I'm questioning my 'fix' of this problem.

Title: Re: PR29 - NetAll.clw compile error
Post by: Bruce on August 24, 2010, 10:10:08 AM
commenting out the lines is fine - it's just a side effect of C7.3 and the current pre-release.
It's been sorted out for the next build.

cheers
Bruce