NetTalk Central

Author Topic: PR29 - NetAll.clw compile error  (Read 3143 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
PR29 - NetAll.clw compile error
« 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
Real programmers use copy con newapp.exe

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: PR29 - NetAll.clw compile error
« Reply #1 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.

Real programmers use copy con newapp.exe

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: PR29 - NetAll.clw compile error
« Reply #2 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