xvaredit [message #10789] |
Wed, 28 January 1998 00:00 |
DMottershead
Messages: 17 Registered: January 1998
|
Junior Member |
|
|
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 problem?
--
Regards
David
************************************************************ *******
David Mottershead Phone: +61 2 9949 0234
Manly Hydraulics Laboratory Fax: +61 2 9948 6185
110b King St, Manly Vale, 2093 email: dmottershead@mhl.nsw.gov.au
SYDNEY, AUSTRALIA WWW: http://www.mhl.nsw.gov.au
************************************************************ *******
|
|
|
Re: xvaredit [message #10978 is a reply to message #10789] |
Wed, 28 January 1998 00:00  |
a2652099
Messages: 10 Registered: August 1996
|
Junior Member |
|
|
DMottershead@mhl.nsw.gov.au (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 problem?
You can tell XMANAGER to stop when an error is encountered, as it was
the case in IDL 4. This is done with
XMANAGER, CATCH=0
I think. You can see then in which line of the code the error happened.
Maybe this can give you a hint what's going wrong.
Alex
--
Alex Schuster Wonko@weird.cologne.de PGP Key available
alex@pet.mpin-koeln.mpg.de
|
|
|