IPDL/Five minute example

From MozillaWiki
< IPDL
Revision as of 23:46, 17 July 2009 by Cgj (talk | contribs)
Jump to navigation Jump to search

This page walks you through the steps of creating an IPDL protocol and writing the C++ code that implements the required interfaces. It is intended to be a practical complement to the more abstract IPDL/Getting started guide.

Broadly understand IPDL's C++ environment

Write the IPDL "Hello, world" protocol

Run the IPDL compiler

Implement your protocol's generated C++ interface

Put it all together

Write a slightly less trivial protocol