Autor Beitrag
hui1991
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 433

Windows XP, WIndows Vista
Turbo Delphi Explorer| Delphi, PHP,Blitzbasic
BeitragVerfasst: So 04.06.06 21:11 
Aus irgendeinem Grund macht bei mir die JCL Installation über 50 Errors.

ausblenden volle Höhe Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
Building demo projects...


Building AlgorithmsExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe AlgorithmsExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
AlgorithmsExampleMain.pas(14) Fatal: File not found: 'JclContainerIntf.dcu'

Building ApiHookExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ApiHookExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ApiHookDemoMain.pas(32) Fatal: File not found: 'JclPeImage.dcu'

Building AppInstExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe AppInstExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
AppInstDemoMain.pas(7) Fatal: File not found: 'JclAppInst.dcu'

Building ConsoleExamples.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ConsoleExamples.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ConsoleExamples.dpr(12) Fatal: File not found: 'JclConsole.dcu'

Building CreateProcAsUserExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe CreateProcAsUserExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
CreateProcAsUserDemoMain.pas(45) Fatal: File not found: 'JclMiscel.dcu'

Building DependView.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe DependView.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
G:\Download\JCL1~1.97-\jcl\examples\windows\delphitools\Common\ToolsUtils.pas(34) Fatal: File not found: 'JclFileUtils.dcu'

Building EDICOMExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe EDICOMExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
1197 lines, 0.31 seconds, 381816 bytes code, 7925 bytes data.

Building EDISDK.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe EDISDK.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
JclEDICOM_ANSIX12.pas(39) Fatal: File not found: 'JclEDI.dcu'

Building ExprEvalExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ExprEvalExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
G:\Download\JCL1~1.97-\jcl\source\common\JclExprEval.pas(44) Fatal: File not found: 'JclBase.dcu'

Building FramesTrackExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe FramesTrackExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
FramesTrackDemoMain.pas(42) Fatal: File not found: 'JclDebug.dcu'

Building HashingExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe HashingExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
HashingExampleMain.pas(83) Fatal: File not found: 'JclContainerIntf.dcu'

Building JEDISoftLinks.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe JEDISoftLinks.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
SoftLinkDragDropHandler.pas(20) Fatal: File not found: 'JclBase.dcu'

Building LanManExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe LanManExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
LanManDemoMain.pas(61) Fatal: File not found: 'JclLANMan.dcu'

Building ListExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ListExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ListExampleMain.pas(100) Fatal: File not found: 'JclContainerIntf.dcu'

Building LocalesExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe LocalesExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
LocalesDemoMain.pas(12) Fatal: File not found: 'JclBase.dcu'

Building MapiExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe MapiExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
MapiDemoMain.pas(7) Fatal: File not found: 'JclMapi.dcu'

Building MidiOutExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe MidiOutExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
MidiOutExampleMain.pas(10) Fatal: File not found: 'JclMIDI.dcu'

Building MultiMediaExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe MultiMediaExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
MultimediaDemoMain.pas(9) Fatal: File not found: 'JclMultimedia.dcu'

Building NtSvcExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe NtSvcExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
NtSvcDemoMain.pas(9) Fatal: File not found: 'JclSvcCtrl.dcu'

Building PCREDemo.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe PCREDemo.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
PCREDemoMain.pas(8) Fatal: File not found: 'JclPCRE.dcu'

Building PeFuncExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe PeFuncExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
PeFuncDemoMain.pas(45) Fatal: File not found: 'JclPeImage.dcu'

Building PeViewer.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe PeViewer.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
PeViewerMain.pas(34) Fatal: File not found: 'JclPeImage.dcu'

Building QClipLineDemo.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QClipLineDemo.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
QClipLineDemoMain.pas(16) Fatal: File not found: 'JclGraphUtils.dcu'

Building QEnvironmentExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QEnvironmentExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
QEnvironmentExampleMain.pas(7) Fatal: File not found: 'JclSysInfo.dcu'

