IDC - Der Schnittstellenbeschreibungs-Compiler (ActiveQt)

Das IDC-Tool ist Teil des ActiveQt-Build-Systems und ermöglicht es, jedes Qt-Binary mit nur wenigen Zeilen Code in einen vollständigen COM-Objektserver zu verwandeln.

IDC versteht die folgenden Kommandozeilenparameter:

OptionErgebnis
dll -idl idl -Version x.ySchreibt die IDL der Server-DLL in die Datei idl. Die Typbibliothek wird die Version x.y haben.
dll -tlb tlbErsetzt die Typbibliothek in dll durch tlb
-vVersionsinformationen ausgeben
-regserver dllRegistriert die COM-Server-dll
-unregserverAufheben der Registrierung der COM-Server-DLL

In der Regel ist es nicht notwendig, IDC manuell aufzurufen, da das qmake Build-System die erforderlichen Nachbearbeitungsschritte in den Build-Prozess einbaut. Siehe die ActiveQt-Dokumentation für Details.

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