RAD Server が提供する機能のうち、中間サーバの機能は IIS または Apache で動作します。このインストールですが、運用環境向けのインストール手順を見ると docwiki には IIS のインストール手順が以下のように掲載されています。
[コントロール パネル|プログラムと機能|Windows…
Use the Excel.Application in C++Builder(bcc64)[JAPAN]
January 3, 2017
Author: Pixelot12345
How to use the Excel.Application in C++Builder. Target device is Win64.
Use the ComObj, call in CreateOleObject (“Excel.Application”).
Including ComObj is required.
In C++Builder it is below.
////
#include "System.Win.ComObj.hpp"
Import…