lazarus/examples/turbopower_ipro
mattias 7b88b53b94 fixed examples compilation
git-svn-id: trunk@16358 -
2008-09-01 20:00:14 +00:00
..
defaultimage.lrs tpipro example update 2005-11-26 21:26:06 +00:00
defaultimage.xpm tpipro example update 2005-11-26 21:26:06 +00:00
index.html Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +00:00
mainunit.lfm turbopower ipro example: fixed compilation 2008-04-05 12:43:47 +00:00
mainunit.lrs turbopower ipro example: fixed compilation 2008-04-05 12:43:47 +00:00
mainunit.pas fixed examples compilation 2008-09-01 20:00:14 +00:00
readme.txt added .txt extension 2008-07-22 11:08:32 +00:00
simplepage2.html added example for ipro component 2004-05-25 20:19:37 +00:00
tpiproexample.lpi fixed examples compilation 2008-09-01 20:00:14 +00:00
tpiproexample.lpr remove Jpeg4Lazarus from all svn files dependencies 2007-12-07 03:03:52 +00:00

This directory contains a program to test package 
TurboPower Internet Professional, in order to run 
this test follow this steps:

1. Install package turbopoweripro.lpk
   located in directory $LazarusDir/components/turbopower_ipro.
   
2. [OPTIONAL RECOMMENDED] To add jpeg picture format support,
   Install package JpegForLazarus.lpk
   located in directory $LazarusDir/components/jpeg.
   
3. [OPTIONAL] To add print preview support to project sample
   install package Printer4Lazarus.lpk
   located in directory $LazarusDir/components/printers

4. Open test project tpiproexample.lpi

5. [OPTIONAL] if step 2 is done then do:

   5a.	Add JpegForLazarus package requeriment to the sample
        [menu]->Project->Project Inspector->Add->New Requirement
        and then select "JPEGForLazarus" from the Package name list.
        
   5b.	Enable this feature by editing compiler define at top of main
        unit from {.$define UseJPEG} to {$define UseJPEG}.
        
6. [OPTIONAL] if step 2 is done then do:

   6a.	Add Printer4Lazarus package requeriment to the sample
        [menu]->Project->Project Inspector->Add->New Requirement
        and then select "Printer4Lazarus" from the Package name list.
        
   6b.	Enable this feature by editing compiler define at top of main
        unit from {.$define UsePreview} to {$define UsePreview}.

7. Run