powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Delphi [игнор отключен] [закрыт для гостей] / Compile source code studio
25 сообщений из 51, страница 1 из 3
Compile source code studio
    #39639991
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Пытаюсь скомпилировать исходники (Потребовалась кое что править- не спрашивать зачем)

Выдает
Код: sql
1.
2.
3.
4.
5.
cpu32\System.Generics.Collections.pas(1534) Error: E2003 Undeclared identifier: '_VarCopy'
cpu32\System.Generics.Collections.pas(2013) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Generics.Collections.pas(2027) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Generics.Collections.pas(7065)
cpu32\System.Rtti.pas(20) Fatal: F2063 Could not compile used unit 'System.Generics.Collections.pas'



Почему он не может уцепить эти функции ?

Полный лог
Код: sql
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.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
376.
377.
378.
379.
380.
381.
382.
383.
384.
385.
386.
387.
388.
389.
390.
391.
392.
393.
394.
395.
396.
397.
F:\Test>dcc32.exe cpu32\system.pas cpu32\sysinit.pas -jP -Y "TestProject\Project.dpr" -I"F:\Test\cpu32" -U"F:\Test\cpu32"
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
cpu32\SysInit.pas(1705)
cpu32\WindowsAPIs.inc(639)
cpu32\getmem.inc(6177)
cpu32\LocaleData.inc(70)
cpu32\System.pas(41356)
cpu32\System.Sharemem.pas(25) Warning: W1000 Symbol 'THeapStatus' is deprecated
cpu32\System.Sharemem.pas(25) Warning: W1000 Symbol 'THeapStatus' is deprecated
cpu32\System.Sharemem.pas(50) Warning: W1000 Symbol 'THeapStatus' is deprecated
cpu32\System.Sharemem.pas(50) Warning: W1000 Symbol 'THeapStatus' is deprecated
cpu32\System.Sharemem.pas(174)
cpu32\System.Types.pas(3245) Hint: H2077 Value assigned to 'WaitIndex' never used
cpu32\System.Types.pas(3230) Hint: H2077 Value assigned to 'WaitIndex' never used
cpu32\System.Types.pas(3425)
cpu32\System.UITypes.pas(1145)
cpu32\Winapi.Windows.pas(36494) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36495) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36496) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36695) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36696) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36719) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36720) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36721) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36736) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36737) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36738) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36745) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36746) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36747) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36749) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36750) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36751) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36833) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36834) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36835) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36849) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36870) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36877) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36900) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36904) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36950) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36953) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36956) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36962) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36963) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(36987) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37342) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37359) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37360) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37361) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37389) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37393) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37397) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37398) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37449) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37450) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37451) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37456) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37457) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37465) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37466) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37467) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37482) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37483) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37484) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37505) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37530) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37532) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37538) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37540) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37564) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37565) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37566) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37571) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37579) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37586) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37587) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37589) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37607) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37610) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37615) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37621) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37623) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37624) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37625) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37628) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37630) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37631) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37634) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37635) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37636) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37675) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37676) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37677) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37678) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37679) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37680) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37681) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37682) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37683) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37723) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37724) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37725) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37756) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37757) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37764) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37768) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37830) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37831) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37832) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37838) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37839) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37873) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37925) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37937) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37938) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37939) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(37941) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38037) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38038) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38039) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38056) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38057) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38058) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38075) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38093) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38179) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38208) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38209) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38210) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38387) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38388) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38702) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38831) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38894) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38910) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38959) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38977) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38978) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(38979) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39080) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39168) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39185) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39186) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39188) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39189) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39190) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39234) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39235) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39236) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39259) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39270) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39339) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39486) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39487) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39501) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39502) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39621) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39622) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39641) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39708) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39741) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39743) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39780) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39798) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(39799) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40595) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40596) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40597) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40598) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40599) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40728) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40729) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40730) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40731) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40732) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40733) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40735) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40737) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40739) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40741) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40742) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40744) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40746) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40747) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40750) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40752) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40754) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40756) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40758) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40760) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40763) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40765) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40769) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40771) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40772) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40774) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40776) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40777) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40778) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40780) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40781) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40783) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40784) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40786) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40787) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40791) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40792) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40795) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40796) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40804) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40805) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40806) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40808) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40809) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40811) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40812) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40813) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.Windows.pas(40894)
cpu32\Winapi.Messages.pas(2182)
cpu32\System.SysConst.pas(225)
cpu32\Winapi.ImageHlp.pas(846)
cpu32\Winapi.SHFolder.pas(123)
cpu32\Winapi.PsAPI.pas(443)
cpu32\System.RTLConsts.pas(609)
cpu32\System.Character_definition.5.2.0.inc(13)
cpu32\System.Character.5.2.0.inc(1269)
cpu32\System.Character.pas(2092)
cpu32\System.Internal.ExcUtils.pas(839)
cpu32\EncodingData.inc(668)
cpu32\System.SysUtils.pas(34795)
cpu32\System.VarUtils.pas(2413)
cpu32\System.Variants.pas(6953)
cpu32\Winapi.ActiveX.pas(7413) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7414) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7415) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7421) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7422) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7423) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7424) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7425) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7426) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7427) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7428) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7429) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7430) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7431) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7432) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7433) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7434) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7435) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7436) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7437) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7438) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7439) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7440) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7441) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7442) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7443) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7444) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7445) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7446) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7447) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7448) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7449) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7450) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7451) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7452) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7453) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7454) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7455) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7456) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7457) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7458) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7459) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7460) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7461) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7462) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7463) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7464) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7465) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7466) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7467) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7468) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7469) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7470) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7471) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7472) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7473) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7474) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7475) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7476) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7477) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7478) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7479) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7480) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7481) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7482) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7483) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7484) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7485) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7486) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7487) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7488) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7489) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7490) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7491) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7492) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7493) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7494) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7495) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7496) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7497) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7498) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7499) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7500) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7501) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7502) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7503) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7504) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7505) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7506) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7507) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7508) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7509) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7510) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7511) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7512) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7513) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7514) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7515) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7516) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7517) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7518) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7519) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7520) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7521) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7522) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7523) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7524) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7525) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7526) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7527) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7528) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7529) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7530) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7531) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7532) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7533) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7534) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7535) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7536) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7537) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7538) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7539) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7540) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7541) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7542) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7543) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7544) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7545) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7546) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7547) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7548) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7549) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7550) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7551) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7552) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7553) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7554) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7555) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7556) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7557) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7558) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7559) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7560) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7561) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7562) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7563) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7564) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7565) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7566) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7567) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7568) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7569) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7570) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7571) Warning: W1002 Symbol 'DELAYED' is specific to a platform
cpu32\Winapi.ActiveX.pas(7816)
cpu32\System.Generics.Collections.pas(1534) Error: E2003 Undeclared identifier: '_VarCopy'
cpu32\System.Generics.Collections.pas(2013) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Generics.Collections.pas(2027) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Generics.Collections.pas(7065)
cpu32\System.Rtti.pas(20) Fatal: F2063 Could not compile used unit 'System.Generics.Collections.pas'

F:\Test>

...
Рейтинг: 0 / 0
Compile source code studio
    #39640003
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Если кто хочет попробовать, то вот http://dropmefiles.com/SMbmm

запускаем start.cmd
...
Рейтинг: 0 / 0
Compile source code studio
    #39640021
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Нашел такую строку

Код: sql
1.
dcc32.exe -Q cpu32/system.pas cpu32/sysinit.pas -M -Y -Z -$D- -O "TestProject\Project.dpr"




Это помогает свисти ошибки к минимуму


Код: sql
1.
2.
3.
4.
5.
6.
7.
F:\Test>dcc32.exe -Q cpu32/system.pas cpu32/sysinit.pas -M -Y -Z -$D- -O "TestProject\Project.dpr"
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
cpu32\System.Generics.Collections.pas(1534) Error: E2003 Undeclared identifier: '_VarCopy'
cpu32\System.Generics.Collections.pas(2013) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Generics.Collections.pas(2027) Error: E2003 Undeclared identifier: '_VarClear'
cpu32\System.Rtti.pas(20) Fatal: F2063 Could not compile used unit 'System.Generics.Collections.pas'
...
Рейтинг: 0 / 0
Compile source code studio
    #39640060
Фотография wadman
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Не взлетит. Делай либо наследников, либо копии функций/процедур и объявляй в uses свой модуль позднее системных.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640146
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
А как же их компилируют сами разработчики ? Чего то мне непонятно
...
Рейтинг: 0 / 0
Compile source code studio
    #39640149
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Еще вот странная ошибка

