概要
cscの作法、調べてみた。
DesktopMascotを、見つけたので、コンパイルしてみた。
参考にしたページ
写真
環境
- windows11
コンパイル手順
>set PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%
>cd csc\DesktopMascot-master\DesktopMascot-master
>csc /out:mscot.exe /target:winexe /r:DxLibDotNet.dll CameraDialog.cs DisplayDialog.cs Form1.cs Form1.Designer.cs ModelDialog.cs MotionDialog.cs PhysicDialog.cs Program.cs
>mscot
以上。