Re: Warnings and error when running Formatted Text.rbp of FTC V1
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Tue, 21 Oct 2008 09:51:56 -0500
Patrick Santoni wrote:
FIRST/ SSCESpellChecker error due to use of FTC without Plugin
Spelling text. It will be a good idea to avoid these 21 errors when
you don’t use adequat plugin of spelling rather than to destroy by
hand in the code the calls to SSCESpellChecker.
This is a non-issue. The FTC is not dependent on any particular
spell checker and you won't get any errors based on the lack of
the SSCE plugin in your own projects. In the "demo" project I use
the SSCE plugin outside of the FTC code in the TestWindow. To make
the demo project compile, download SSCE plugin and put it in your
plugins folder. It is fully functional in the debugger, but won't
provide results for compiled applications (you need a license).
http://www.truenorthsoftware.com/SpellCheckUtilities/SpellCheckUtilities.html
SECUND/ the rest are warnings (409). so it will be necessary to
avoid these warnings to consolidate the code of FTC. I think in the
next release of RB some of these warnings will became errors.
There are no known issues with the FTC concerning
any depreciated functionality. The FTC is very clean in this
respect. What you are seeing is what I call "noise" from the
compiler. It is complaining about things like float to integer
conversions and potential loss of precision etc.
FTC Website:
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- References:
- Warnings and error when running Formatted Text.rbp of FTC V1
- From: patrick santoni
Other related posts:
- » Warnings and error when running Formatted Text.rbp of FTC V1
- » Re: Warnings and error when running Formatted Text.rbp of FTC V1
- Warnings and error when running Formatted Text.rbp of FTC V1
- From: patrick santoni