dtcalc: change from obsoleted MAXFLOAT to FLT_MAX from std C
[oweals/cde.git] / cde / examples / tt / README
1 /* $XConsortium: */
2
3 Introduction
4
5    The purpose of this demo program is to show the use of some ToolTalk
6    APIs.  In particular, this program creates and registers a pattern,
7    creates a notification message and sends it (to itself) and receives
8    a message.
9
10 Building and Running the Demo Program
11
12    To build the demo program:
13
14       % make -f Makefile.<PLATFORM>
15
16         where <PLATFORM> is replaced with the name of your system's 
17         platform type.
18
19    To run the program:
20
21       % broadcast
22
23    When the "Broadcast" button is pressed, the program creates a
24    notifcation message, increments a counter for the number of messages
25    sent, sets the "Send" slider to the value of the counter and then
26    sends the message.
27
28    When the program receives a message, it updates the "Received"
29    slider to the number of messages received.
30