Home »
Public Forums »
archive »
Re: xvaredit
Re: xvaredit [message #10786] |
Wed, 28 January 1998 00:00 |
Michael Werger
Messages: 34 Registered: May 1997
|
Member |
|
|
DMottershead wrote:
> When I pass a 2-dimensional double array to the library function
> XVAREDIT.Pro and edit the table and accept the changes, I receive this
> message:
> % XMANAGER: Caught unexpected error from client application. Message
> follows...
> % Invalid pointer: PEVAL.
> I am running Version 5.0 Win32 (x86). Does anyone have a solution to
>
This happened to me in more or less the same way. Do you use pointers in
your code (not in xvaredit)?
If so, check if you have initialized the pointers appropriate; example:
first define them with
p_a = PTR_NEW(/ALLOCATE_HEAP)
then set them
*p_a = any_expression...
Do not access them if you have put them into a SET_UVALUE keyword with
/NO_COPY before.
Also, I read the "Building IDL applications, chapter 12 on pointers"
again.
--
Michael Werger ESA ESTEC & Praesepe B.V.
Astrophysics Division mwerger@estec.esa.nl
Postbus 299 http://astro.estec.esa.nl
2200 AG Noordwijk +31 71 565 3783 (Voice)
The Netherlands +31 71 565 4690 (FAX)
|
|
|
Current Time: Sat Oct 11 14:01:09 PDT 2025
Total time taken to generate the page: 0.16141 seconds