swarm-support
[Top][All Lists]
Advanced

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

getClass problems


From: Marshall James
Subject: getClass problems
Date: Thu, 04 Mar 1999 14:30:08 +0100

Hi,
here's some more on my problems with getClass. Using the following code:

call=[incident createBegin: [self getZone]];
call=[call createEnd];
printf("%d,%d\n",(int)[call getClass],(int)[incident getClass]);

results in the following:

4971492,4971428

while substituting the Objective-C class message for Swarm's getClass results in:

4971492,4971492

Using Swarm 1.4 on Windows NT 4.0. Hope this helps,
James
--

James Marshall - Research Assistant - COTCOS Project
Institut de Recherche en Informatique de Toulouse
WWW: http://www.mk.dmu.ac.uk/~jmarshall
================================== 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]