Thread: [Osw-users] tcl82 gets not installed
Brought to you by:
peoplestank
From: smoerk <sm...@gm...> - 2003-03-20 18:17:02
|
hello, i filed a bug report, because i cannot start osw for windows. the setup program does not install tcl82.dll. does osw have some scipting language for making own objects/patches or do i have to code in C++? smoerk |
From: Andy S. <an...@a2...> - 2003-03-20 18:36:17
|
<quote who="smoerk"> > i filed a bug report, because i cannot start osw for windows. the setup > program does not install tcl82.dll. does osw have some scipting language > for making own objects/patches or do i have to code in C++? I don't know anything about the windows issues myself; I was under the impression that the windows installer includes tcl... I would assume it should be tcl8.3. Patches are just XML, they can also be generated by tcl function calls, and also by open sound control messages (but there is no GUI for that). Objects must be written in C++. There is a GUI tool called 'externalizer' to help you write objects/externals. --aws mailto:andy*a2hd,com http://www.a2hd.com/ |
From: smoerk <sm...@gm...> - 2003-03-20 18:41:31
|
Andy Schmeder wrote: > <quote who="smoerk"> > >>i filed a bug report, because i cannot start osw for windows. the setup >>program does not install tcl82.dll. does osw have some scipting language >>for making own objects/patches or do i have to code in C++? > > > I don't know anything about the windows issues myself; I was under the > impression that the windows installer includes tcl... I would assume it > should be tcl8.3. the README says 8.2, tcl8.3 would be more recent, but there no tcl dll in the Open Sound World folder. |
From: Amar <am...@pt...> - 2003-03-20 19:02:57
|
> > I don't know anything about the windows issues myself; I was under the > > impression that the windows installer includes tcl... I would assume it > > should be tcl8.3. > > the README says 8.2, tcl8.3 would be more recent, but there no tcl dll in the Open Sound World folder. Under Windows, it is 8.2 - the DLL interface is a bit brittle (no symlinks to make different versions have the same name). |
From: Amar <am...@pt...> - 2003-03-20 19:02:32
|
Hi, You're bug report indicates that you have (Active) Tcl 8.3, installed, this is probably interfering with the OSW installer's current behavior which tries to autodetect when to install and not install Tcl/Tk. We will certainly attempt to fix this in the installer, in the meantime, you can manually install Tcl/Tk/Itcl 8.2 via the following link: http://osw.sourceforge.net/files/itcl82.exe Regards, -Amar ----- Original Message ----- From: "smoerk" <sm...@gm...> To: <osw...@li...> Sent: Thursday, March 20, 2003 10:15 AM Subject: [Osw-users] tcl82 gets not installed > hello, > > i filed a bug report, because i cannot start osw for windows. the setup program does not install tcl82.dll. does osw have some scipting language for making own objects/patches or do i have to code in C++? > > smoerk > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Tablet PC. > Does your code think in ink? You could win a Tablet PC. > Get a free Tablet PC hat just for playing. What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Osw-users mailing list > Osw...@li... > https://lists.sourceforge.net/lists/listinfo/osw-users > |
From: smoerk <sm...@gm...> - 2003-03-20 21:50:42
|
now it works, thanks. i only don't know how to get sound out of it. Is there some thing i have to activate beside the red light on the speaker object? Amar wrote: > Hi, > You're bug report indicates that you have (Active) Tcl 8.3, installed, > this is probably interfering with the OSW installer's current behavior which > tries to autodetect when to install and not install Tcl/Tk. We will > certainly attempt to fix this in the installer, in the meantime, you can > manually install Tcl/Tk/Itcl 8.2 via the following link: > > http://osw.sourceforge.net/files/itcl82.exe > > Regards, > -Amar > > > ----- Original Message ----- > From: "smoerk" <sm...@gm...> > To: <osw...@li...> > Sent: Thursday, March 20, 2003 10:15 AM > Subject: [Osw-users] tcl82 gets not installed > > > >>hello, >> >>i filed a bug report, because i cannot start osw for windows. the setup > > program does not install tcl82.dll. does osw have some scipting language for > making own objects/patches or do i have to code in C++? > >>smoerk |