Subj : try/finally in C++ To : borland.public.cpp.borlandcpp From : Dennis Jones Date : Wed Jul 07 2004 04:48 pm Hi, Does anyone know if there is a way to get try/finally functionality from the Borland C++ compiler (version 5.0x) when compiling C++ code? BC 5.0x only seems to support __try/__finally in C mode (not C++), and in C++ mode, it only seems to support try/catch (no "finally"). I'd really like to get something like the try/__finally support that is available in BCB. Is this possible with the older 5.0x compiler? - Dennis .