|
|
Browse by Tags
All Tags » Clips
-
Fair warning, the current integration into the .net framework is shaky at best. I have no collision detection on the Hashtable used for External Addressing to and from clips. This causes a really nasty problem if you pass value types to clips. I am working on the problem but there doesn't seem to be a straight forward ...
-
I have just released a new beta of the Clips .Net Api. I have enhanced User Defined function, Added Multifield support, and DataObject interaction now works as it should. If you choose to download it, I highly recommend taking a look at ProAi.Clips.TestSuite.UserDefinedFunctionTest.cs. This file contains commented test cases on ...
-
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 ...
-
Still making steady progress, I am doing pretty through testing on the new changes. I was doing my final testing and I found a problem on the multifield that I have to go back and fix so I won't have a version out until later today or tomorrow.
What should be included is user defined functions support of unknown return type ...
-
Pulled an all nighter last night. I now have User Defined function working so that you can call multiple functions and don't have to deal with the function stack at all. I wrote several documented test cases so it will be easy to see how everything works. Input parameters and return values c now be ...
-
I am now working on connecting clips COOL (Clips Object Oriented Language) to the .net object model. It will use a new clas called "ClipsClassBuilder". It will take a Type object and build a clips class of the same name and add slots for all the public members. It will also create classes for the base ...
-
Enhanced Data Object support.
Added enumerator ClipsType for all defined clips types.
Types and values are now read/write
note: Still need to do somthing about multi field slots
|
|
|