swarm-support
[Top][All Lists]
Advanced

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

RE: event raised for error: InvalidOperation


From: zze-GUERRAZ Bruno stagiaire FTRD/DTL/LAN
Subject: RE: event raised for error: InvalidOperation
Date: Thu, 10 May 2001 17:08:21 +0200

no, the main is only 

#import <simtools.h>
#import "PplObserverSwarm.h"

int
main (int argc, const char **argv)
{
  PplObserverSwarm *observerSwarm;

  initSwarm (argc, argv);

  observerSwarm = [PplObserverSwarm create: globalZone];
  [observerSwarm buildObjects];
  [observerSwarm buildActions];
  [observerSwarm activateIn: nil];
  [observerSwarm go];

  return 0;
}



-----Message d'origine-----
De : address@hidden [mailto:address@hidden
Envoye : jeudi 10 mai 2001 16:49
A : address@hidden
Objet : Re: event raised for error: InvalidOperation


>>>>> "BG" == zze-GUERRAZ Bruno stagiaire FTRD/DTL/LAN
<address@hidden> writes:

BG> When I quit the program, I get sometimes the following error

BG> getCurrentTime(): there is no currently running activity from which
BG> to obtain requested activity context information. 

Maybe you call getCurrentTime after `run' finishes? in your `main'?



                  ==================================
   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.

                  ==================================
   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]