[Cs-dev] Feature request: UDOs accepting strings
Date | 2006-08-24 14:39 |
From | Andres Cabrera |
Subject | [Cs-dev] Feature request: UDOs accepting strings |
Hi all, I've tried to find it in Istvan's sources, but don't understand enough of Csound internals... it would be great for some UDOs I'm developing to have UDOs accept strings as input. Cheers, Andrés ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound |
Date | 2006-08-24 17:30 |
From | Victor Lazzarini |
Subject | [Cs-dev] windows DLL link question |
A question probably for Michael... In C++ is it necessary to use PUBLIC (dllexport) to make DLL functions available to the outside or all public methods of a class are exported by default? I ask the question because all C API functions in csound.h have PUBLIC before them, but none of the Csound class methods in csound.hpp have it. I have never tried to use the Csound DLL from C++ on Windows, I am wondering whether it actually works. Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-08-24 17:59 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] Feature request: UDOs accepting strings |
I did attempt to track it but there were reliable complaints that the UDOs stopped working all together so I backed off. I think I understand what his code was doing, but I eitehr missed a bit or made a mistake. I hope to put it back when I have time. ==John ffitch ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |