additional files

git-svn-id: trunk@7411 -
This commit is contained in:
jesus 2005-07-23 21:04:34 +00:00
parent c9df107267
commit 4813f74001
3 changed files with 1336 additions and 0 deletions

1
.gitattributes vendored
View File

@ -730,6 +730,7 @@ examples/treeview/tv_add_remove.lpi svneol=native#text/plain
examples/treeview/tv_add_remove_u1.lfm svneol=native#text/plain
examples/treeview/tv_add_remove_u1.lrs svneol=native#text/pascal
examples/treeview/tv_add_remove_u1.pas svneol=native#text/pascal
examples/turbopower_ipro/imagebroken.xpm -text svneol=native#image/x-xpixmap
examples/turbopower_ipro/index.html svneol=native#text/html
examples/turbopower_ipro/mainunit.lfm svneol=native#text/plain
examples/turbopower_ipro/mainunit.lrs svneol=native#text/pascal

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,26 @@
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