Archived

This forum has been archived. Please start a new discussion on GitHub.

Icicle (Ice for C#) Alpha 2 released

You can find Alpha 2 of Icicle at
http://www.zeroc.com/download/Icicle/Alpha2/Icicle.zip

Changes since Alpha 1:

- Changed the generate.cs code to look for slice2cs
in ${SolutionDir}/bin before looking in $ICE_HOME/bin and $PATH.

- Added "cs:array" metadata directive for sequences.
Sequences with this directive are mapped to arrays
instead of being derived from Collections.CollectionBase.

- Improved marshaling speed.

Cheers,

Michi.