MUST features are: -Ability to create an instance/fact and init slots in one pass -Ability to update all any or slots on an instance/fact in one call -above...
Mark Tomlinson
marktoml@...
Aug 27, 2000 1:13 pm
60
I shouldn't try to type early in the morning. I meant any NEW features that you might find neat or useful... I am open to considering any neat features which...
Mark Tomlinson
marktoml@...
Aug 27, 2000 3:22 pm
61
How about the ability to read XML input. This is not a must have as you can use XSL to do a conversion but it may be handy.... ... From: Mark Tomlinson...
Mike Lipkie
MLipkie@...
Aug 28, 2000 2:29 pm
62
Sounds OK to me, I was for sure going to include full XML parsing (including saving a workspace and/or constructs to XML) with 2.0, but I can probably get a...
Mark Tomlinson
marktoml@...
Aug 29, 2000 12:05 am
63
I did not notice it was setup for 2.0. It will be worth the wait.. ... From: Mark Tomlinson [SMTP:marktoml@...] Sent: Monday, August 28, 2000 7:17 PM ...
Mike Lipkie
MLipkie@...
Aug 29, 2000 2:24 pm
64
Ill go ahead and post a copy of the planned feature list for 2.0 as soon as I get back to the shop (probably tomorrow). That way you know what is already...
Mark Tomlinson
marktoml@...
Aug 29, 2000 11:53 pm
65
Version planned list these are not ordered in any way, feel free to submit new ideas. ===========================-> 1.9 <-============================== +...
Mark Tomlinson
marktoml@...
Sep 10, 2000 5:00 pm
66
Someone (you know who you are :) has suggested a CLIPS native ADO type interface. I just have to check and see how many think this is worth the effort. I had...
Mark Tomlinson
marktoml@...
Sep 11, 2000 10:59 pm
67
I think it is worth noting that a validating XML parser is going to add a lot of heft to the size of the product. I still think this is the way to go, but am...
Mark Tomlinson
marktoml@...
Sep 14, 2000 9:56 pm
68
There is some talk at Athena of reviving the IPS version of CLIPS. I will have to port all of the fixes/changes from 1.6 on up into the code for it, but if...
Mark Tomlinson
marktoml@...
Dec 8, 2000 11:17 pm
69
You are right. There isn't one for the template Class. I'll add one in as part of the 1.9 release. I suspect that I ought to go back and look at all of the...
Mark Tomlinson
marktoml@...
Dec 8, 2000 11:20 pm
70
I have updated the features list (see the OCX homepage) for 1.9. I have also added a bug sheet (linked from that same page) to indicate what bugs are being...
Mark Tomlinson
marktoml@...
Dec 9, 2000 12:19 am
71
Clips MT had a memory leak in bload. Has this problem been fixed? Is there any UNIX/MAC/LINUX port for Clips MT? Dinabandhu Mitra...
Dinabandhu Mitra
dinabandhumitra@...
Dec 19, 2000 12:58 pm
72
Yes, I know and no it has not yet been resolved, see the end of this message for reasons why. I am looking for people interested in assisting a port to Unix,...
Mark Tomlinson
marktoml@...
Dec 20, 2000 10:06 pm
73
Is anyone doing any date processing in the CLIPS OCX or in the DLL? I know it is not nativly supported. Any suggestions would be appreciated....
Mike Lipkie
MLipkie@...
Jan 2, 2001 9:49 pm
74
What sort of date processing would you be interested in seeing added?...
Mark Tomlinson
marktoml@...
Jan 8, 2001 12:40 am
75
Just some simple stuff (number of days between, how many days since) I only need tot hte day level so I just changed all my dates to integers as in number of...
Mike Lipkie
MLipkie@...
Jan 8, 2001 3:14 pm
76
I would like to subscribe for the testing of this control. Testing will be done with Delphi 5 and C++Builder 5 Thank you...
Etienne de Villiers
vtek@...
Jan 18, 2001 11:38 am
77
I will announce the beta to this list when it starts (later this month). To subscribe to the list go to www.egroups.com. ... From:...
Mark Tomlinson
marktoml@...
Jan 18, 2001 12:28 pm
78
I'll post a general message to the list as soon as it is ready (along with staging area download instructions). Hopefully I will be able to test and certifyu...
mark tomlinson
marktoml@...
Jan 21, 2001 12:44 am
79
The beta stage for the 1.9 OCX will be ready sometime Monday (Feb. 6). I will send out the stage and download instructions then. I will post the list for new...
Mark Tomlinson
marktoml@...
Feb 4, 2001 1:35 am
80
http://www.idrive.com/ username: clips_stage password: clips After logging in select STORAGE and then the CLIPS_OCX folder. You can download the OCX19Beta1.zip...
mark tomlinson
marktoml@...
Feb 6, 2001 1:20 pm
81
egroups is now part of yahoogroups and you should use the new addresses (see list below). While I suspect that the original egroups address will continue to...
mark tomlinson
marktoml@...
Feb 6, 2001 1:24 pm
82
http://www.idrive.com/ username: clips_stage password: clips After logging in select STORAGE and then the CLIPS_OCX folder. You can download the OCX19Beta1.zip...
mark tomlinson
marktoml@...
Feb 7, 2001 10:05 pm
83
Staged in the same area as before. There was an issue with the type library that caused problems with VB and LPDISPATCH interfaces using early binding. The...
mark tomlinson
marktoml@...
Feb 11, 2001 1:01 am
84
I'm working on embedding Clips in another application and using the public source code for 6.10, which I believe is the latest. It seems that Clips does not...
jdavine@...
Feb 15, 2001 1:02 am
85
Look at the CLIPS C++ Wrappers on my web site. There is a method that attempts to do a complete clean up of the workspace and free what it can. Unfortunately,...
Mark Tomlinson
marktoml@...
Feb 15, 2001 2:58 am
86
Thanks very much. This may be a dumb question, but I cannot find the source code for the functions FreeAtomicValueStorage and ReleaseMem in the wrapper files....
jdavine@...
Feb 17, 2001 1:56 pm
87
These are part of the CLIPS API and the source for them is part of the standard CLIPS source....