cpu32\System.Classes.pas(19390) Error: E2250 There is no overloaded version of 'GetLoginCredentials' that can be called with these arguments
TestProject\Project.dpr(5) Fatal: F2063 Could not compile used unit 'System.Classes.pas'

такое чувства что если они и компилировали, то чем то другим

Код: pascal
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
class function TLoginCredentialService.GetLoginCredentials(const Context: string; var Username, Password, Domain: string): Boolean;
var
  LUsername, LPassword, LDomain: string;
begin
  Result := GetLoginCredentials(Context,  <--- Вот тут вызов 
    function (const AUsername, APassword, ADomain: string): Boolean
    begin
      Result := True;
      LUsername := AUsername;
      LPassword := APassword;
      LDomain := ADomain;
    end);
  if Result then
  begin
    Username := LUsername;
    Password := LPassword;
    Domain := LDomain;
  end;
end;

...
Рейтинг: 0 / 0
Compile source code studio
    #39640174
stanilar
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32А как же их компилируют сами разработчики ? Чего то мне непонятно

А разработчики могли при компиляции объявить часть исходников компилируемыми без отладочной информации, а потом удалить эту информацию.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640183
Фотография Квейд
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
System.pas нужно компилить с недокументированным ключом -y

https://stackoverflow.com/questions/4839532/recompiling-the-rtl-if-possible-then-how
...
Рейтинг: 0 / 0
Compile source code studio
    #39640204
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
stanilarDCC32А как же их компилируют сами разработчики ? Чего то мне непонятно

А разработчики могли при компиляции объявить часть исходников компилируемыми без отладочной информации, а потом удалить эту информацию.

И как это примерно можно реализовать? Учтивая что это не работает через dcc32 в параметрах

Квейд,

Везде используется
...
Рейтинг: 0 / 0
Compile source code studio
    #39640219
stanilar
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32И как это примерно можно реализовать?

Директивой для компилятора. Не помню как точно называется. Менеджер памяти с ней собран. Можешь там посмотреть.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640241
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
stanilar,

Можно по подробнее ? Какой менеджер памяти, а то непонятно куда смотреть

Код: pascal
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.
C:\Windows\system32>dcc32 -O+  -M -Y -Z -$D+ "C:\Embarcadero\Studio\19.0\source\rtl\sys\System.pas" -I"C:\Embarcadero\Studio\19.0\source\rtl\win";"C:\Embarcadero\Studio\19.0\source\rtl\sys" -U"C:\Embarcadero\Studio\19.0\source\rtl\win";"C:\Embarcadero\Studio\19.0\source\rtl\sys";"C:\Embarcadero\Studio\19.0\source\rtl\common" -O"C:\Users\Nikita\Desktop\Новая папка (6)\obj" "C:\Users\Nikita\Desktop\Новая папка (6)\TestProject\Project.dpr"
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
C:\Embarcadero\Studio\19.0\source\rtl\sys\SysInit.pas(1705)
C:\Embarcadero\Studio\19.0\source\rtl\sys\WindowsAPIs.inc(639)
C:\Embarcadero\Studio\19.0\source\rtl\sys\getmem.inc(6177)
C:\Embarcadero\Studio\19.0\source\rtl\sys\LocaleData.inc(70)
C:\Embarcadero\Studio\19.0\source\rtl\sys\System.pas(41348)
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7412) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7413) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7414) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7420) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7421) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7422) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7423) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7424) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7425) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7426) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7427) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7428) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7429) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7430) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7431) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7432) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7433) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7434) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7435) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7436) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7437) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7438) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7439) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7440) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7441) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7442) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7443) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7444) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7445) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7446) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7447) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7448) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7449) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7450) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7451) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7452) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7453) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7454) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7455) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7456) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7457) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7458) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7459) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7460) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7461) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7462) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7463) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7464) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7465) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7466) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7467) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7468) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7469) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7470) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7471) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7472) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7473) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7474) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7475) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7476) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7477) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7478) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7479) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7480) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7481) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7482) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7483) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7484) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7485) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7486) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7487) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7488) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7489) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7490) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7491) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7492) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7493) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7494) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7495) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7496) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7497) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7498) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7499) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7500) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7501) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7502) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7503) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7504) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7505) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7506) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7507) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7508) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7509) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7510) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7511) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7512) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7513) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7514) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7515) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7516) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7517) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7518) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7519) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7520) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7521) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7522) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7523) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7524) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7525) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7526) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7527) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7528) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7529) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7530) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7531) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7532) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7533) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7534) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7535) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7536) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7537) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7538) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7539) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7540) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7541) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7542) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7543) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7544) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7545) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7546) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7547) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7548) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7549) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7550) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7551) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7552) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7553) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7554) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7555) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7556) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7557) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7558) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7559) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7560) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7561) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7562) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7563) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7564) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7565) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7566) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7567) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7568) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7569) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7570) Warning: W1002 Symbol 'DELAYED' is specific to a platform
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7809) Error: E2003 Undeclared identifier: '_VarClr'
C:\Embarcadero\Studio\19.0\source\rtl\win\Winapi.ActiveX.pas(7818)
C:\Embarcadero\Studio\19.0\source\rtl\common\System.Classes.pas(58) Fatal: F2063 Could not compile used unit 'Winapi.ActiveX.pas'

