Delphi-PRAXiS
Seite 1 von 3  1 23      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   SynEdit verlangt VCL50.bpl - woher bekommen? (https://www.delphipraxis.net/179066-synedit-verlangt-vcl50-bpl-woher-bekommen.html)

DelphiProgrammer 12. Feb 2014 14:59

SynEdit verlangt VCL50.bpl - woher bekommen?
 
Hi,

ich bin gerade bei der Installation von SynEdit.
Beim Compilieren dieser Komponente ernte ich eine
Fehlermeldung:
Code:
[Fataler Fehler] SynEdit_D5.dpk(30): E2202 Package 'vcl50' wird benötigt, konnte aber nicht gefunden werden
Woher bekomme ich dieses Package?

LG Christopher

DeddyH 12. Feb 2014 15:07

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Indem Du Dir Delphi 5 besorgst, wenn Du schon dessen Package zu installieren versuchst.

DelphiProgrammer 12. Feb 2014 15:10

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Zitat:

Zitat von DeddyH (Beitrag 1247584)
Indem Du Dir Delphi 5 besorgst, wenn Du schon dessen Package zu installieren versuchst.

Brauche ich dafür unbedingt D5?
Ich will eigendlich ja nur synEdit installieren :(

baumina 12. Feb 2014 15:18

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Bei jeder Installation eines Delphi-Packages ist darauf zu achten, dass für die jeweilige Delphi-Version das dafür vorgesehene Package installiert wird. Du versuchst das synEdit-Package für Delphi 5 zu installieren, welches wohl nicht deiner aktuell benutzten Delphi-Version entspricht.

Also schaue welche Delphi-Version du hast und suche dir das dementsprechende Package der Komponente aus, die du installieren magst.

DeddyH 12. Feb 2014 15:18

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Aber SynEdit_D5.dpk ist für Delphi 5, wie der Name schon sagt. Gibt es denn kein Package für Deine Delphi-Version?

DelphiProgrammer 12. Feb 2014 15:26

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Zitat:

Zitat von DeddyH (Beitrag 1247598)
Aber SynEdit_D5.dpk ist für Delphi 5, wie der Name schon sagt. Gibt es denn kein Package für Deine Delphi-Version?

Doch :D
Habs jetzt mit der für D2005 gemacht jedoch auch ein Fehler:
Code:
[Fataler Fehler] SynEdit_D2005.dpk(32): E2202 Package 'SynEdit_R2005' wird benötigt, konnte aber nicht gefunden werden
was ist denn SynEdit_R2005?
Etwa noch ein Package?

baumina 12. Feb 2014 15:28

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Normalerweise ist bei solch Installations-Packages eine ReadMe dabei, die einem sagt was wo wann und wie zu installieren ist. Ist denn da keine Textdatei dabei, die dir da weiterhilft?

DeddyH 12. Feb 2014 15:29

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
SynEdit_R2005 -> Runtime-Package (zuerst installieren)
SynEdit_D2005 -> Designtime-Package (greift auf die Runtime zu)

DelphiProgrammer 12. Feb 2014 15:30

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Zitat:

Zitat von baumina (Beitrag 1247601)
Normalerweise ist bei solch Installations-Packages eine ReadMe dabei, die einem sagt was wo wann und wie zu installieren ist. Ist denn da keine Textdatei dabei, die dir da weiterhilft?

Doch aber da steht dazu nix drin..
Oder hab ich was übersehen?

Code:
Unicode SynEdit
===============

This is the Unicode version of SynEdit, a syntax highlighting editor that had
originally been designed for ANSI character sets.

For the available information check out the "Unicode SynEdit" Web-site at:

  http://mh-nexus.de/en/unisynedit.php

The ANSI version of SynEdit is located at:

  http://synedit.sourceforge.net

The SynEdit project has also a page at SourceForge

  http://sourceforge.net/projects/synedit

where you may find additional information.

Installation note: The Unicode and ANSI version of SynEdit may not be used
together on the same system. If you used ANSI SynEdit before delete every DCU
and BPL it created. Also make sure your library/source path in the environment
options is set correctly.

To get started check out the different examples. If you have questions, please
subscribe to the SynEdit user list and ask there, if you want to hack SynEdit
you should subscribe to the SynEdit developer list. General feedback and
suggestions or fixes are welcome.

There is no documentation yet, help in this area is especially welcome!

CVS access
----------

CVSROOT is:
:pserver:anonymous@synedit.cvs.sourceforge.net:/cvsroot/synedit

To get Unicode SynEdit you have to choose the tag/branch:
Unicode_2004_08_31

Note that the date stamp included above was the date when the branch was made
and does not have any correlation with the latest release date, i.e. you will
always get the latest version using the branch above.

Historical Note
---------------

SynEdit has been started as an attempt to continue the no longer maintained
sources of the mwEdit project.The last public version 0.92a of mwEdit can be
found at the SynEdit website in the download section.
The mwEdit project was started in 1998 by Martin Waldenburg, aim was to produce
a syntax highlighting editor component for an Open Source IDE. In the 15 months
that mwEdit was developped in public Martin was increasingly dissatisfied with
the direction the development of mwEdit took, so he finally requested that his
name and initials had to be removed from the project.
Therefore this is now called SynEdit, and it is an Open Source project under the
MPL (Mozilla Public License, but see the individual source files for the terms).
There would however be no such project if Martin had not started to develop
mwEdit, so we would like to thank Martin Waldenburg for his efforts, and of
course all the other developers of the mwEdit project.

$Id: Readme.txt,v 1.3.2.2 2008/11/08 15:48:34 maelh Exp $

DelphiProgrammer 12. Feb 2014 15:32

AW: SynEdit verlangt VCL50.bpl - woher bekommen?
 
Zitat:

Zitat von DeddyH (Beitrag 1247602)
SynEdit_R2005 -> Runtime-Package (zuerst installieren)
SynEdit_D2005 -> Designtime-Package (greift auf die Runtime zu)

Ich hab aber in dem Packages-Ordner nur die SynEdit_D2005
Sollte die dabei sein?


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:21 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