Idenity Graphic
What's New
Classic MacOS
MacOS X
FAQ
Contact

Sample Code

----------------------

Hello World

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Silly Balls

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Draw Line

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Color Picker

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Mode

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

New GWorld

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Moon Planner

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

CTM Demo

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

CTM Clip

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Bouncing Balls

All Sample code is in the Carbon Bindings Installer. The installer places this code at /Developer/ProjectBuilder Extras/Examples/Ada/Carbon.

Back to Top

-----------------------

Beginning Sockets Examples

This is a simple project to demonstrate how to use Project Builder with Ada for a simple command line unix program. The program used here is a sample application thats part of an article Networking and the BSD Sockets API by Michael Beam on the O'Reilly MacDevcenter <http://www.macdevcenter.com/pub/a/mac/2002/12/26/cocoa.html> The project has 3 targets the original C version of the client and server examples are from the article, a direct translation to Ada using the Gnat thin bindings to unix sockets, and a more correct Ada implementation using the Gnat thick sockets binding written by Jim Hopper.

Back to Top



| What's New | Classic MacOS | MacOS X | FAQ | Contact | Home |
Hello World
Silly Balls
Draw Line
Color Picker
Mode
NewGWorld
Moon Planner
CTM Demo
CTM Clip
Bouncing Balls
Beginning Sockets Examples