| I will remove strdup from CsoundVST code.
Regards,
Mike
-----Original Message-----
From: Victor Lazzarini
Sent: Nov 10, 2005 4:48 AM
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] using the new csound5 release to build csoundapi~ for pd
I will take it out of csoundapi_tilde.c and commands.c
Victor
At 09:34 10/11/2005, you wrote:
>Richard Dobson wrote:
>
>>Strdup is not an ANSI C function (should not be being used in Csound),
>
>It is not used in the Csound API library, or any of the opcodes,
>I have found strdup in the following files:
>
> frontends/CsoundVST/Conversions.cpp
> frontends/CsoundVST/CsoundVST.cpp
> frontends/CsoundVST/System.cpp
> frontends/csoundapi_tilde/csoundapi_tilde.c
> frontends/tclcsound/commands.c
> interfaces/CsoundFile.cpp
>
>These are mostly optional frontends included with the package
>(CsoundVST, csoundapi~ for PD, and TclCsound), although the last file
>is part of the wrapper library for high level languages.
>It should be easy to remove the use of strdup(), though, as only
>a few files are affected.
>
>However, returning to the subject of this thread, is it possible
>to create an import library for the Csound DLL using the MS development
>tools if a .def file is available ?
>--
>Send bugs reports to this list.
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
|