Re: Odd program behaviour

From: jrl(at)msbit(dot)com (Jim Lawson)
To: pgsql-interfaces(at)hub(dot)org
Cc: James(at)msbit(dot)com, Thompson(at)msbit(dot)com, <jamest(at)math(dot)ksu(dot)edu>
Subject: Re: Odd program behaviour
Date: 1999-03-08 22:31:50
Message-ID: 199903082231.OAA08282@nero.msbit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

We ran into similar problems integrating a third party library into a perl
application with SWIG. There appeared to be some confusion between perl and
SWIG over references/pointers and allocating memory for the referred/pointed to
object. We worked around the problem by making sure the memory allocation
happened in perl (by initializing the reference with a suitably large object).

Browse pgsql-interfaces by date

  From Date Subject
Next Message Matthew Hagerty 1999-03-08 22:39:50 [off topic] Date and time fields
Previous Message Michael Davis 1999-03-08 22:10:55 RE: [INTERFACES] Re: Read-only in MSAccess