Lavr wrote:Но другой вопрос, сможет ли этот софт компилировать более-менее современные сорцы...

Конечно же не сможет - современные сорцы это стандарт C++17, а то и C++20, от которых старому компилятору поплохеет.
Старый борландовский билдер может использоваться для сборки 32-битных программ под Windows XP и выше, написанных на старом варианте C++ образца конца 90х.
т.е. никакого STL и с минимумом (а ещё лучше полным отсутствием) темплейтов - например реализация класса vector там от HP образца 1994 года, апдейтнутая колорадской компанией "Rogue Wave Software" в 1999 году:
Code: Select all
algorith.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
algorith.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
bitset.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
bitset.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
complex.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
Glcomplex.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
compnent.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
deque.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
deque.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
exceptio.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
fstream.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
fstream.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
function.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
iomanip.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
ios.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
iosfwd.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
ios.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
iostream.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
istream.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
istream.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
iterator.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
iterator.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
limits.stl: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
list.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
list.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
locale.stl: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
map.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
memory.stl: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
new.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
numeric.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
ostream.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
ostream.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
queue.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
set.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
sstream.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
sstream.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
stack.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
stdcomp.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
stdexcep.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
streambu.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
streambu.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
string.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
string.stl: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
strstrea.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
utility.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
valarray.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
valarray.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
vector.cc: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
vector.h: * Copyright (c) 1994-1999 Rogue Wave Software, Inc. All Rights Reserved.
P.S. Кстати "Rogue Wave Software" в 2019 году была куплена создателями коммерческого репо-софта Perforce ( с которого многие компании давно пытаются перелезть на git : )
https://en.wikipedia.org/wiki/Rogue_Wave_Software