Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IceMaster and version 3.7.1

Znav
nextWriting an Ice Application with PHP
prevWriting an Ice Application with JavaScriptMATLAB

This page shows how to create an Ice application with Objective-C.

...

  • Printer.m
    The Printer.m file contains the source code for our Printer interface. The generated source contains type-specific run-time support for both clients and servers. For example, it contains code that marshals parameter data (the string passed to the printString operation) on the client side and unmarshals that data on the server side.
    The Printer.m file must be compiled and linked into both client and server.

Ztop

Writing and Compiling a Server in Objective-C

...

 

Znav
nextWriting an Ice Application with PHPObjective-C
prevWriting an Ice Application with JavaScriptMATLAB