--- title: Generating xpt on Windows slug: Mozilla/Tech/XPIDL/Generating_xpt_on_Windows tags: - Embedding Mozilla - Guide - XULRunner translation_of: Mozilla/Tech/XPIDL/Generating_xpt_on_Windows ---

Windows の Gecko \ XUL Runner SDK の最近のバージョンで .idl ファイルから .xpt ファイルを生成するには、 typelib.py スクリプトを使用する必要があります。 XULRunner SDK を <MOZSDKDIR> にインストールしたとすると、次の様なコマンドを実行する必要があります

C:\working-dir> <MOZSDKDIR>\sdk\bin\typelib.py <InputFile.idl> -o <OutputFile.xpt> -I <MOZSDKDIR>\idl