rake-delphi 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. data/1 +19 -0
  2. data/Messages.txt +336 -0
  3. data/lib/rake/common/libstask.rb +1 -0
  4. data/lib/rake/delphi/dcc32.rb +1 -0
  5. data/lib/rake/delphi/projectinfo.rb +6 -1
  6. data/lib/rake/delphi/resources.rb +2 -0
  7. data/lib/rake/delphi/version.rb +1 -1
  8. data/rake-delphi.gemspec +11 -2
  9. data/test/helpers/consts.rb +2 -2
  10. data/test/resources/testproject/testproject.rc +3 -1
  11. metadata +8 -47
  12. data/Gemfile.lock +0 -19
  13. data/test/resources/testproject/bin/test_compile/testproject.exe +0 -0
  14. data/test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe +0 -0
  15. data/test/resources/testproject/bin/test_compile_consts/testproject.exe +0 -0
  16. data/test/resources/testproject/bin/test_compile_debug_info/testproject.drc +0 -366
  17. data/test/resources/testproject/bin/test_compile_debug_info/testproject.exe +0 -0
  18. data/test/resources/testproject/bin/test_compile_debug_info/testproject.map +0 -1798
  19. data/test/resources/testproject/bin/test_compile_defines/testproject.exe +0 -0
  20. data/test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe +0 -0
  21. data/test/resources/testproject/bin/test_compile_use_config/testproject.exe +0 -0
  22. data/test/resources/testproject/bin/test_compile_use_library_path/testproject.exe +0 -0
  23. data/test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe +0 -0
  24. data/test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe +0 -0
  25. data/test/resources/testproject/bin/test_compile_with_libs/testproject.exe +0 -0
  26. data/test/resources/testproject/bin/test_compile_with_resources/testproject.exe +0 -0
  27. data/test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe +0 -0
  28. data/test/resources/testproject/dcu/ExplicitLibUnit.dcu +0 -0
  29. data/test/resources/testproject/dcu/LibUnit.dcu +0 -0
  30. data/test/resources/testproject/testproject.dproj.2007 +0 -77
  31. data/test/resources/testproject/testproject.exe +0 -0
  32. data/test/resources/testproject/testproject.identcache +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-delphi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-17 00:00:00.000000000 Z
12
+ date: 2014-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -32,17 +32,17 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ! '>='
35
+ - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
37
+ version: 10.0.4
38
38
  type: :development
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ! '>='
43
+ - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: 10.0.4
46
46
  description: Tasks for building Delphi projects
47
47
  email:
48
48
  - Alex.Crezoff@gmail.com
@@ -50,9 +50,10 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
+ - '1'
53
54
  - Gemfile
54
- - Gemfile.lock
55
55
  - LICENSE.txt
56
+ - Messages.txt
56
57
  - rake-delphi.gemspec
57
58
  - Rakefile.rb
58
59
  - README.md
@@ -107,23 +108,6 @@ files:
107
108
  - test/resources/hashes/hash.2.file
108
109
  - test/resources/hashes/hash.file
109
110
  - test/resources/ini/file.ini
110
- - test/resources/testproject/bin/test_compile/testproject.exe
111
- - test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe
112
- - test/resources/testproject/bin/test_compile_consts/testproject.exe
113
- - test/resources/testproject/bin/test_compile_debug_info/testproject.drc
114
- - test/resources/testproject/bin/test_compile_debug_info/testproject.exe
115
- - test/resources/testproject/bin/test_compile_debug_info/testproject.map
116
- - test/resources/testproject/bin/test_compile_defines/testproject.exe
117
- - test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe
118
- - test/resources/testproject/bin/test_compile_use_config/testproject.exe
119
- - test/resources/testproject/bin/test_compile_use_library_path/testproject.exe
120
- - test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe
121
- - test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe
122
- - test/resources/testproject/bin/test_compile_with_libs/testproject.exe
123
- - test/resources/testproject/bin/test_compile_with_resources/testproject.exe
124
- - test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe
125
- - test/resources/testproject/dcu/ExplicitLibUnit.dcu
126
- - test/resources/testproject/dcu/LibUnit.dcu
127
111
  - test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas
128
112
  - test/resources/testproject/lib/AnyLib/LibUnit.pas
129
113
  - test/resources/testproject/local.resources.txt
@@ -137,11 +121,8 @@ files:
137
121
  - test/resources/testproject/testproject.cfg
138
122
  - test/resources/testproject/testproject.cfg.1
139
123
  - test/resources/testproject/testproject.dpr
140
- - test/resources/testproject/testproject.dproj.2007
141
124
  - test/resources/testproject/testproject.drc
142
- - test/resources/testproject/testproject.exe
143
125
  - test/resources/testproject/testproject.ico
144
- - test/resources/testproject/testproject.identcache
145
126
  - test/resources/testproject/testproject.rc
146
127
  - test/resources/testproject/testproject.res
147
128
  - test/resources/testproject/testproject.xe5.dproj
@@ -193,23 +174,6 @@ test_files:
193
174
  - test/resources/hashes/hash.2.file
194
175
  - test/resources/hashes/hash.file
195
176
  - test/resources/ini/file.ini
196
- - test/resources/testproject/bin/test_compile/testproject.exe
197
- - test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe
198
- - test/resources/testproject/bin/test_compile_consts/testproject.exe
199
- - test/resources/testproject/bin/test_compile_debug_info/testproject.drc
200
- - test/resources/testproject/bin/test_compile_debug_info/testproject.exe
201
- - test/resources/testproject/bin/test_compile_debug_info/testproject.map
202
- - test/resources/testproject/bin/test_compile_defines/testproject.exe
203
- - test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe
204
- - test/resources/testproject/bin/test_compile_use_config/testproject.exe
205
- - test/resources/testproject/bin/test_compile_use_library_path/testproject.exe
206
- - test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe
207
- - test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe
208
- - test/resources/testproject/bin/test_compile_with_libs/testproject.exe
209
- - test/resources/testproject/bin/test_compile_with_resources/testproject.exe
210
- - test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe
211
- - test/resources/testproject/dcu/ExplicitLibUnit.dcu
212
- - test/resources/testproject/dcu/LibUnit.dcu
213
177
  - test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas
214
178
  - test/resources/testproject/lib/AnyLib/LibUnit.pas
215
179
  - test/resources/testproject/local.resources.txt
@@ -223,11 +187,8 @@ test_files:
223
187
  - test/resources/testproject/testproject.cfg
224
188
  - test/resources/testproject/testproject.cfg.1
225
189
  - test/resources/testproject/testproject.dpr
226
- - test/resources/testproject/testproject.dproj.2007
227
190
  - test/resources/testproject/testproject.drc
228
- - test/resources/testproject/testproject.exe
229
191
  - test/resources/testproject/testproject.ico
230
- - test/resources/testproject/testproject.identcache
231
192
  - test/resources/testproject/testproject.rc
232
193
  - test/resources/testproject/testproject.res
233
194
  - test/resources/testproject/testproject.xe5.dproj