...
Рейтинг: 0 / 0
Compile source code studio
    #39640246
stanilar
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
{$DebugInfo On} / {$DebugInfo Off}


Смотреть в исходниках. Если мне все правильно понятно, ту часть что находится в {$DebugInfo Off/On} абракадабра вырезает из поставки дельфей. Грубо говоря исходники VCL - не полные.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640253
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
stanilar{$DebugInfo On} / {$DebugInfo Off}


Смотреть в исходниках. Если мне все правильно понятно, ту часть что находится в {$DebugInfo Off/On} абракадабра вырезает из поставки дельфей. Грубо говоря исходники VCL - не полные.

Спасибо! Сейчас парсером пройдусь, и везде вставлю. Глянем что будет
...
Рейтинг: 0 / 0
Compile source code studio
    #39640273
ziv-2014
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
У вас ошибка с функцией _VarClr.
Сначала вам нужно откомпилировать System.pas и SysInit.pas (не помню названия).
Далее System.Variants.pas потому что в нем тоже есть реализация этой функции.
Исходники предоставляются все. System.pas компилируется в исполняемый файл и не может быть перенесен в bpl.
Любые другие модули могут быть перенесены в bpl.
Поэтому System.pas надо отдельно компилировать. А далее уже все остальное.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640283
ziv-2014
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32,
Единственное что Emb утаила, это создание bpl.
В папке source\rtl есть dpk с возможностью откомпилировать rtl в отдельном bpl.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640320
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
stanilar,

Не помогло

ziv-2014,

Спасибо! Я правда дуру дал, собирая всё вместе. Оказывается проект надо компилировать отдельно!

Вот действия по сборке

Копируем \Studio\19.0\source

Код: sql
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
dcc32.exe "source\rtl\sys\System.pas" -I"source\rtl\win";"source\rtl\sys";"source\vcl";"source\rtl\common"
              -U"source\rtl\win";"source\rtl\sys";"source\rtl\common";"source\vcl";"source\rtl\common" -O"obj" -R"res"  -M -Y
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
source\rtl\sys\SysInit.pas(1705)
source\rtl\sys\WindowsAPIs.inc(639)
source\rtl\sys\getmem.inc(6177)
source\rtl\sys\LocaleData.inc(70)
source\rtl\sys\System.pas(41348)
49938 lines, 0.16 seconds, 115973 bytes code, 19574 bytes data.




