Re: XForms: fl_get_clock()

Steve Lamont (spl@szechuan.ucsd.edu)
Thu, 5 Feb 98 06:26:57 PST

# To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> I am currently working on some log program. In my forms, I create
> an "clock" object called "DigitalClock". When I try to get the time
> from this object by calling the "fl_get_clock()" function, it kept
> giving me the "bus dump" error. The command I execute is as follow:

> fl_get_clock(DataScreen->DigitalClock, hh, mm, ss)

Are `hh', `mm', and `ss' pointers to int? If not, you would get a bus
error or the like. fl_get_clock() would normally be called as

int hh;
int mm;
int ss;

[...]

fl_get_clock( obj, &hh, &mm, &ss );

spl
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bloch.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/