Files
TeslaRel410/BORLAND/BC45/EXAMPLES/OWL/OWLAPI/TRANSFER/TRANSFER.H
T
CydandClaude Fable 5 63312e07f9 source410: literal 4.10 source reconstruction + BC++ 4.52 fleet toolchain archived
- BORLAND/: Borland C++ 4.52 (chosen over 4.5 by byte-match: CODE/RP/CW32.LIB
  is identical to 4.52's install lib). BCC32/TLINK32/TLIB/MAKE run natively on
  Win11; CODE/BT/OPT.MAK is the shipped BTL4OPT.EXE's exact flag recipe
  (extender = Borland PowerPack DPMI32, not Phar Lap TNT).
- restoration/source410/: the literal 1995-form reconstruction of the missing
  BT game source (never mixed into CODE/). Round 1-3 state:
  * 6 of 10 surviving original TUs COMPILE CLEAN under the period toolchain
    (BTMSSN, BTCNSL, BTSCNRL, BTTEAM, BTL4MODE, BTL4ARND) - first builds
    since 1996.
  * BT_L4/BTL4APP.CPP pilot reconstruction: 12/12 functions, Fail() lands on
    its binary-recorded line 400 exactly.
  * BT/BTCNSL.HPP: console wire IDs recovered from the binary's ctors
    (Killed=9, Damaged=10, ScoreUpdate=13, DeathWithoutHonor=15 [T1];
    TeamScore=12 flagged [T4]).
  * MUNGA/: 8 engine-header backfills back-dated from the BT412 WinTesla tree
    (VDATA numbering decomp-verified; AUDREND's OpenAL-era virtual removed -
    the period compiler is the drift detector).
  * Tooling: backdate.py (WinTesla->1995 header transform), compile410.sh
    (per-TU verification sweep under authentic OPT.MAK flags).
  * README: corrected roadmap - MECH.HPP is the capstone grown with the mech
    TU reconstructions; BTREG.CPP green = the header-family milestone.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 07:33:26 -05:00

42 lines
1.3 KiB
C++

//----------------------------------------------------------------------------
// ObjectWindows - (C) Copyright 1991, 1993 by Borland International
//----------------------------------------------------------------------------
#define IDC_HSCROLL1 100
#define IDC_PUSHBUTTON1 101
#define IDC_PUSHBUTTON2 102
#define IDC_AUTOCHECKBOX1 103
#define IDC_AUTOCHECKBOX2 104
#define IDC_AUTOCHECKBOX3 105
#define IDC_EDIT1 106
#define IDC_EDIT2 107
#define IDC_LISTBOX1 108
#define IDC_DROPDOWNLIST1 109
#define ID_MENU 110
#define CM_DIALOG 111
#define CM_TRANSFER 112
#define CM_ADDLISTBOX 113
#define CM_ADDCOMBOBOX 114
#define IDD_DIALOG 200
#define ID_MRBUTTON 201
#define ID_MSBUTTON 202
#define ID_DRBUTTON 203
#define ID_NAMEEDIT 204
#define ID_ADDR1EDIT 205
#define ID_ADDR2EDIT 206
#define ID_CITYSTEDIT 207
#define ID_COUNTRYEDIT 208
#define ID_CHECKBOX1 209
#define ID_CHECKBOX2 210
#define ID_CHECKBOX3 211
#define ID_LISTBOX 212
#define ID_LISTBOXDATA 213
#define ID_COMBOBOX 214
#define ID_COMBOBOXDATA 215
#define ID_SCROLLBAR 216
#define ID_DISPLAY_INFO 300
#define ID_INFO 301