Jim Helman (jimh++at++surreal)
Tue, 30 May 95 22:38:04 -0700
I'm not sure why you are having problems since the same should be
possible using a usinit arena (although a usinit arena is only
*required* between unrelated processes and takes some care in
positioning with usconfig(CONF_ATTACHADDR,...) to avoid virtual
memory conflicts). This latter could be causing your problems.
Performer has always used an overloaded new() operator for allocating
libpf objects. In 1.2, this operator is a global new() operator with
a private second argument type to keep it internal and separate from
any application's usage or overloading of new. In 2.0, this has been
changed so that libpf objects are newed using an class-specific new()
function overloaded as appropriate within the libpr/libpf class
hierarchy.
rgds,
-jim helman
jimh++at++surreal.asd.sgi.com
415/390-1151
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:51:33 PDT