swarm-support
[Top][All Lists]
Advanced

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

statically allocated objects not supported


From: Sorin Lerner
Subject: statically allocated objects not supported
Date: Mon, 08 Feb 1999 23:28:48 -0500

Hi,

I've started working on a project in SWARM, and I'm having trouble
declaring statically allocated objects, even though from my
understanding, Objective C should support them. For example,  if I have a
class Hello, and I declare:

Hello h; /* line 39 */

I get the following error:

hello.m:39: `h' cannot be statically allocated
hello.m:39: statically allocated objects not supported

I am using gcc version 2.7.2.1 on Linux, and I'm woundering if there is a
way get statically allocated objects to work. If there isn't, are there
any Objective C compilers that do support statically allocated objects,
and that also work with SWARM?

Thanks,

Sorin



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