運行 PIDL 編譯器
Last updated
1>---— 開始建構: 專案: ..., 構成: Release Win32 ---—
1>Compiling TestC2C.pidl ...
1>建置日誌保存到“...”。
1>ProudNetTest_2005 - 錯誤:0,警告:0
========== 建置:1 成功,0 失敗,0 最新,0 跳過 ==========$sudo apt-get install mono-gmcs
$sudo apt-get install mono-runtime$sudo yum install mono-devel
$sudo yum install mono-complete$pwd
/home/ProudNet/util
$mono PIDL.exe ../Sample/Simple/Common/*.pidl -outdir ./PIDL.exe -cs <input-file-name><Target Name="BeforeBuild">
<ItemGroup>
<Compile Include="C2S_common.cs" />
<Compile Include="C2S_proxy.cs" />
<Compile Include="C2S_stub.cs" />
</ItemGroup>
</Target>
<Target Name="AfterBuild">
</Target>// This will let proxy, stub and common classes to have access modifier 'public'.
[marshaler(clr)=MyMarshaler, access=public]
global MyC2S 3000
{
Foo(...);
}