Download Ice Touch

Distribution

If binaries are available for a project, they are only provided in an archive format. We do not offer installers for ZeroC Labs projects.

IceTouch-0.1.0.tar.gz

The Ice Touch distribution, which includes the following:

  • Source code for the Ice Touch run time
  • Source code for a modified version of the Ice for C++ 3.3.0 run time and tools, featuring the Slice-to-ObjC translator (slice2objc)
  • Binaries for the Slice-to-C++ and Slice-to-ObjC translators
  • Sample applications that demonstrate how to program with Ice Touch

Release Notes

IceTouch-0.1.0-RELEASE_NOTES

Provides important information about the features and limitations of this Ice Touch release.

Documentation

Ice-3.3.0-IceTouch.pdf
Ice-3.3.0-IceTouch.pdf.gz
Ice-3.3.0-IceTouch.pdf.zip

A version of the Ice 3.3.0 manual that includes chapters describing the Objective-C language mapping. You can also view the manual and reference material online.

Supported Platforms and Compilers

Ice Touch supports the following target platforms:

  • iPhone and iPod touch running iPhone OS 2.1
  • iPhone Simulator
  • Mac OS X Leopard

The iPhone SDK 2.1 is required if you want to build Ice Touch applications for the iPhone, iPod touch, or iPhone simulator.

The development platform for Ice Touch is Mac OS X Leopard.

JDBC Demo

JDBC-demo.tar.gz

The source code for a new JDBC sample application that will be incorporated into a future Ice release. The application requires Ice 3.3.0 and includes a Java server and a Java command-line client. The Ice Touch distribution includes a graphical client for accessing this server.

The JDBC demo distribution must be extracted into an existing Ice demo distribution. After downloading the Ice demo distribution and the JDBC demo distribution into the same directory, execute the steps below:

$ tar xzf Ice-3.3.0-demos.tar.gz
$ cd Ice-3.3.0-demos
$ tar xzf ../JDBC-demo.tar.gz
To build the demo, change to the demo's subdirectory and execute ant:
$ cd demoj/Database/library
$ ant
Refer to the README file in this subdirectory for additional information.

Copyright © 2008 ZeroC, Inc.