Path: news.mathworks.com!not-for-mail
From: "shopana " <shopana.e@hcl.in>
Newsgroups: comp.soft-sys.matlab
Subject: Re: segmentation error
Date: Thu, 10 Jan 2008 06:09:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 22
Message-ID: <fm4cpt$dbv$1@fred.mathworks.com>
References: <flvs6e$1tb$1@fred.mathworks.com> <fm0i99$60m$1@fred.mathworks.com> <fm1im6$8ck$1@fred.mathworks.com> <fm1vmf$7tq$1@fred.mathworks.com> <fm2hei$3i8$1@fred.mathworks.com>
Reply-To: "shopana " <shopana.e@hcl.in>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1199945341 13695 172.30.248.35 (10 Jan 2008 06:09:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 10 Jan 2008 06:09:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1166498
Xref: news.mathworks.com comp.soft-sys.matlab:445156



"Malcolm Lidierth" <ku.ca.lck@htreidil.mloclam> wrote in 
message <fm2hei$3i8$1@fred.mathworks.com>...
> The pointer A1 presumbaly then points to memory outside 
the 
> MATLAB workspace as it is allocated by the first calllib.
> 
> What do you see with get(A1) and libfunctions for these 
dll 
> routines?
> 
> 


get(a1),returns the error message:
??? Error using ==> get
Invalid handle object.

libfunction list the available functions in DLL. how to 
rectify this(The pointer A1 presumbaly then points to 
memory outside the MATLAB workspace as it is allocated by 
the first calllib).thank you