NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
??? 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.
-
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