а потом уже
Код: sql
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.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
dcc32.exe -I"source\rtl\win";"source\rtl\sys";"source\vcl";"source\rtl\common" -U"source\rtl\win";"source\rtl\sys";"source\rtl\common";"source\vcl";"source\rtl\common" -O"obj" -R"res"  -M "TestProject\Project.dpr"
Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
source\vcl\Vcl.ImgList.pas(68) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(130) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(130) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(215) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(215) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(275) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(275) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.Menus.pas(287) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(801) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(1162) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(1609) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(1610) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(2992) Warning: W1025 Unsupported language feature: 'custom attribute'
source\rtl\common\System.Win.Crtl.pas(938)
source\rtl\common\System.ZLib.pas(2693)
source\vcl\Vcl.GraphUtil.pas(1148)
source\rtl\common\System.Win.Taskbar.pas(315)
source\rtl\common\System.Win.TaskbarCore.pas(758)
source\rtl\win\Winapi.ShellScaling.pas(97) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(98) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(99) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(100) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(101) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(102) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(103) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(104) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(105) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(106) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\rtl\win\Winapi.ShellScaling.pas(109)
source\vcl\Vcl.Forms.pas(1177) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(1395) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(1726) Warning: W1025 Unsupported language feature: 'custom attribute'
source\rtl\win\Winapi.FlatSB.pas(142)
source\vcl\Vcl.Printers.pas(887) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(897) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(934) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(945) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(999) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(1511) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Printers.pas(1531)
source\vcl\Vcl.StdCtrls.pas(909) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(909) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(912) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(912) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(915) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(915) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(920) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(920) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(921) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(921) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(923) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(923) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(937) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(937) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(941) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(941) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(943) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(943) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(947) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(947) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(948) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(948) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(950) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(950) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(977) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(977) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(980) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(980) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(983) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(983) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(986) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(986) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(987) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(987) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(989) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.StdCtrls.pas(989) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(222) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(1489) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1489) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1493) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1493) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1494) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1494) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1496) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1496) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1502) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1502) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1506) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1506) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1507) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1507) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1508) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1508) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1522) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1522) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1526) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1526) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1527) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1527) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1528) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1528) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(1878) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(2003) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2003) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2004) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2004) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2005) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2005) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2007) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2007) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2008) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2008) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2009) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2009) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2020) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2020) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2021) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2021) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2022) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2022) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2023) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2023) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2024) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2024) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2025) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2025) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2074) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2074) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2075) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2075) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2076) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2076) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2077) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2077) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2078) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2078) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2079) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(2079) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\rtl\win\Winapi.RichEdit.pas(1349)
source\vcl\Vcl.ToolWin.pas(426)
source\vcl\Vcl.ListActns.pas(25) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(25) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(30) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(30) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(37) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(37) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ComCtrls.pas(4316) Warning: W1000 Symbol 'FOnGetMonthInfo' is deprecated: 'use OnGetMonthBoldInfo'
source\vcl\Vcl.ComCtrls.pas(4316) Warning: W1000 Symbol 'FOnGetMonthInfo' is deprecated: 'use OnGetMonthBoldInfo'
source\vcl\Vcl.ComStrs.pas(62)
source\vcl\Vcl.Dialogs.pas(138) Warning: W1025 Unsupported language feature: 'custom attribute'
source\rtl\common\System.WideStrUtils.pas(989)
source\rtl\win\Winapi.Dlgs.pas(407)
source\vcl\Vcl.Dialogs.pas(1447) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(1478) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(1501) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(1822) Warning: W1002 Symbol 'TFileOpenDialog' is specific to a platform
source\vcl\Vcl.Dialogs.pas(1842) Warning: W1002 Symbol 'TFileSaveDialog' is specific to a platform
source\vcl\Vcl.Dialogs.pas(2152) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2172) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2222) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2228) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2240) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2707) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(2957) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(3340) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(3448) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(3449) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(3651) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4116) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4737) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4762) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4899) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4905) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(4958) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(5041) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(5048) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(5061) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6126) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6287) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6299) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6306) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6313) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6320) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6328) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6335) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6343) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6350) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6385) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6399) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6413) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6426) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6439) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6445) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6451) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6806) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6817) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6824) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Dialogs.pas(6916)
source\vcl\Vcl.Clipbrd.pas(64) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Clipbrd.pas(187) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Clipbrd.pas(572) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Clipbrd.pas(580) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Clipbrd.pas(619)
source\vcl\Vcl.StdActns.pas(996) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1002) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1016) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1035) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1513) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1664) Warning: W1002 Symbol 'TFileOpenDialog' is specific to a platform
source\vcl\Vcl.StdActns.pas(1664) Warning: W1002 Symbol 'TFileOpenDialog' is specific to a platform
source\vcl\Vcl.StdActns.pas(1679) Warning: W1002 Symbol 'TFileOpenDialog' is specific to a platform
source\vcl\Vcl.StdActns.pas(1681) Warning: W1002 Symbol 'Options' is specific to a platform
source\vcl\Vcl.StdActns.pas(1683) Warning: W1002 Symbol 'Title' is specific to a platform
source\vcl\Vcl.StdActns.pas(1685) Warning: W1002 Symbol 'DefaultFolder' is specific to a platform
source\vcl\Vcl.StdActns.pas(1687) Warning: W1002 Symbol 'FileNameLabel' is specific to a platform
source\vcl\Vcl.StdActns.pas(1689) Warning: W1002 Symbol 'OkButtonLabel' is specific to a platform
source\vcl\Vcl.StdActns.pas(1715) Warning: W1002 Symbol 'FileName' is specific to a platform
source\vcl\Vcl.StdActns.pas(1745) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1756) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1767) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1774) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdActns.pas(1794)
source\vcl\Vcl.ComCtrls.pas(15319) Warning: W1000 Symbol 'AnsiLowerCaseFileName' is deprecated: 'Use AnsiLowerCase instead'
source\vcl\Vcl.ComCtrls.pas(19668) Warning: W1000 Symbol 'CM_THEMECHANGED' is deprecated: 'Use CM_STYLECHANGED'
source\vcl\Vcl.ComCtrls.pas(27775) Warning: W1000 Symbol 'FOnGetMonthInfo' is deprecated: 'use OnGetMonthBoldInfo'
source\vcl\Vcl.ComCtrls.pas(27791) Warning: W1000 Symbol 'FOnGetMonthInfo' is deprecated: 'use OnGetMonthBoldInfo'
source\vcl\Vcl.ComCtrls.pas(27792) Warning: W1000 Symbol 'FOnGetMonthInfo' is deprecated: 'use OnGetMonthBoldInfo'
source\vcl\Vcl.ComCtrls.pas(34411)
source\vcl\Vcl.ListActns.pas(275) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(275) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ListActns.pas(737)
source\vcl\Vcl.ExtCtrls.pas(3615) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(3897) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(4460) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(4472) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(5247) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(6120) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(8560) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8560) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8591) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8591) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8601) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8601) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8611) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(8611) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(9050) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(9390) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(9778) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(10500) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(10501) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ExtCtrls.pas(10604) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10604) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10618) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10618) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10632) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10632) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10646) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10646) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10660) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10660) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10674) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(10674) Warning: W1000 Symbol 'TImageIndex' is deprecated: 'Use System.UITypes.TImageIndex'
source\vcl\Vcl.ExtCtrls.pas(11725)
source\vcl\Vcl.StdCtrls.pas(2101) Warning: W1000 Symbol 'DrawText' is deprecated: 'Use DrawText with TTextFormat'
source\vcl\Vcl.StdCtrls.pas(2314) Hint: H2164 Variable 'xso' is declared but never used in 'TCustomLabel.Paint'
source\vcl\Vcl.StdCtrls.pas(2314) Hint: H2164 Variable 'yso' is declared but never used in 'TCustomLabel.Paint'
source\vcl\Vcl.StdCtrls.pas(2900) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(3115) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(3134) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(3541) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(4228) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(4513) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(4703) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(6193) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(6345) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(7118) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(7379) Hint: H2077 Value assigned to 'IH' never used
source\vcl\Vcl.StdCtrls.pas(7820) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.StdCtrls.pas(11714)
source\vcl\Vcl.Forms.pas(2235) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(2261) Hint: H2077 Value assigned to 'DisableTaskWindows' never used
source\vcl\Vcl.Forms.pas(2283) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(2601) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(3111) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(3526) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(3551) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(4186) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(4304) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5251) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5657) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5718) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5896) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5904) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5920) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(5921) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(7323) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(7598) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(9648) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10383) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10519) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10573) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10612) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10658) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10666) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10869) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(10921) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(11125) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(11765) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(11911) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Forms.pas(16771)
source\vcl\Vcl.Themes.pas(8553)
source\rtl\win\Winapi.MsInkAut.pas(2779)
source\rtl\win\Winapi.PenInputPanel.pas(407)
source\vcl\Vcl.Controls.pas(3622) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(3711) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(3719) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(3940) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5068) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5120) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5462) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5463) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5469) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(5470) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6118) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6396) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6402) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6409) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6415) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(6450) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(7062) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(7102) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(7237) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(7348) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9273) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9483) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9484) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9577) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9578) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9688) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9689) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9786) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(9918) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(10197) Warning: W1000 Symbol 'CM_THEMECHANGED' is deprecated: 'Use CM_STYLECHANGED'
source\vcl\Vcl.Controls.pas(12162) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(12298) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(12299) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(12318) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(12652) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(12653) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(13623) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(13624) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(15812) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(16082) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(16202) Warning: W1002 Symbol 'DELAYED' is specific to a platform
source\vcl\Vcl.Controls.pas(16446) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Controls.pas(17907)
source\vcl\Vcl.Menus.pas(2449) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(2637) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(2645) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(2656) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(3339) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(3680) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(4636) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.Menus.pas(5136)
source\vcl\Vcl.ActnList.pas(150) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ActnList.pas(319)
source\vcl\Vcl.ImgList.pas(1197) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ImgList.pas(1426) Warning: W1025 Unsupported language feature: 'custom attribute'
source\vcl\Vcl.ImgList.pas(1568)
source\vcl\Vcl.ImgList.pas(85) Hint: H2219 Private symbol 'FChanged' declared but never used
TestProject\Project.dpr(21)
132273 lines, 3.48 seconds, 1927096 bytes code, 45612 bytes data.



