![]() |
Delphi Update 2007
750 Mbyte über ISDN, man gibt es keine andere Möglichkeit das Update zu bekommen?
Delphi 2006 hat mir gerade wieder einmal die Komponentenbibliotheken zerschossen. Bei der Installation einer Komponente die Fehlermeldung "Der Procedureinsprungpunkt "@englib@nextts$qqrr1System@ansistringc wurde in der dll "Englib102002.bpl" nicht gefunden" Was will mir das sagen? Peter |
Re: Delphi Update 2007
Zitat:
Zitat:
|
Re: Delphi Update 2007
Zitat:
Wahrscheinlich ist Delphi bei mir wieder einmal zerschossen, fast mit jedem Installationsversuch macht eine neue Komponente Probleme. Peter |
Re: Delphi Update 2007
Schau doch mal ob die Bpl diesen Export enthält
|
Re: Delphi Update 2007
Zitat:
Delphi-Quellcode:
Irgendwas muss zerschossen sein, ich habe heute früh noch ein Projekt kompiliert und versandt, nach dem Wechseln auf ein
function nextts(var q:String;d:char;Trim: Boolean):String;
var i:integer; Begin if length(q)=0 then Begin result:='';exit; end; i:=pos(d,q); if i=0 then begin result:=q; q:=''; end else result := copy(q,1,i-1); delete(q,1,i); if trim then begin result := SysUtils.Trim(Result); q := SysUtils.Trim(q); end; end; anderes Projekt trat dieser Fehler auf. Peter |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:33 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz