Production Artificial Intelligence Technology

Welcome to Sign in | Join | Help
Home Blogs Forums Bots Docs Photos Downloads

Clips .NET 6.24 1.1.5b

File Details
Downloads: 2236 File Size: 7.5MB
Posted By: admin Views: 2178
Date Added: 4 Feb 2007

External function calls and DataObject interaction Should now work correctly.  This was ment to be a maintenance release but significant functionality and bug fixes are in this release.  Look at the test function in UserDefinedFunctions.cs in ProAi.Clips.TestSuite to see the syntax of how to do correct external function calls and DataObject manipulation.  These test cases are fully commented and should aid anyone attempting to use this feature.

Comments
 

Ninja said:

Thank you for this files. But it ask for a password how can i find it?
13 Sep 2007 7:07 AM
 

Student said:

Thank you for your help but it asks for a password.. an documentaion which we can use .. ? thanks again
31 Dec 2007 4:05 AM
 

Simba said:

Thank you for this nice C# wrapper for the C++ wrapper of the Clips engine written in C. Unfortunately I got a bunch of memory leaks whenever I work with DataObjects. They don't seem to be disposed from memory properly. Here is an example of the biggest leak that occurs when copying all facts of the knowledge base to a collection. Collection<string> factCol = new Collection<string>(); for (int i = ruleEngine.FactList.Begin; i <= ruleEngine.FactList.End; i++) { if (ruleEngine.FactList.GetMFDataType(i).Equals(ClipsType.FactAddress)) { Field field = _dataObject.GetMFValue(i); Fact fact = field.ToFact(); factCol.Add(fact.ToString()); } }
31 Jan 2008 8:21 AM
 

shashi said:

Where can I find the password?
12 Feb 2008 5:54 PM
 

rhen said:

It's great to have this. But I'm having difficulty to understand and use it. Maybe some documentation and examples would be nice. I really need it, cause I use this CLIPS .NET as assistance for finishinh my final project...
16 Jun 2008 11:59 AM
 

gakuci said:

Hi I am also having problem while compiling the whole projects Clips .NET 6.24 1.1.5b. It is asking me password. Can anyone help me to get this?
1 Feb 2009 9:47 PM
 

Denis said:

Where can I find the password?
29 Dec 2009 12:44 PM
 

Basem said:

thanks but every time i try to run the project i get this exception "The specified module could not be found. (Exception from HRESULT: 0x8007007E)" i am using vs 2008 on windows7 x64
5 Mar 2010 1:41 PM
 

omega watches said:

winni2078 08 21 <a href="http://www.juicycouture4u.com/">juicy couture </a> <a href="http://www.newstyleomega.com/">omega watches</a> <a href="http://www.juicycouture4u.com/">juicy couture handbags</a> <a href="http://www.newstyleomega.com/">omega seamaster</a>
21 Aug 2010 5:15 AM

Add Comment

Name (required)
Web Site (optional)
Comment (required)
Add
Powered by Community Server, by Telligent Systems