lazarus/examples/turbopower_ipro
jesus fd3d6a4a2b tpipro example update
git-svn-id: trunk@8228 -
2005-11-26 21:26:06 +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 tpipro example update 2005-11-26 21:26:06 +00:00
mainunit.lrs tpipro example update 2005-11-26 21:26:06 +00:00
mainunit.pas tpipro example update 2005-11-26 21:26:06 +00:00
readme additional files 2005-07-23 21:04:34 +00:00
simplepage2.html added example for ipro component 2004-05-25 20:19:37 +00:00
tpiproexample.lpi tpipro example update 2005-11-26 21:26:06 +00:00
tpiproexample.lpr added example for ipro component 2004-05-25 20:19:37 +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. Open test project tpiproexample.lpi

4. [OPTIONAL] if step 2 is done:

   4a.	Add JpegForLazarus package requeriment to the sample
        [menu]->Project->Project Inspector->Add->New Requirement

	and then select from the Package name list JPEGForLazarus
   
   4b.  Uncomment the line LazJpeg, in the uses clause of the
        main unit

5. Run