Building QExprEvalExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QExprEvalExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
G:\Download\JCL1~1.97-\jcl\source\common\JclExprEval.pas(44) Fatal: File not found: 'JclBase.dcu'

Building QNumFormatExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QNumFormatExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
QNumFormatExampleMain.pas(8) Fatal: File not found: 'JclSysUtils.dcu'

Building QPCREDemo.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QPCREDemo.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
QPCREDemoMain.pas(8) Fatal: File not found: 'JclPCRE.dcu'

Building QRTTIDemo.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe QRTTIDemo.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
QRTTIDemoMain.pas(36) Fatal: File not found: 'JclSysUtils.dcu'

Building ReadMailExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ReadMailExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ReadMailDemoMain.pas(7) Fatal: File not found: 'JclMapi.dcu'

Building RegistryExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe RegistryExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
RegistryDemoMain.pas(8) Fatal: File not found: 'JclRegistry.dcu'

Building ResFix.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ResFix.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ResFixMain.pas(37) Fatal: File not found: 'JclPeImage.dcu'

Building RTTIExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe RTTIExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
RTTIDemoMain.pas(35) Fatal: File not found: 'JclSysUtils.dcu'

Building ScreenJPG.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ScreenJPG.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
G:\Download\JCL1~1.97-\jcl\examples\windows\delphitools\Common\ToolsUtils.pas(34) Fatal: File not found: 'JclFileUtils.dcu'

Building SingleInstExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe SingleInstExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
SingleInstExample.dpr(6) Fatal: File not found: 'JclAppInst.dcu'

Building SourceLocExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe SourceLocExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
SourceLocDemoMain.pas(45) Fatal: File not found: 'JclCounter.dcu'

Building StackTrackDLLsComLibrary.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StackTrackDLLsComLibrary.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StackTrackDLLsComLibrary.dpr(6) Fatal: File not found: 'JclHookExcept.dcu'

Building StackTrackDLLsDynamicLibrary.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StackTrackDLLsDynamicLibrary.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StackTrackDLLsDynamicLibrary.dpr(6) Fatal: File not found: 'JclHookExcept.dcu'

Building StackTrackDLLsExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StackTrackDLLsExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StackTrackDLLsDemoMain.pas(45) Fatal: File not found: 'JclBase.dcu'

Building StackTrackDLLsStaticLibrary.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StackTrackDLLsStaticLibrary.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StackTrackDLLsStaticLibrary.dpr(6) Fatal: File not found: 'JclHookExcept.dcu'

Building StackTrackExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StackTrackExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StackTrackDemoMain.pas(39) Fatal: File not found: 'JclDebug.dcu'

Building StretchGraphicExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StretchGraphicExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StretchGraphicDemoMain.pas(26) Fatal: File not found: 'JclGraphics.dcu'

Building StructStorageExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe StructStorageExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
StructStorageExampleMain.pas(41) Fatal: File not found: 'JclStructStorage.dcu'

Building SysInfoExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe SysInfoExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
SysInfoDemoMain.pas(162) Fatal: File not found: 'JclSysInfo.dcu'

Building TaskDemo.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe TaskDemo.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
TaskDemoDataModule.pas(9) Fatal: File not found: 'JclTask.dcu'

Building TextReaderExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe TextReaderExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
TextReaderDemoMain.pas(7) Fatal: File not found: 'JclFileUtils.dcu'

Building ThreadExceptExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ThreadExceptExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
G:\Download\JCL1~1.97-\jcl\experts\common\JclOtaResources.pas(34) Fatal: File not found: 'JclBase.dcu'

Building ToolHelpViewer.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe ToolHelpViewer.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
ToolHelpViewer.dpr(17) Fatal: File not found: 'JclAppInst.dcu'

Building TreeExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe TreeExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
TreeExampleMain.pas(7) Fatal: File not found: 'JclBase.dcu'

Building UnitVersioningTest.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe UnitVersioningTest.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
UnitVersioningTestMain.pas(40) Fatal: File not found: 'JclUnitVersioning.dcu'

