Command Link プログラムは OK です。
Windows フォーム プログラムを実行すると、エラー メッセージが表示されます。
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.DllNotFoundException: libX11.so
at (wrapper managed-to-native) System.Windows.Forms.XplatUIX11:XInitThreads ()
at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in <filename unknown>:0
at WindowsFormsApplication1.Program.Main () [0x00000] in <filename unknown>:0
そして私の腕の Linux の GUI は QT ベースです。
どうすればいいですか?
X11 ライブラリをビルドするか、GTK# をビルドしますか?
私の考えは今はっきりしていません。ガイドや参考資料を教えてください。
ありがとう。