[blogBuddy-devel] 0.5 and spellCheck
Status: Beta
Brought to you by:
oddsson
|
From: j t. <tho...@ho...> - 2001-11-20 11:00:44
|
Are there any plans when version 0.5 is to be released? The spellcheck function is working, but it needs some more work and testing. And there is a small error in the XM-RPC lib that needs to be fixed. This is the problem in the XML_RPC code: if (FLastTag = 'I4') then TStruct(FStack.Peek).LoadRawData(dtDate,FName,dat); The correct code: if (FLastTag = 'I4') then TStruct(FStack.Peek).LoadRawData(dtInteger,FName,dat); -- jt _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |