IDC - The Interface Description Compiler (ActiveQt)

The IDC tool is part of the ActiveQt build system and makes it possible to turn any Qt binary into a full COM object server with only a few lines of code.

IDC understands the following command line parameters:

OptionResult
dll -idl idl -version x.yWrites the IDL of the server dll to the file idl. The type library will have version x.y.
dll -tlb tlbReplaces the type library in dll with tlb
-vPrint version information
-regserver dllRegister the COM server dll
-unregserverUnregister the COM server dll

It is usually never necessary to invoke IDC manually, as the qmake build system takes care of adding the required post processing steps to the build process. See the ActiveQt documentation for details.

© 2024 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.