psconfig problem [message #42943] |
Sun, 27 February 2005 07:12  |
emason
Messages: 4 Registered: May 2003
|
Junior Member |
|
|
Hi
I've not used idl for about a year and a half, and have just been
playing with some old routines to create some plots I need. I'm
unexpectedly having problems with David Fanning's psconfig, which so
far as I remember, used to work fine. The error message, which occurs
at runtime, is:
% Compiled module: FSC_PSCONFIG__DEFINE.
% Attempt to call undefined method: 'FSC_PSCONFIG::GUI'.
% Error occurred at: PSCONFIG 285 C:\DOCUMENTS AND
SETTINGS\EMASON\MY DOCUMENTS\IDL_programs\IDL_stuff\psconfig.pro
I'm using the same Windows machine (now XP, before 2000), and the same
idl release 5.2, as before.
I'd be very grateful for any help.
Thanks,
Evan
|
|
|
Re: psconfig problem [message #42944 is a reply to message #42943] |
Sun, 27 February 2005 07:23  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Evan Mason writes:
> I've not used idl for about a year and a half, and have just been
> playing with some old routines to create some plots I need. I'm
> unexpectedly having problems with David Fanning's psconfig, which so
> far as I remember, used to work fine. The error message, which occurs
> at runtime, is:
>
> % Compiled module: FSC_PSCONFIG__DEFINE.
> % Attempt to call undefined method: 'FSC_PSCONFIG::GUI'.
> % Error occurred at: PSCONFIG 285 C:\DOCUMENTS AND
> SETTINGS\EMASON\MY DOCUMENTS\IDL_programs\IDL_stuff\psconfig.pro
>
> I'm using the same Windows machine (now XP, before 2000), and the same
> idl release 5.2, as before.
>
> I'd be very grateful for any help.
I can't imagine what this would be. If FSC_PSCONFIG__DEFINE
got compiled, it will have a GUI method. Is is possible
this file has been corrupted somehow?
I'd try compiling it by hand to see just exactly what
is in it:
IDL> .compile FSC_PSCONFIG__DEFINE
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|