downloadmarquee.GIF (2385 bytes)books.JPG (7189 bytes)

SAMPLE CODE: DESKTOP CONNECTIVITY
All samples are credited to: Bruce Thompson, Apple.


Desktop Connectivity
Entire Section download
desktopc.zip  534k

desktopc.sit.hqx  1.4M


CompNRun - 1 compnrun.zip  5k

compnrun.sit.hqx  9k

This sample project creates a stream file containing a protocol extension to download and executed by an application using the 2.0 DILs (Desktop Integration Libraries). See the sample "SuiteP" for an example of how to use protocol extensions.


DILette-Mac - 2

dilettem.sit.hqx  220k

DILette is a minimal sample application which shows the very basics of using the DILs. This is a good place to start to get a very quick overview of the API and what calls are necessary to send and receive data through the DILs. DILette communicates with the Newton SoupDrink package.


DILette-Windows - 2

dilettew.zip  22k

DILette is a minimal sample application which shows the very basics of using the DILs. This is a good place to start to get a very quick overview of the API and what calls are necessary to send and receive data through the DILs. DILette communicates with the Newton SoupDrink package.


Mini-MetaData - 1 minimeta.zip  85k

minimeta.sit.hqx  378k

Mini-MetaData consists of two applications (one for MacOS, one for Windows) and a Newton package which demonstrate usage of the DILs. Developers can register a meta-data frame on the Newton. This meta-data frame will be used to format data from a soup before it is sent to the desktop. The desktop application simply dumps incoming data to a text file.


SoupDrink-Mac - 4

soupdmc.sit.hqx  668k

SoupDrink consists of two desktop applications (one for MacOS, one for Windows) and a Newton package which demonstrate usage of the DILs. The Newton package uses normal Endpoint comms, and isn't strictly a DIL sample... but it is the "other half" of the MacOS and Windows applications.


SoupDrink-Newton - 4 soupdrnt.zip  62k

  soupdrnt.sit.hqx  90k

SoupDrink consists of two applications (one for MacOS, one for Windows) and a Newton package which demonstrate usage of the DILs. The Newton package uses normal Endpoint comms, and isn't strictly a DIL sample... but it is the "other half" of the Mac and Windows applications.


SoupDrink-Windows - 4

soupdrwi.zip  301k

SoupDrink consists of two desktop applications (one for MacOS, one for Windows) and a Newton package which demonstrate usage of the DILs. The Newton package uses normal Endpoint comms, and isn't strictly a DIL sample... but it is the "other half" of the MacOS and Windows applications.


SuiteP - 2 suitep.zip  54k

suitep.sit.hqx  84k

This project demonstrates the 2.0 DILs: CDIL, FDIL, and PDIL, and a basic user interface framework for Windows and Mac OS that could be used for a basic synchronization and for DIL application debugging.