data/Gemfile.lock DELETED
@@ -1,19 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rake-delphi (0.0.4)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- rake (10.0.4)
10
- xml-simple (1.1.3)
11
-
12
- PLATFORMS
13
- ruby
14
-
15
- DEPENDENCIES
16
- bundler (~> 1.3)
17
- rake (~> 10.0.4)
18
- rake-delphi!
19
- xml-simple
@@ -1,366 +0,0 @@
1
- /* VER260
2
- Generated by the Embarcadero Delphi Pascal Compiler
3
- because -GD or --drc was supplied to the compiler.
4
-
5
- This file contains compiler-generated resources that
6
- were bound to the executable.
7
- If this file is empty, then no compiler-generated
8
- resources were bound to the produced executable.
9
- */
10
-
11
- #define System_RTLConsts_SWindowsVista 65360
12
- #define System_RTLConsts_SWindowsServer2008 65361
13
- #define System_RTLConsts_SWindows7 65362
14
- #define System_RTLConsts_SWindowsServer2008R2 65363
15
- #define System_RTLConsts_SWindows2000 65364
16
- #define System_RTLConsts_SWindowsXP 65365
17
- #define System_RTLConsts_SWindowsServer2003 65366
18
- #define System_RTLConsts_SWindowsServer2003R2 65367
19
- #define System_RTLConsts_SWindowsServer2012 65368
20
- #define System_RTLConsts_SWindows8 65369
21
- #define System_RTLConsts_sObserverUnsupported 65370
22
- #define System_RTLConsts_sObserverMultipleSingleCast 65371
23
- #define System_RTLConsts_sObserverNoInterface 65372
24
- #define System_RTLConsts_sObserverNoSinglecastFound 65373
25
- #define System_RTLConsts_sObserverNoMulticastFound 65374
26
- #define System_RTLConsts_sTimespanValueCannotBeNan 65376
27
- #define System_RTLConsts_sCannotNegateTimespan 65377
28
- #define System_RTLConsts_sInvalidTimespanFormat 65378
29
- #define System_RTLConsts_sTimespanElementTooLong 65379
30
- #define System_RTLConsts_SArgumentOutOfRange 65380
31
- #define System_RTLConsts_SGenericItemNotFound 65381
32
- #define System_RTLConsts_SGenericDuplicateItem 65382
33
- #define System_RTLConsts_SInsufficientRtti 65383
34
- #define System_RTLConsts_SParameterCountMismatch 65384
35
- #define System_RTLConsts_SNonPublicType 65385
36
- #define System_RTLConsts_SByRefArgMismatch 65386
37
- #define System_RTLConsts_SVersionStr 65387
38
- #define System_RTLConsts_SSPVersionStr 65388
39
- #define System_RTLConsts_SVersion32 65389
40
- #define System_RTLConsts_SVersion64 65390
41
- #define System_RTLConsts_SWindows 65391
42
- #define System_RTLConsts_SMemoryStreamError 65392
43
- #define System_RTLConsts_SNoComSupport 65393
44
- #define System_RTLConsts_SPropertyException 65394
45
- #define System_RTLConsts_SReadError 65395
46
- #define System_RTLConsts_SReadOnlyProperty 65396
47
- #define System_RTLConsts_SResNotFound 65397
48
- #define System_RTLConsts_SSeekNotImplemented 65398
49
- #define System_RTLConsts_SUnknownGroup 65399
50
- #define System_RTLConsts_SUnknownProperty 65400
51
- #define System_RTLConsts_SWriteError 65401
52
- #define System_RTLConsts_SParamIsNegative 65402
53
- #define System_RTLConsts_SInputBufferExceed 65403
54
- #define System_RTLConsts_SFileNotFound 65404
55
- #define System_RTLConsts_sInvalidTimeoutValue 65405
56
- #define System_RTLConsts_sTimespanTooLong 65406
57
- #define System_RTLConsts_sInvalidTimespanDuration 65407
58
- #define System_RTLConsts_SCantWriteResourceStreamError 65408
59
- #define System_RTLConsts_SClassNotFound 65409
60
- #define System_RTLConsts_SDuplicateClass 65410
61
- #define System_RTLConsts_SDuplicateItem 65411
62
- #define System_RTLConsts_SDuplicateName 65412
63
- #define System_RTLConsts_SFCreateErrorEx 65413
64
- #define System_RTLConsts_SFOpenErrorEx 65414
65
- #define System_RTLConsts_SInvalidFileName 65415
66
- #define System_RTLConsts_SInvalidImage 65416
67
- #define System_RTLConsts_SInvalidName 65417
68
- #define System_RTLConsts_SInvalidProperty 65418
69
- #define System_RTLConsts_SInvalidPropertyPath 65419
70
- #define System_RTLConsts_SInvalidPropertyValue 65420
71
- #define System_RTLConsts_SListCapacityError 65421
72
- #define System_RTLConsts_SListCountError 65422
73
- #define System_RTLConsts_SListIndexError 65423
74
- #define System_SysConst_SLongDayNameMon 65424
75
- #define System_SysConst_SLongDayNameTue 65425
76
- #define System_SysConst_SLongDayNameWed 65426
77
- #define System_SysConst_SLongDayNameThu 65427
78
- #define System_SysConst_SLongDayNameFri 65428
79
- #define System_SysConst_SLongDayNameSat 65429
80
- #define System_SysConst_SInvalidSourceArray 65430
81
- #define System_SysConst_SInvalidDestinationArray 65431
82
- #define System_SysConst_SCharIndexOutOfBounds 65432
83
- #define System_SysConst_SByteIndexOutOfBounds 65433
84
- #define System_SysConst_SInvalidCharCount 65434
85
- #define System_SysConst_SInvalidDestinationIndex 65435
86
- #define System_SysConst_SInvalidCodePage 65436
87
- #define System_SysConst_SInvalidEncodingName 65437
88
- #define System_RTLConsts_SAncestorNotFound 65438
89
- #define System_RTLConsts_SAssignError 65439
90
- #define System_SysConst_SLongMonthNameMay 65440
91
- #define System_SysConst_SLongMonthNameJun 65441
92
- #define System_SysConst_SLongMonthNameJul 65442
93
- #define System_SysConst_SLongMonthNameAug 65443
94
- #define System_SysConst_SLongMonthNameSep 65444
95
- #define System_SysConst_SLongMonthNameOct 65445
96
- #define System_SysConst_SLongMonthNameNov 65446
97
- #define System_SysConst_SLongMonthNameDec 65447
98
- #define System_SysConst_SShortDayNameSun 65448
99
- #define System_SysConst_SShortDayNameMon 65449
100
- #define System_SysConst_SShortDayNameTue 65450
101
- #define System_SysConst_SShortDayNameWed 65451
102
- #define System_SysConst_SShortDayNameThu 65452
103
- #define System_SysConst_SShortDayNameFri 65453
104
- #define System_SysConst_SShortDayNameSat 65454
105
- #define System_SysConst_SLongDayNameSun 65455
106
- #define System_SysConst_SShortMonthNameJan 65456
107
- #define System_SysConst_SShortMonthNameFeb 65457
108
- #define System_SysConst_SShortMonthNameMar 65458
109
- #define System_SysConst_SShortMonthNameApr 65459
110
- #define System_SysConst_SShortMonthNameMay 65460
111
- #define System_SysConst_SShortMonthNameJun 65461
112
- #define System_SysConst_SShortMonthNameJul 65462
113
- #define System_SysConst_SShortMonthNameAug 65463
114
- #define System_SysConst_SShortMonthNameSep 65464
115
- #define System_SysConst_SShortMonthNameOct 65465
116
- #define System_SysConst_SShortMonthNameNov 65466
117
- #define System_SysConst_SShortMonthNameDec 65467
118
- #define System_SysConst_SLongMonthNameJan 65468
119
- #define System_SysConst_SLongMonthNameFeb 65469
120
- #define System_SysConst_SLongMonthNameMar 65470
121
- #define System_SysConst_SLongMonthNameApr 65471
122
- #define System_SysConst_SVarBadType 65472
123
- #define System_SysConst_SVarNotImplemented 65473
124
- #define System_SysConst_SVarUnexpected 65474
125
- #define System_SysConst_SExternalException 65475
126
- #define System_SysConst_SAssertionFailed 65476
127
- #define System_SysConst_SIntfCastError 65477
128
- #define System_SysConst_SSafecallException 65478
129
- #define System_SysConst_SMonitorLockException 65479
130
- #define System_SysConst_SNoMonitorSupportException 65480
131
- #define System_SysConst_SNotImplemented 65481
132
- #define System_SysConst_SObjectDisposed 65482
133
- #define System_SysConst_SAssertError 65483
134
- #define System_SysConst_SAbstractError 65484
135
- #define System_SysConst_SModuleAccessViolation 65485
136
- #define System_SysConst_SOSError 65486
137
- #define System_SysConst_SUnkOSError 65487
138
- #define System_SysConst_SWriteAccess 65488
139
- #define System_SysConst_SVarArrayCreate 65489
140
- #define System_SysConst_SVarArrayBounds 65490
141
- #define System_SysConst_SVarArrayLocked 65491
142
- #define System_SysConst_SInvalidVarCast 65492
143
- #define System_SysConst_SInvalidVarOp 65493
144
- #define System_SysConst_SInvalidVarNullOp 65494
145
- #define System_SysConst_SInvalidVarOpWithHResultWithPrefix 65495
146
- #define System_SysConst_SVarTypeOutOfRangeWithPrefix 65496
147
- #define System_SysConst_SVarTypeAlreadyUsedWithPrefix 65497
148
- #define System_SysConst_SVarTypeNotUsableWithPrefix 65498
149
- #define System_SysConst_SVarTypeTooManyCustom 65499
150
- #define System_SysConst_SVarTypeCouldNotConvert 65500
151
- #define System_SysConst_SVarTypeConvertOverflow 65501
152
- #define System_SysConst_SVarOverflow 65502
153
- #define System_SysConst_SVarInvalid 65503
154
- #define System_SysConst_SZeroDivide 65504
155
- #define System_SysConst_SOverflow 65505
156
- #define System_SysConst_SUnderflow 65506
157
- #define System_SysConst_SInvalidPointer 65507
158
- #define System_SysConst_SInvalidCast 65508
159
- #define System_SysConst_SAccessViolationArg3 65509
160
- #define System_SysConst_SAccessViolationNoArg 65510
161
- #define System_SysConst_SStackOverflow 65511
162
- #define System_SysConst_SControlC 65512
163
- #define System_SysConst_SPrivilege 65513
164
- #define System_SysConst_SException 65514
165
- #define System_SysConst_SExceptTitle 65515
166
- #define System_SysConst_SInvalidFormat 65516
167
- #define System_SysConst_SArgumentMissing 65517
168
- #define System_SysConst_SDispatchError 65518
169
- #define System_SysConst_SReadAccess 65519
170
- #define System_SysConst_SUnknown 65520
171
- #define System_SysConst_SInvalidInteger 65521
172
- #define System_SysConst_SInvalidTimeStamp 65522
173
- #define System_SysConst_STimeEncodeError 65523
174
- #define System_SysConst_SDateEncodeError 65524
175
- #define System_SysConst_SOutOfMemory 65525
176
- #define System_SysConst_SInOutError 65526
177
- #define System_SysConst_STooManyOpenFiles 65527
178
- #define System_SysConst_SAccessDenied 65528
179
- #define System_SysConst_SEndOfFile 65529
180
- #define System_SysConst_SDiskFull 65530
181
- #define System_SysConst_SInvalidInput 65531
182
- #define System_SysConst_SDivByZero 65532
183
- #define System_SysConst_SRangeError 65533
184
- #define System_SysConst_SIntOverflow 65534
185
- #define System_SysConst_SInvalidOp 65535
186
- STRINGTABLE
187
- BEGIN
188
- System_RTLConsts_SWindowsVista, L"Windows Vista"
189
- System_RTLConsts_SWindowsServer2008, L"Windows Server 2008"
190
- System_RTLConsts_SWindows7, L"Windows 7"
191
- System_RTLConsts_SWindowsServer2008R2, L"Windows Server 2008 R2"
192
- System_RTLConsts_SWindows2000, L"Windows 2000"
193
- System_RTLConsts_SWindowsXP, L"Windows XP"
194
- System_RTLConsts_SWindowsServer2003, L"Windows Server 2003"
195
- System_RTLConsts_SWindowsServer2003R2, L"Windows Server 2003 R2"
196
- System_RTLConsts_SWindowsServer2012, L"Windows Server 2012"
197
- System_RTLConsts_SWindows8, L"Windows 8"
198
- System_RTLConsts_sObserverUnsupported, L"Observer is not supported"
199
- System_RTLConsts_sObserverMultipleSingleCast, L"Cannot have multiple single cast observers added to the observers collection"
200
- System_RTLConsts_sObserverNoInterface, L"The object does not implement the observer interface"
201
- System_RTLConsts_sObserverNoSinglecastFound, L"No single cast observer with ID %d was added to the observer collection"
202
- System_RTLConsts_sObserverNoMulticastFound, L"No multi cast observer with ID %d was added to the observer collection"
203
- System_RTLConsts_sTimespanValueCannotBeNan, L"Value cannot be NaN"
204
- System_RTLConsts_sCannotNegateTimespan, L"Negating the minimum value of a Timespan is invalid"
205
- System_RTLConsts_sInvalidTimespanFormat, L"Invalid Timespan format"
206
- System_RTLConsts_sTimespanElementTooLong, L"Timespan element too long"
207
- System_RTLConsts_SArgumentOutOfRange, L"Argument out of range"
208
- System_RTLConsts_SGenericItemNotFound, L"Item not found"
209
- System_RTLConsts_SGenericDuplicateItem, L"Duplicates not allowed"
210
- System_RTLConsts_SInsufficientRtti, L"Insufficient RTTI available to support this operation"
211
- System_RTLConsts_SParameterCountMismatch, L"Parameter count mismatch"
212
- System_RTLConsts_SNonPublicType, L"Type '%s' is not declared in the interface section of a unit"
213
- System_RTLConsts_SByRefArgMismatch, L"VAR and OUT arguments must match parameter type exactly"
214
- System_RTLConsts_SVersionStr, L"%s (Version %d.%d, Build %d, %5:s)"
215
- System_RTLConsts_SSPVersionStr, L"%s Service Pack %4:d (Version %1:d.%2:d, Build %3:d, %5:s)"
216
- System_RTLConsts_SVersion32, L"32-bit Edition"
217
- System_RTLConsts_SVersion64, L"64-bit Edition"
218
- System_RTLConsts_SWindows, L"Windows"
219
- System_RTLConsts_SMemoryStreamError, L"Out of memory while expanding memory stream"
220
- System_RTLConsts_SNoComSupport, L"%s has not been registered as a COM class"
221
- System_RTLConsts_SPropertyException, L"Error reading %s%s%s: %s"
222
- System_RTLConsts_SReadError, L"Stream read error"
223
- System_RTLConsts_SReadOnlyProperty, L"Property is read-only"
224
- System_RTLConsts_SResNotFound, L"Resource %s not found"
225
- System_RTLConsts_SSeekNotImplemented, L"%s.Seek not implemented"
226
- System_RTLConsts_SUnknownGroup, L"%s not in a class registration group"
227
- System_RTLConsts_SUnknownProperty, L"Property %s does not exist"
228
- System_RTLConsts_SWriteError, L"Stream write error"
229
- System_RTLConsts_SParamIsNegative, L"Parameter %s cannot be a negative value"
230
- System_RTLConsts_SInputBufferExceed, L"Input buffer exceeded for %s = %d, %s = %d"
231
- System_RTLConsts_SFileNotFound, L"The specified file was not found"
232
- System_RTLConsts_sInvalidTimeoutValue, L"Invalid Timeout value: %s"
233
- System_RTLConsts_sTimespanTooLong, L"Timespan too long"
234
- System_RTLConsts_sInvalidTimespanDuration, L"The duration cannot be returned because the absolute value exceeds the value of TTimeSpan.MaxValue"
235
- System_RTLConsts_SCantWriteResourceStreamError, L"Can't write to a read-only resource stream"
236
- System_RTLConsts_SClassNotFound, L"Class %s not found"
237
- System_RTLConsts_SDuplicateClass, L"A class named %s already exists"
238
- System_RTLConsts_SDuplicateItem, L"List does not allow duplicates ($0%x)"
239
- System_RTLConsts_SDuplicateName, L"A component named %s already exists"
240
- System_RTLConsts_SFCreateErrorEx, L"Cannot create file \"%s\". %s"
241
- System_RTLConsts_SFOpenErrorEx, L"Cannot open file \"%s\". %s"
242
- System_RTLConsts_SInvalidFileName, L"Invalid file name - %s"
243
- System_RTLConsts_SInvalidImage, L"Invalid stream format"
244
- System_RTLConsts_SInvalidName, L"''%s'' is not a valid component name"
245
- System_RTLConsts_SInvalidProperty, L"Invalid property value"
246
- System_RTLConsts_SInvalidPropertyPath, L"Invalid property path"
247
- System_RTLConsts_SInvalidPropertyValue, L"Invalid property value"
248
- System_RTLConsts_SListCapacityError, L"List capacity out of bounds (%d)"
249
- System_RTLConsts_SListCountError, L"List count out of bounds (%d)"
250
- System_RTLConsts_SListIndexError, L"List index out of bounds (%d)"
251
- System_SysConst_SLongDayNameMon, L"Monday"
252
- System_SysConst_SLongDayNameTue, L"Tuesday"
253
- System_SysConst_SLongDayNameWed, L"Wednesday"
254
- System_SysConst_SLongDayNameThu, L"Thursday"
255
- System_SysConst_SLongDayNameFri, L"Friday"
256
- System_SysConst_SLongDayNameSat, L"Saturday"
257
- System_SysConst_SInvalidSourceArray, L"Invalid source array"
258
- System_SysConst_SInvalidDestinationArray, L"Invalid destination array"
259
- System_SysConst_SCharIndexOutOfBounds, L"Character index out of bounds (%d)"
260
- System_SysConst_SByteIndexOutOfBounds, L"Start index out of bounds (%d)"
261
- System_SysConst_SInvalidCharCount, L"Invalid count (%d)"
262
- System_SysConst_SInvalidDestinationIndex, L"Invalid destination index (%d)"
263
- System_SysConst_SInvalidCodePage, L"Invalid code page"
264
- System_SysConst_SInvalidEncodingName, L"Invalid encoding name"
265
- System_RTLConsts_SAncestorNotFound, L"Ancestor for '%s' not found"
266
- System_RTLConsts_SAssignError, L"Cannot assign a %s to a %s"
267
- System_SysConst_SLongMonthNameMay, L"May"
268
- System_SysConst_SLongMonthNameJun, L"June"
269
- System_SysConst_SLongMonthNameJul, L"July"
270
- System_SysConst_SLongMonthNameAug, L"August"
271
- System_SysConst_SLongMonthNameSep, L"September"
272
- System_SysConst_SLongMonthNameOct, L"October"
273
- System_SysConst_SLongMonthNameNov, L"November"
274
- System_SysConst_SLongMonthNameDec, L"December"
275
- System_SysConst_SShortDayNameSun, L"Sun"
276
- System_SysConst_SShortDayNameMon, L"Mon"
277
- System_SysConst_SShortDayNameTue, L"Tue"
278
- System_SysConst_SShortDayNameWed, L"Wed"
279
- System_SysConst_SShortDayNameThu, L"Thu"
280
- System_SysConst_SShortDayNameFri, L"Fri"
281
- System_SysConst_SShortDayNameSat, L"Sat"
282
- System_SysConst_SLongDayNameSun, L"Sunday"
283
- System_SysConst_SShortMonthNameJan, L"Jan"
284
- System_SysConst_SShortMonthNameFeb, L"Feb"
285
- System_SysConst_SShortMonthNameMar, L"Mar"
286
- System_SysConst_SShortMonthNameApr, L"Apr"
287
- System_SysConst_SShortMonthNameMay, L"May"
288
- System_SysConst_SShortMonthNameJun, L"Jun"
289
- System_SysConst_SShortMonthNameJul, L"Jul"
290
- System_SysConst_SShortMonthNameAug, L"Aug"
291
- System_SysConst_SShortMonthNameSep, L"Sep"
292
- System_SysConst_SShortMonthNameOct, L"Oct"
293
- System_SysConst_SShortMonthNameNov, L"Nov"
294
- System_SysConst_SShortMonthNameDec, L"Dec"
295
- System_SysConst_SLongMonthNameJan, L"January"
296
- System_SysConst_SLongMonthNameFeb, L"February"
297
- System_SysConst_SLongMonthNameMar, L"March"
298
- System_SysConst_SLongMonthNameApr, L"April"
299
- System_SysConst_SVarBadType, L"Invalid variant type"
300
- System_SysConst_SVarNotImplemented, L"Operation not supported"
301
- System_SysConst_SVarUnexpected, L"Unexpected variant error"
302
- System_SysConst_SExternalException, L"External exception %x"
303
- System_SysConst_SAssertionFailed, L"Assertion failed"
304
- System_SysConst_SIntfCastError, L"Interface not supported"
305
- System_SysConst_SSafecallException, L"Exception in safecall method"
306
- System_SysConst_SMonitorLockException, L"Object lock not owned"
307
- System_SysConst_SNoMonitorSupportException, L"Monitor support function not initialized"
308
- System_SysConst_SNotImplemented, L"Feature not implemented"
309
- System_SysConst_SObjectDisposed, L"Method called on disposed object"
310
- System_SysConst_SAssertError, L"%s (%s, line %d)"
311
- System_SysConst_SAbstractError, L"Abstract Error"
312
- System_SysConst_SModuleAccessViolation, L"Access violation at address %p in module '%s'. %s of address %p"
313
- System_SysConst_SOSError, L"System Error. Code: %d.\r\n%s%s"
314
- System_SysConst_SUnkOSError, L"A call to an OS function failed"
315
- System_SysConst_SWriteAccess, L"Write"
316
- System_SysConst_SVarArrayCreate, L"Error creating variant or safe array"
317
- System_SysConst_SVarArrayBounds, L"Variant or safe array index out of bounds"
318
- System_SysConst_SVarArrayLocked, L"Variant or safe array is locked"
319
- System_SysConst_SInvalidVarCast, L"Invalid variant type conversion"
320
- System_SysConst_SInvalidVarOp, L"Invalid variant operation"
321
- System_SysConst_SInvalidVarNullOp, L"Invalid NULL variant operation"
322
- System_SysConst_SInvalidVarOpWithHResultWithPrefix, L"Invalid variant operation (%s%.8x)\n%s"
323
- System_SysConst_SVarTypeOutOfRangeWithPrefix, L"Custom variant type (%s%.4x) is out of range"
324
- System_SysConst_SVarTypeAlreadyUsedWithPrefix, L"Custom variant type (%s%.4x) already used by %s"
325
- System_SysConst_SVarTypeNotUsableWithPrefix, L"Custom variant type (%s%.4x) is not usable"
326
- System_SysConst_SVarTypeTooManyCustom, L"Too many custom variant types have been registered"
327
- System_SysConst_SVarTypeCouldNotConvert, L"Could not convert variant of type (%s) into type (%s)"
328
- System_SysConst_SVarTypeConvertOverflow, L"Overflow while converting variant of type (%s) into type (%s)"
329
- System_SysConst_SVarOverflow, L"Variant overflow"
330
- System_SysConst_SVarInvalid, L"Invalid argument"
331
- System_SysConst_SZeroDivide, L"Floating point division by zero"
332
- System_SysConst_SOverflow, L"Floating point overflow"
333
- System_SysConst_SUnderflow, L"Floating point underflow"
334
- System_SysConst_SInvalidPointer, L"Invalid pointer operation"
335
- System_SysConst_SInvalidCast, L"Invalid class typecast"
336
- System_SysConst_SAccessViolationArg3, L"Access violation at address %p. %s of address %p"
337
- System_SysConst_SAccessViolationNoArg, L"Access violation"
338
- System_SysConst_SStackOverflow, L"Stack overflow"
339
- System_SysConst_SControlC, L"Control-C hit"
340
- System_SysConst_SPrivilege, L"Privileged instruction"
341
- System_SysConst_SException, L"Exception %s in module %s at %p.\r\n%s%s\r\n"
342
- System_SysConst_SExceptTitle, L"Application Error"
343
- System_SysConst_SInvalidFormat, L"Format '%s' invalid or incompatible with argument"
344
- System_SysConst_SArgumentMissing, L"No argument for format '%s'"
345
- System_SysConst_SDispatchError, L"Variant method calls not supported"
346
- System_SysConst_SReadAccess, L"Read"
347
- System_SysConst_SUnknown, L"<unknown>"
348
- System_SysConst_SInvalidInteger, L"'%s' is not a valid integer value"
349
- System_SysConst_SInvalidTimeStamp, L"'%d.%d' is not a valid timestamp"
350
- System_SysConst_STimeEncodeError, L"Invalid argument to time encode"
351
- System_SysConst_SDateEncodeError, L"Invalid argument to date encode"
352
- System_SysConst_SOutOfMemory, L"Out of memory"
353
- System_SysConst_SInOutError, L"I/O error %d"
354
- System_SysConst_STooManyOpenFiles, L"Too many open files"
355
- System_SysConst_SAccessDenied, L"File access denied"
356
- System_SysConst_SEndOfFile, L"Read beyond end of file"
357
- System_SysConst_SDiskFull, L"Disk full"
358
- System_SysConst_SInvalidInput, L"Invalid numeric input"
359
- System_SysConst_SDivByZero, L"Division by zero"
360
- System_SysConst_SRangeError, L"Range check error"
361
- System_SysConst_SIntOverflow, L"Integer overflow"
362
- System_SysConst_SInvalidOp, L"Invalid floating point operation"
363
- END
364
-
365
- /* C:\cygwin\home\ashu\v3_0\lib\rake-delphi\test\resources\testproject\testproject.res */
366
- /* C:\cygwin\tmp\dtfEEBA.tmp */