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