[Cs-dev] the Csound Host API Rory Walsh
Date | 2011-08-01 08:58 |
From | F7h |
Subject | [Cs-dev] the Csound Host API Rory Walsh |
Hello: I try the Rory Welch-examples-API...(Introduction to using the Csound Host API Rory Walsh) I would like to thank Rory for the very interesting intro. 1. When I build the project there is no error message, but when I run the project there are two messagebox: 1.1. FluidSynth : Missing... procedure mgwfltknox-1.2.dll, _Z11fl_draw_box10Fl_Boxtypeiiii)Fl_Color 1.2. FluidSynth : Missing... mgwftlknox-1.3.dll, _Z11fl_end_linev Help me please. Regards. http://csound.1045644.n5.nabble.com/file/n4654283/01_.png http://csound.1045644.n5.nabble.com/file/n4654283/02_.png -- View this message in context: http://csound.1045644.n5.nabble.com/the-Csound-Host-API-Rory-Walsh-tp4654283p4654283.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-08-01 11:14 |
From | Rory Walsh |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
What version of Csound are you using? On 1 August 2011 08:58, F7h |
Date | 2011-08-01 11:30 |
From | Rory Walsh |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
Did you create your own import library using pexports? A simpler approach is to simply rename csound64.dll.5.2 to csound64.a and link to that. I recently had some issues myself linking to the dll that comes with the windows installers. http://csound.1045644.n5.nabble.com/Csound-5-13-API-Windows-td4301434.html#a4303298 I didn't have time to investigate further so I just built Csound myself from source. Everything worked fine after that. Rory. On 1 August 2011 11:14, Rory Walsh |
Date | 2011-08-05 06:55 |
From | F7h |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
Hello, Yes I created my own import library using pexport. I am using csound 5.13, windows vista. It's normal this message: "date.dll' (incompatible with this version of Csound (1.4/2.5)" I transcribe the cmd csound.exe PortMIDI real time MIDI plugin for Csound PortAudio real-time audio module for Csound virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 5.13 (double samples) Feb 11 2011 libsndfile-1.0.23 Usage: csound [-flags] orchfile scorefile C:\Users\Julio>csound --help >>c:\!\cslogo.txt WARNING: not loading 'date.dll' (incompatible with this version of Csound (1.4/2.5) WARNING: not loading 'pvs_ops.dll' (incompatible with this version of Csound (1.4/2.5) Thank you for read this. F7h -- View this message in context: http://csound.1045644.n5.nabble.com/the-Csound-Host-API-Rory-Walsh-tp4654283p4668765.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-08-05 09:24 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
This looks like you might have two versions of csound lying around and these plugins (date.dll etc) are from an incompatible version. Make sure you have only the latest version in your computer. Victor On 5 Aug 2011, at 06:55, F7h wrote: > Hello, > > Yes I created my own import library using pexport. > I am using csound 5.13, windows vista. > It's normal this message: > "date.dll' (incompatible with this version of Csound (1.4/2.5)" > > I transcribe the cmd csound.exe > > PortMIDI real time MIDI plugin for Csound > PortAudio real-time audio module for Csound > virtual_keyboard real time MIDI plugin for Csound > 0dBFS level = 32768.0 > Csound version 5.13 (double samples) Feb 11 2011 > libsndfile-1.0.23 > Usage: csound [-flags] orchfile scorefile > > C:\Users\Julio>csound --help >>c:\!\cslogo.txt > WARNING: not loading 'date.dll' (incompatible with this version of > Csound > (1.4/2.5) > WARNING: not loading 'pvs_ops.dll' (incompatible with this version > of Csound > (1.4/2.5) > > Thank you for read this. > > F7h > > -- > View this message in context: http://csound.1045644.n5.nabble.com/the-Csound-Host-API-Rory-Walsh-tp4654283p4668765.html > Sent from the Csound - Dev mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-08-05 20:10 |
From | F7h |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
Uninstalling, deleting the old version and installing everything again the problem was fixed. Thanks. F7h -- View this message in context: http://csound.1045644.n5.nabble.com/the-Csound-Host-API-Rory-Walsh-tp4654283p4670549.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-08-08 14:31 |
From | Rory Walsh |
Subject | Re: [Cs-dev] the Csound Host API Rory Walsh |
That's great. Thanks for letting us know. On 5 August 2011 20:10, F7h |