[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Math Libraries in PVWAVE
- Subject: Re: Math Libraries in PVWAVE
- From: "Mark D. Williams" <xxxnospammarkwnospamxxx(at)resource-eng.com>
- Date: Thu, 01 Jun 2000 15:10:04 -0600
- Newsgroups: comp.lang.idl-pvwave
- Organization: Resource Engineering, Inc.
- References: <393532F4.5DE4434F@iwr.uni-heidelberg.de>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19852
Hi Erik:
Erik John Bock wrote:
>
> When trying to use the math library functions (like INTFCN) in PVWave
> Advantage 6.1 for WinNT I always get errors like:
>
> ON_ERROR: Variable is undefined: ON_ERROR_ACTION (CMAST$GEN_COM)
>
> What am I doing stupid? Do I need to precompile these additional .PRO
> files, and if so, am I missing something obvious? Any help would be
> welcome.
You gotta initialize 'em before you use 'em. Do:
@math_startup
@stat_startup
to initialize the math/stats routines.
Regards,
M. Williams
Resource Engineering, Inc.