Код: sql
1.
2.
TestProject\Project.dpr(21)
132273 lines, 3.48 seconds, 1927096 bytes code, 45612 bytes data.



http://dropmefiles.com/BMhIJ
...
Рейтинг: 0 / 0
Compile source code studio
    #39640325
stanilar
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32Не помогло

Как это могла помочь найти недостающие исходники? Если этот код где и есть, так это в bpl поставляемых со студией. Но Вы ведь не можете перекомпилировать bpl.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640328
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
stanilar,

Не исходники, а функции



Меня поражает сейчас то, что я имею в 21 мб весь функционал RedStudio для создания проектов. Можно передавать проекты по компьютерам и большой компанией разрабатывать - без покупки среды на всех!
...
Рейтинг: 0 / 0
Compile source code studio
    #39640335
ziv-2014
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32,
Проще запилить свой bpl c rtl и vcl и не парится с исходниками.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640459
Фотография _Vasilisk_
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32Можно передавать проекты по компьютерам и большой компанией разрабатывать - без покупки среды на всех!В блокноте? IDE - это не только компилятор
...
Рейтинг: 0 / 0
Compile source code studio
    #39640476
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
_Vasilisk_,

Ага, visual studio, блокнотик например. Ценность самой среды плавает на нуле, а вот ресурсы ее, ради этого и стоила покупать лицензию
...
Рейтинг: 0 / 0
Compile source code studio
    #39640478
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Разумеется visual studio code
...
Рейтинг: 0 / 0
Compile source code studio
    #39640519
