Delphi-PRAXiS
Seite 1 von 3  1 23      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   FreePascal (https://www.delphipraxis.net/74-freepascal/)
-   -   Indy (https://www.delphipraxis.net/149405-indy.html)

DosedELITE 20. Mär 2010 18:02


Indy
 
Guten Tag,

wie fügt man Indy zu Lazarus hinzu? Ich suche jetzt schon seid Stunden danach, nur find nichts passendes...

Teekeks 20. Mär 2010 18:23

Re: Indy
 
Bei Google das erste Ergebniss bei Suche nach "Indy Lazarus":
http://wiki.lazarus.freepascal.org/Indy_with_Lazarus/de
Sehr viel kannst du ja nicht gesucht haben...

DosedELITE 20. Mär 2010 18:25

Re: Indy
 
Zitat:

Installationsanleitung

von Matthijs Die Unterstützung von Indy ist zwar noch nicht perfekt, aber wenn Sie es dennoch probieren wollen: Hier die Anleitung zur Installation in Lazarus.

* indysystemlaz.lpk öffnen uns kompilieren
* indycorelaz.lpk öffnen und kompilieren
* indyprotocolslaz.lpk öffnen und kompilieren
* dclindycorelaz.lpk öffnen, kompilieren und installieren
* dclindyprotocolslaz.lpk öffnen, kompilieren und installieren

Danach: Lazarus neu erstellen. Anschließend werden 15 Tabs mit Indy-Komponenten (in Lazarus) angezeigt.
Die dateien existieren nicht...

Teekeks 20. Mär 2010 18:26

Re: Indy
 
Schau hier...

DosedELITE 20. Mär 2010 18:29

Re: Indy
 
da ist es nicht dinne...

Teekeks 20. Mär 2010 18:35

Re: Indy
 
Dann nimm halt einfach die indylaz.lpk in dem Unterordner lazarus bei dem Archiv.

DosedELITE 20. Mär 2010 18:39

Re: Indy
 
Dann kommt:

"Das Package "indy..." konnte nicht komplimiert weerden..."

Teekeks 20. Mär 2010 18:40

Re: Indy
 
Jo stell ich auch gerade fest, ich Probiere mal Rum...
EDIT:
Zitat:

Zitat von README:
Installation Instructions

If you have a RPM-based distribution (such as Fedora or Mandravia) and you
install FreePascal as root, we recommend using the Indy RPM. As a user, setup
your user account to build RPM's with the advice from
http://www.rpm.org/hintskinks/buildtree/ and then use the makeindyrpm.sh script
to build the Indy RPM's. Then install the indy-fpc and indy-fpc-src RPM's that
you created. We do NOT distribute precompiled Indy RPM binaries. We do permit
others to build RPM's for distribution.

If you have a Debian-based Linux distribution and you have installed Free
Pascal as a Debian package, you can make .deb packages with "chmod 755
fpc/debian/rules", "dpkg-buildpackag -rfakeroot" and than install them with
"dpkg -install indy*.deb".

Otherwise, do the following:

Change directory to "fpc" and run "make all". If you are using
Windows, you must use the GNU BinUtils Make program that is included in most
FreePascal distributions.

Run "make all" followed by "make install" from the fpc directory. You may
be able to specify an install prefix by adding "INSTALL_PREFIX=fpcbasedir".

If you are running Lazarus, you may install the design-time package into
Lazarus. Just open, compile, and install the indylaz.lpk file located in the
lazarus directory. Those design-time packages have not been tested yet.

You probably should read the Development Tutorial (aka Build FAQ) at
http://www.stack.nl/~marcov/buildfaq.pdf for more information about the
FreePascal build process.

In your programs, you should have the following in your main program file:

{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}

defined as the first entry in your uses clause. Then when compiling, use the
"-dUseCThreads" parameter. This is important on Unix systems because Indy uses
multithreading in most servers and in some client components.


DosedELITE 20. Mär 2010 18:41

Re: Indy
 
Das ist nämlich mein problem und ich kenn mich mit Lazarus nicht aus, obwohl ichs geil finde^^.

omata 20. Mär 2010 19:01

Re: Indy
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hier mal die Version, die ich bei mir zum Laufen gebracht habe...


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:53 Uhr.
Seite 1 von 3  1 23      

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz