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 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
|
#if MSG_METHOD == 1
DCL_MSG(I_glbMsgFile)
#else
#define I_glbMsgFile mkMsgID(8,1)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_languagecodes)
#else
#define I_languagecodes mkMsgID(8,2)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_UserBreak)
#else
#define E_UserBreak mkMsgID(8,3)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_internalFailure)
#else
#define E_internalFailure mkMsgID(8,4)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noMem)
#else
#define E_noMem mkMsgID(8,5)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noFarMem)
#else
#define E_noFarMem mkMsgID(8,6)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_openFile)
#else
#define E_openFile mkMsgID(8,7)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_createFile)
#else
#define E_createFile mkMsgID(8,8)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_accessFile)
#else
#define E_accessFile mkMsgID(8,9)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_readFile)
#else
#define E_readFile mkMsgID(8,10)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_writeFile)
#else
#define E_writeFile mkMsgID(8,11)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_option)
#else
#define E_option mkMsgID(8,12)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_nonArgOption)
#else
#define E_nonArgOption mkMsgID(8,13)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_argOption)
#else
#define E_argOption mkMsgID(8,14)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_argMissing)
#else
#define E_argMissing mkMsgID(8,15)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_msgBuffer)
#else
#define E_msgBuffer mkMsgID(8,16)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_warning)
#else
#define I_warning mkMsgID(8,17)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_error)
#else
#define I_error mkMsgID(8,18)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_fatal)
#else
#define I_fatal mkMsgID(8,19)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_appName)
#else
#define I_appName mkMsgID(8,20)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_noise)
#else
#define I_noise mkMsgID(8,21)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_internalKeywords)
#else
#define I_internalKeywords mkMsgID(8,22)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_hlpScreen)
#else
#define E_hlpScreen mkMsgID(0,23)
#endif
#if MSG_METHOD == 1
DCL_MSG(I_locMsgFile)
#else
#define I_locMsgFile mkMsgID(0,24)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_2hlpScreen)
#else
#define M_2hlpScreen mkMsgID(0,25)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noHandleBAK)
#else
#define E_noHandleBAK mkMsgID(0,26)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_openLib)
#else
#define M_openLib mkMsgID(0,27)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_renameToBAK)
#else
#define E_renameToBAK mkMsgID(0,28)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_createNew)
#else
#define W_createNew mkMsgID(0,29)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_recRspFile)
#else
#define E_recRspFile mkMsgID(0,30)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_cmdModeMissing)
#else
#define E_cmdModeMissing mkMsgID(0,31)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_cmdLine)
#else
#define E_cmdLine mkMsgID(0,32)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_libRead)
#else
#define E_libRead mkMsgID(0,33)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_createLib)
#else
#define M_createLib mkMsgID(0,34)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_accessFile)
#else
#define E_accessFile mkMsgID(0,35)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_libEnd)
#else
#define E_libEnd mkMsgID(0,36)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_libMisDir)
#else
#define E_libMisDir mkMsgID(0,37)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_libHeader)
#else
#define E_libHeader mkMsgID(0,38)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_corruptMod)
#else
#define E_corruptMod mkMsgID(0,39)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_emptyMod)
#else
#define E_emptyMod mkMsgID(0,40)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_badCrc)
#else
#define E_badCrc mkMsgID(0,41)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_cmdMode)
#else
#define E_cmdMode mkMsgID(0,42)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_xtrctMode)
#else
#define E_xtrctMode mkMsgID(0,43)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_createLstFile)
#else
#define M_createLstFile mkMsgID(0,44)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_copyLib)
#else
#define M_copyLib mkMsgID(0,45)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_createDir)
#else
#define M_createDir mkMsgID(0,46)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_pageSize)
#else
#define W_pageSize mkMsgID(0,47)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noPages)
#else
#define E_noPages mkMsgID(0,48)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_dblSymbol)
#else
#define E_dblSymbol mkMsgID(0,49)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_openLib)
#else
#define E_openLib mkMsgID(0,50)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_recreateDir)
#else
#define M_recreateDir mkMsgID(0,51)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_noModEnd)
#else
#define W_noModEnd mkMsgID(0,52)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_modAlreadyIn)
#else
#define W_modAlreadyIn mkMsgID(0,53)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_modAddTwice)
#else
#define E_modAddTwice mkMsgID(0,54)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_matchFiles)
#else
#define W_matchFiles mkMsgID(0,55)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_emptyModName)
#else
#define E_emptyModName mkMsgID(0,56)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_processModule)
#else
#define E_processModule mkMsgID(0,57)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_nrAddMod)
#else
#define E_nrAddMod mkMsgID(0,58)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noExtSubMod)
#else
#define E_noExtSubMod mkMsgID(0,59)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_nrDblSym)
#else
#define E_nrDblSym mkMsgID(0,60)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_nrDblMod)
#else
#define E_nrDblMod mkMsgID(0,61)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_modSubtract)
#else
#define M_modSubtract mkMsgID(0,62)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_modExtract)
#else
#define M_modExtract mkMsgID(0,63)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_modSubExt)
#else
#define M_modSubExt mkMsgID(0,64)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_modAdd)
#else
#define M_modAdd mkMsgID(0,65)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_createFile)
#else
#define E_createFile mkMsgID(0,66)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_pageOverflow)
#else
#define E_pageOverflow mkMsgID(0,67)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_globMatch)
#else
#define W_globMatch mkMsgID(0,68)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_notFound)
#else
#define W_notFound mkMsgID(0,69)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_pageInfo)
#else
#define M_pageInfo mkMsgID(0,70)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_HeadPageSize)
#else
#define M_HeadPageSize mkMsgID(0,71)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_pageSize)
#else
#define M_pageSize mkMsgID(0,72)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_aliPageSize)
#else
#define M_aliPageSize mkMsgID(0,73)
#endif
#if MSG_METHOD == 1
DCL_MSG(M__Current)
#else
#define M__Current mkMsgID(0,74)
#endif
#if MSG_METHOD == 1
DCL_MSG(M__Minimal)
#else
#define M__Minimal mkMsgID(0,75)
#endif
#if MSG_METHOD == 1
DCL_MSG(M__Maximal)
#else
#define M__Maximal mkMsgID(0,76)
#endif
#if MSG_METHOD == 1
DCL_MSG(M__Optimal)
#else
#define M__Optimal mkMsgID(0,77)
#endif
#if MSG_METHOD == 1
DCL_MSG(M__Original)
#else
#define M__Original mkMsgID(0,78)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_dirSize)
#else
#define M_dirSize mkMsgID(0,79)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_libTooLong)
#else
#define E_libTooLong mkMsgID(0,80)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_version)
#else
#define E_version mkMsgID(0,81)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_lowMemMinit)
#else
#define W_lowMemMinit mkMsgID(0,82)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_creatTmp)
#else
#define E_creatTmp mkMsgID(0,83)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_restart)
#else
#define M_restart mkMsgID(0,84)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_newPageSize)
#else
#define M_newPageSize mkMsgID(0,85)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noFarMem)
#else
#define E_noFarMem mkMsgID(0,86)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_noUpcaseMode)
#else
#define E_noUpcaseMode mkMsgID(0,87)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_kilobytes)
#else
#define M_kilobytes mkMsgID(0,88)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_bytes)
#else
#define M_bytes mkMsgID(0,89)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_dbgAvail)
#else
#define M_dbgAvail mkMsgID(0,90)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_chgDbgFlags)
#else
#define M_chgDbgFlags mkMsgID(0,91)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_scanCmds)
#else
#define M_scanCmds mkMsgID(0,92)
#endif
#if MSG_METHOD == 1
DCL_MSG(E_LIBHEAD)
#else
#define E_LIBHEAD mkMsgID(0,93)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_xtract)
#else
#define M_xtract mkMsgID(0,94)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_xtrctOld)
#else
#define M_xtrctOld mkMsgID(0,95)
#endif
#if MSG_METHOD == 1
DCL_MSG(M_xtrctNew)
#else
#define M_xtrctNew mkMsgID(0,96)
#endif
#if MSG_METHOD == 1
DCL_MSG(W_dbgIgn)
#else
#define W_dbgIgn mkMsgID(0,97)
#endif
|