| Having both installed on Windows is problematic due to csnd.dll. If
you use anything that requires csnd.dll, you'll have to make sure the
correct version of it is being loaded. This is typically done by
changing your PATH variable, which is what I did for a while until I
discovered the subst dos command. Now I just set my Csound related
PATH to s:\bin and call subst s: C:\Program Files\Csound32, or subst
s: C:\Program Files\Csound64, which makes it possible to switch Csound
versions without editing the PATH. Note that if s: has already been
substituted, you'll have to un-substitute it with subst /d s: before
substituting a different Csound directory.
Going further, I've added a .bat file to my desktop for automatically
substituting whichever Csound install directory I drag-and-drop onto
it. This makes switching between the two more convenient.
The subst command is an undocumented relic, but it's still available
(even on Windows 7) and it makes dealing with programs like Csound
much easier.
Cheers,
~ andy.f
On Sat, Nov 13, 2010 at 11:24 PM, Adam wrote:
>
> Any warnings or cautions before I install Floats along side
> the existing Doubles version I have, on my WinXP machine?
> [Cecilia needs, and realtime use prefers, the Floats].
>
> The co-existance of the two versions are not detailed
> in the manual at;
> http://www.csounds.com/manual/html/MiscCsound64.html
>
> Any comments appreciated.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|