swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no autoDrop


From: Parviez HosseiniC
Subject: Re: no autoDrop
Date: Fri, 8 May 1998 09:47:33 -0700 (PDT)

>   [killSchedule setAutoDrop: YES];

Try: [killSchedule setAutoDrop:1];

or include a 
#define YES 1
#define NO 0

at the top of your code. C doesn't understand YES or NO unless you define 
them. Currently, my guess is that you are sending

[killSchedule setAutoDrop:];

without a argument, which C ends up interpreting as 0.

-Parviez Hosseini


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]