lazarus/examples/turbopower_ipro
2005-07-25 09:12:19 +00:00
..
imagebroken.xpm additional files 2005-07-23 21:04:34 +00:00
index.html Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +00:00
mainunit.lfm Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +00:00
mainunit.lrs Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +00:00
mainunit.pas Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +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 added to Contributors.txt Christopher Kirkpatrick 2005-07-25 09:12:19 +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