Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB.net 2010 を使用してエキスパート システムを作成しています CLIPS.NET で Mommosoft.ExpertSystem.dll を既にダウンロードしました CLIPS で知識ベースのファイルを既に作成していると仮定すると、それを VB.NET に統合するにはどうすればよいですか?
Visual Studio でソリューション ファイルを右クリック > [参照の追加] をクリック > Mommosoft.ExpertSystem.dll を追加
次に、VB.Net プロジェクトで、DLL のメソッドを呼び出すことができます。
Mommosoft.ExpertSystem.DoSomething()