Einzelnen Beitrag anzeigen

NiNj4sTy1e

Registriert seit: 22. Dez 2008
10 Beiträge
 
Delphi 7 Personal
 
#1

Probleme bei der Installation von Comport Lib, Delphi 7

  Alt 1. Jan 2012, 15:24
Hallo,

ich habe ein Problem bei der Installation von Comport4.11. Ich habe nun schon mehrfach versucht das Teil zu installieren, immer bis meine Geduld am Ende war und ich meinen Rechner mit wilden Beschimpfungen überhäuft habe

Wäre echt sehr nett wenn mir jemand hier weiterhelfen könnte. Ich bin mit meinem Latein am
Ende.

Ich habe unter Tools > Environment Options > Library bei Library path folgendes angegeben:
D:\Program Files (x86)\Borland\Delphi7\Lib\Comport4.11\Source

bzw.

E:\Comport4.11\Source auch den probiert

Wenn ich die CPortLib7.dpk oder DsgnCPort7.dpk kompilieren will kommt immer ein Fehler:

requires
vcl,
rtl,
vclx;

bzw. :


requires
vcl,
CPortLib7,
designide;

also findet Delphi diese Dateien nicht, die es zum kompilieren benötigt. Aber wie kann ich es richtig machen?


Zitat aus dem README:


5. Package names
--------------------------------------------------------------------------------
Design-Time Source Run-Time Source
---------------- ---------------

Delphi 7 DsgnCPort7.dpk CPortLib7.dpk

6. Installation
--------------------------------------------------------------------------------
Remove all previously installed files of ComPort Library (TComPort
component). Create a new folder under Delphi directory and extract
Sources zip file into new folder. Add to the Library Path the new
ComPort folder (Tools-Environment Options-Library-Library Path).


For Delphi 3, 4, 5, 6, 7, 2005 & C++ Builder 4, 5, 6:
(C++ Builder users also need to read the C++ Builder notes)

Use "File/Open" menu item in Delphi/C++ Builder IDE to open
ComPort run-time package source file (see above). Click "Compile"
button in Package window to compile the library. Now move run-time
package library file or files (see above) from ComPort folder to a
folder that is accessible through the search PATH (e.g. WinNT\System32).

Now you have to install design-time package. Use File/Open menu item
to open design-time package source file (see above). Click "Compile"
button in Package window to compile the package and "Install" button
to register ComPort into the IDE. ComPort components appear in
"CPortLib" page of component pallete. If it complains that it
can't install it because it can't find a library, you probably
did not put the run-time package in the search path. You might
not get this error until the next time you try to start
Delphi/C++ Builder.

Note: Do not save packages under Delphi/C++ Builder IDE.



Wie schon gesagt, wäre super wenn mir jemand helfen kann, für mein nächstes Projekt ist der Comport unerlässlich.

DANKE!

mfg

Nils

Außerdem wünsche ich euch allen einen guten und gesunden Start ins neue Jahr.
  Mit Zitat antworten Zitat