Building UnitVersioningTestDLL.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe UnitVersioningTestDLL.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
UnitVersioningTestDLL.dpr(36) Fatal: File not found: 'JclUnitVersioning.dcu'

Building UnmangleNameExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe UnmangleNameExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
UnmangleNameDemoMain.pas(7) Fatal: File not found: 'JclPeImage.dcu'

Building VerInfoExample.dpr...
F:\Programme\Borland\Delphi7\bin\dcc32.exe VerInfoExample.dpr
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
VerInfoDemoMain.pas(36) Fatal: File not found: 'JclFileUtils.dcu'


Woran könnte das liegen? Kann mir jemand helfen?
Wenn ich die JVCL istalliere und sie testen will fehler welchen von den oben genannten Files die nicht gefunden sind z.B. JclGraphics.dcu
Deswegen kann ich die JVCL Komponenten nicht verwenden weuil JCL nich richtig installiert wird. Auserdem spinnt mein Delphi 7. Wenn ich Änderungen vornehme einen BreakPoit dort setze übersprinnt der einfach so den Punkt oder eine ganze Funktion. Dann hilft nur noch Delphi neustarten. Nicht das es zusammen hängen könnte.

MfG
hui1991
AndyB
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 1173
Erhaltene Danke: 14


RAD Studio XE2
BeitragVerfasst: So 04.06.06 23:29 
Lass die Demo/Example-Projekte bei der JCL Installation einfach weg.

_________________
Ist Zeit wirklich Geld?
hui1991 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 433

Windows XP, WIndows Vista
Turbo Delphi Explorer| Delphi, PHP,Blitzbasic
BeitragVerfasst: Mo 05.06.06 13:18 
Ich habe den Fehler
das bpl und dcp muss in einem Verzeichniss sein.
Deswegen hat es nicht funktioniert.
JCL und JVCL installation ging wie geschmiert!
Leider funktioniert es trotzdem nicht!
Bei
Zitat:
[Fatal Error] JvExStdCtrls.pas(48): File not found: 'JclUnitVersioning.dcu'

scheitere ich. Die JCL installation hatte 6 Warnings
JayK
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1013



BeitragVerfasst: Mo 05.06.06 13:43 
Die Warnings waren sicher die um das veraltete faVolumeID, das is nicht so wichtig.
Hast du die Bibliothekspfade mal gecheckt?
hui1991 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 433

Windows XP, WIndows Vista
Turbo Delphi Explorer| Delphi, PHP,Blitzbasic
BeitragVerfasst: Mo 05.06.06 13:45 
Nein, weil ich net weis wie.
Kann es mir jemand sagen dann kann ich es ja machen.
Hab sowas noch nie gemacht.
JayK
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1013



BeitragVerfasst: Mo 05.06.06 14:29 
Welche Delphi-Version nutzt du?
Bei Delphi 2005 ist es im Menü Tools->Optionen und dann links in der Baumstruktur: Umgebungsoptionen->Delphi-Optionen->Bibliothek - (Win32)
Da kannst du neben einem der Edits auf den Button rechts davon klicken und dort dann die Pfade bearbeiten.

In den Pfaden steht bei mir für die Jedis (du musst <jvcl> bzw <jcl> natürlich durch deine eigenen Verzeichnisse dafür ersetzen):

Bibliothekspfade:
<jcl>\lib\d9
<jvcl>\lib\d9
<jvcl>\common
<jvcl>\resources
Suchpfade:
<jcl>\source\common
<jcl>\source\windows
<jcl>\source\vcl
<jcl>\source\visclx
<jvcl>\common
<jvcl>\run

Die 9 bei D9 musst du durch deine Delphi-Versionsnummer ersetzen.
hui1991 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 433

Windows XP, WIndows Vista
Turbo Delphi Explorer| Delphi, PHP,Blitzbasic
BeitragVerfasst: Mo 05.06.06 17:04 
Ich benutze Delphi 7!
Naja ich werde es später noch anschauen.

MfG
hui1991