IDC - インタフェース記述コンパイラ (ActiveQt)

IDCツールはActiveQtビルドシステムの一部であり、わずか数行のコードでQtバイナリを完全なCOMオブジェクトサーバーにすることができます。

IDCは以下のコマンドラインパラメータを理解します:

オプション結果
dll -idl idl -バージョン x.yサーバーdllのIDLをidlファイルに書き込みます。タイプ・ライブラリーのバージョンはx.yになります。
dll -tlb tlbdllのタイプ・ライブラリをtlbに置き換えます。
-vバージョン情報を表示
-regserver dllCOMサーバーdllを登録する。
-unregserverCOM サーバーdllの登録を解除する。

qmake ビルド・システムが、ビルド・プロセスに必要な後処理ステップを追加してくれるため、通常、IDC を手動で呼び出す必要はありません。詳細はActiveQt のドキュメントを参照してください。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.