rgreat
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Хочешь подобных извращений - возьми лазарус.
...
Рейтинг: 0 / 0
Compile source code studio
    #39640578
DCC32
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Нашел причину почему он не видел функции.

Если попробовать скомпилировать проект который будет нуждаться в System.Variants то он скажет

Embarcadero Delphi for Win32 compiler version 32.0
Copyright (c) 1983,2017 Embarcadero Technologies, Inc.
source\rtl\win\Winapi.ActiveX.pas(7809) Fatal: F1026 File not found: 'System.Variants'

Что очень странно, я же указал путь поиска

Код: sql
1.
2.
3.
4.
5.
6.
set url="source\rtl\sys";"source\data";"source\data\ado";"source\data\cloud";"source\data\datasnap";"source\data\datasnap\connectors";"source\data\datasnap\proxygen";"source\data\dbx";"source\data\dsnap";"source\data\ems";"source\data\ems\desktopconsole";"source\data\firedac";"source\data\rest";"source\data\rest\restdebugger";"source\data\vclctrls";"source\databinding";"source\databinding\components";"source\databinding\engine";"source\databinding\graph";"source\DataExplorer";"source\DUnit";"source\DUnit\Contrib";"source\DUnit\Contrib\DUnitWizard";"source\DUnit\Contrib\DUnitWizard\Docs";"source\DUnit\Contrib\DUnitWizard\Source";"source\DUnit\Contrib\DUnitWizard\Source\Common";"source\DUnit\Contrib\DUnitWizard\Source\Common\dunit";"source\DUnit\Contrib\DUnitWizard\Source\DelphiExperts";"source\DUnit\Contrib\DUnitWizard\Source\DelphiExperts\Common";"source\DUnit\Contrib\DUnitWizard\Source\DelphiExperts\DUnitProject";"source\DUnit\Contrib\DUnitWizard\Source\DelphiExperts\DUnitProject\dunit";"source\DUnit\Contrib\DUnitWizard\Source\DelphiExperts\DUnitProject\dunit\Examples";"source\DUnit\Contrib\XMLReporting";"source\DUnit\Contrib\XPGen";"source\DUnit\doc";"source\DUnit\doc\images";"source\DUnit\doc\tutorial_files";"source\DUnit\etc";"source\DUnit\examples";"source\DUnit\examples\ChecklessTests";"source\DUnit\examples\cmdline";"source\DUnit\examples\embeddable";"source\DUnit\examples\HaltRepeating";"source\DUnit\examples\MemLeakDetect";"source\DUnit\examples\registration";"source\DUnit\examples\registry";"source\DUnit\examples\registry\Step1";"source\DUnit\examples\registry\Step2";"source\DUnit\examples\registry\Step3";"source\DUnit\examples\structure";"source\DUnit\examples\structure\diffunit";"source\DUnit\examples\structure\sameunit";"source\DUnit\examples\testexception";"source\DUnit\examples\TListTest";"source\DUnit\helpsrc";"source\DUnit\src";"source\DUnit\src\images";"source\DUnit\tests";"source\DunitX";"source\DunitX\Tests";"source\Experts";"source\FlatBox2D";"source\fmx";"source\IBX";"source\indy";"source\indy\abstraction";"source\indy\implementation";"source\Indy10";"source\Indy10\Core";"source\Indy10\Protocols";"source\Indy10\System";"source\indyimpl";"source\internet";"source\Property Editors";"source\Property Editors\Indy10";"source\Property Editors\__history";"source\rtl";"source\rtl\common";"source\rtl\net";"source\rtl\osx";"source\rtl\posix";"source\rtl\posix\osx";"source\rtl\win";"source\rtl\win\winrt";"source\soap";"source\soap\wsdlimporter";"source\tethering";"source\Tools";"source\Tools\FireUIAppPreview";"source\Tools\FireUIAppPreview\Assets";"source\Tools\FireUIAppPreview\Assets\Android";"source\Tools\FireUIAppPreview\Assets\Icons";"source\Tools\FireUIAppPreview\Assets\iPad";"source\Tools\FireUIAppPreview\Assets\iPhone";"source\ToolsAPI";"source\vcl";"source\vcl\AppAnalytics";"source\Visualizers";"source\xml"


dcc32.exe -U%url%   -I%url% -O"obj" -R"res" "TestProject\Project.dpr"

pause

...
Рейтинг: 0 / 0
Compile source code studio
    #39640590
ziv-2014
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
DCC32,

Нашел причину почему он не видел функции.
Компилятор ждет откомпилированные dcu файлы, а не исходники pas.
И по этому бывают косяки компилирования.
...
Рейтинг: 0 / 0
25 сообщений из 51, страница 1 из 3
Форумы / Delphi [игнор отключен] [закрыт для гостей] / Compile source code studio
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]