mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:59:21 +02:00
additional files
git-svn-id: trunk@7411 -
This commit is contained in:
parent
c9df107267
commit
4813f74001
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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.lfm svneol=native#text/plain
|
||||||
examples/treeview/tv_add_remove_u1.lrs svneol=native#text/pascal
|
examples/treeview/tv_add_remove_u1.lrs svneol=native#text/pascal
|
||||||
examples/treeview/tv_add_remove_u1.pas 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/index.html svneol=native#text/html
|
||||||
examples/turbopower_ipro/mainunit.lfm svneol=native#text/plain
|
examples/turbopower_ipro/mainunit.lfm svneol=native#text/plain
|
||||||
examples/turbopower_ipro/mainunit.lrs svneol=native#text/pascal
|
examples/turbopower_ipro/mainunit.lrs svneol=native#text/pascal
|
||||||
|
1309
examples/turbopower_ipro/imagebroken.xpm
Normal file
1309
examples/turbopower_ipro/imagebroken.xpm
Normal file
File diff suppressed because it is too large
Load Diff
26
examples/turbopower_ipro/readme
Normal file
26
examples/turbopower_ipro/readme
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user