20080301 release: Minor adjustments to converters; expanded notes to help users who are new to Lazarus.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2008-03-02 20:26:09 +00:00
parent aa59048ed7
commit e08f7104d0
10 changed files with 141 additions and 23 deletions

View File

@ -4,6 +4,13 @@ program TestRtfDoc;
Test program for RtfDoc unit.
}
{$IFDEF FPC}
{$MODE Delphi}
{$ELSE}
{$APPTYPE CONSOLE}
{$ENDIF}
{$R+,Q+}
uses
SysUtils,
RtfPars, {Free Pascal unit with TRtfParser class and rtf constants}