[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Math Libraries in PVWAVE



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.