Csound and Visual Studio...
Date | 2016-06-08 22:34 |
From | Rory Walsh |
Subject | Csound and Visual Studio... |
It's been a very long time since I tried to build any Csound based apps with Visual Studio. I used have to install pexports in order to create a .def file, and then run dlltool to create a .lib. Is this still the norm? I believe Mike creates a csound .lib when building CsoundQT? Mike, can you offer some advice, steps I need take? Or would it be possible to include the .lib in the current Csound installer?
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-06-08 22:48 |
From | Michael Gogins |
Subject | Re: Csound and Visual Studio... |
The .lib is in the windows installer. The instructions are on github in the mingw dir README.md. Regards, On Jun 8, 2016 5:35 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-06-09 09:09 |
From | Rory Walsh |
Subject | Re: Csound and Visual Studio... |
There are no .lib files in the directory I installed the latest official windows release to? I will take a look at the README instructions. I should have simply gone there first! On 8 June 2016 at 22:48, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2016-06-09 09:16 |
From | Rory Walsh |
Subject | Re: Csound and Visual Studio... |
Thanks Mike. Your make_import_library script did the trick. On 9 June 2016 at 09:09, Rory Walsh <rorywalsh@ear.ie> wrote:
|