Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Wednesday, December 17, 2008

GPULib 1.0.6 update available

We've just released GPULib 1.0.6 at

http://gpulib.txcorp.com

This fixes a bug for Windows users relating to using FFT calls.

Wednesday, November 19, 2008

Error: "Attempt to call undefined procedure/function: 'GPUADD'."

Some users have seen the following error when using GPULib's IDL bindings:

IDL> gpuinit
% Attempt to call undefined procedure/function: 'GPUADD'.
% Error occurred at: GPUINIT 137 C:\Documents and
Settings\Sizemore\Desktop\gpulib-1.0.0\IDL\lib\gpuinit.pro
% $MAIN$
% Execution halted at: $MAIN$

If this happens to you, you may need to copy the file IDL\lib\gpuinit.pro.orig to IDL\lib\gpuinit.pro, overwriting the original gpuinit.pro file.

UPDATE: We've released a new version of GPULib, v1.0.2, that fixes this error. See

http://gpulib.txcorp.com

to get the new version.