0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

cscの作法 その497

Last updated at Posted at 2024-04-21

概要

cscの作法、調べてみた。
DesktopMascotを、見つけたので、コンパイルしてみた。

参考にしたページ

写真

image.png

環境

  • 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

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?