The reason I ask is that I keep getting a template listed as:
#!=============================================================================================================
#Template(NetTalk,'CapeSoft NetTalk - Version5.00 pr23'),Family('cw20'),Family('ABC')
#!=============================================================================================================
#!
#! CapeSoft NetTalk Template Copyright (c) 2000-2010 by CapeSoft Software (
www.capesoft.com)
#!
Showing when I download and install the current Main Install for 6.3 build 9055
If this is the new PR24, then it is still giving me the same make error on Web Server Example # 3 .
Please let me know in the event I'm missing something important.
Thanks in advance.
Brian
6.3 9055
PS The routine that is giving me the error is listed below:
! ----------------------------------------------------------------------------------------
value::MAI:SizeLimit Routine
data
loc:extra String(256)
loc:disabled String(20)
loc:FormOk Long(1)
loc:options String(OptionsStringLen) ! options for jQuery calls
loc:fieldClass String(255)
loc:javascript String(JavascriptStringLen)
code
if false
else
packet = clip(packet) & p_web._DivHeader('MAI:SizeLimit_'&MAI:MailBoxNumber,,net:crc)
loc:total[4] = loc:total[4] + p_web.dformat(clip(format(MAI:SizeLimit,@n14) & ' Kb'))
packet = clip(packet) & format(MAI:SizeLimit,@n14) & ' Kb',0
End
packet = clip(packet) & p_web._DivFooter(Net:NoSend)
if loc:eip = 1
do SendPacket
end! ----------------------------------------------------------------------------------------