Re: Producing sounds in IDL [message #70321] |
Tue, 06 April 2010 07:07  |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hi All,
I tried the bell program and the IDLtunes on my Windows machine and
everything works fine.
The only issue I found is in the firsts lines of the bell.pro routine.
The routine tries to find the DLL file in a bad path and the way to
check the OS is not the best one.
Anyways, that's right that "You're doin' it all wrong!" is a very
funny error sound !
Thanks,
nata
|
|
|
|
|
|
|
|
Re: Producing sounds in IDL [message #70406 is a reply to message #70321] |
Wed, 07 April 2010 16:07  |
Andrew Cool
Messages: 219 Registered: January 1996
|
Senior Member |
|
|
On Apr 6, 11:07 pm, nata <bernat.puigdomen...@gmail.com> wrote:
> Hi All,
>
> I tried the bell program and the IDLtunes on my Windows machine and
> everything works fine.
> The only issue I found is in the firsts lines of the bell.pro routine.
> The routine tries to find the DLL file in a bad path and the way to
> check the OS is not the best one.
>
> Anyways, that's right that "You're doin' it all wrong!" is a very
> funny error sound !
> Thanks,
>
> nata
Hi Nata,
Fair shake of the sauce bottle, old son!
The DLL part of the Bell program dates back to 1996, and was perfectly
valid,
correct and proper back then. Perhaps you weren't using IDL 14 years
ago...?
Plus the code does contain specific instructions on where the DLL
should be stored:-
; The file winclip.dll has to go into the main IDL directory for
*each*
; of your IDL distributions. That is "C:\RSI\IDL5.5" or "C:\RSI
\IDL5.6"
; or wherever you have installed IDL.
and ..
; Also, the path\filename of the WINCLIP DLL is returned in SHLIB if
all's ok
; To make life simple, I insist on having winclip.dll stored in the
main IDL
; directory.
; It doesn't really have to be, of course, but if you put it somewhere
else then ;you will have to modify this routine accordingly.
Maybe you could pull the code into the 21st century and email a copy
to
David Fanning?
Andrew
|
|
|