Csound Csound-dev Csound-tekno Search About

[Cs-dev] csoundSetLanguage removed

Date2008-01-30 02:39
FromAnthony Kozar
Subject[Cs-dev] csoundSetLanguage removed
The implementation of the public API function csoundSetLanguage() seems to
have been removed ...


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-01 10:51
FromAnthony Kozar
SubjectRe: [Cs-dev] csoundSetLanguage removed
Can I add this function back? (Maybe just as a stub)?  Its removal breaks
the binary compatibility of the Csound library.

Anthony Kozar wrote on 1/29/08 9:39 PM:

> The implementation of the public API function csoundSetLanguage() seems to
> have been removed ...


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-01 17:53
FromCesare Marilungo
SubjectRe: [Cs-dev] csoundSetLanguage removed
In fact importing csnd in python doesn't work anymore:

Traceback (most recent call last):
  File "main.py", line 8, in 
    import csnd
  File "/usr/lib/python2.5/site-packages/csnd.py", line 7, in 
    import _csnd
ImportError: /usr/lib/python2.5/site-packages/_csnd.so: undefined 
symbol: csoundSetLanguage

-c.

Anthony Kozar wrote:
> Can I add this function back? (Maybe just as a stub)?  Its removal breaks
> the binary compatibility of the Csound library.
>
> Anthony Kozar wrote on 1/29/08 9:39 PM:
>
>   
>> The implementation of the public API function csoundSetLanguage() seems to
>> have been removed ...
>>     
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>   


-- 
www.cesaremarilungo.com 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-02 05:22
FromAnthony Kozar
SubjectRe: [Cs-dev] csoundSetLanguage removed
I added a stub for csoundSetLanguage() to getstring.c.  This will preserve
dynamic linking compatibility and is only a minor change in functionality.
If there is a way to set the language programatically with GetText, then a
proper replacement could be written.

Also, I updated the API version to 1.6 since there were some small additions
to the public section of the CSOUND struct.

I don't think there is anything else left to do is there?

Anthony

Cesare Marilungo wrote on 2/1/08 12:53 PM:

> In fact importing csnd in python doesn't work anymore:
> undefined symbol: csoundSetLanguage

> Anthony Kozar wrote:
>> Can I add this function back? (Maybe just as a stub)?  Its removal breaks
>> the binary compatibility of the Csound library.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-02-02 15:02
FromFelipe Sateler
SubjectRe: [Cs-dev] csoundSetLanguage removed
AttachmentsNone  None  None