Csound Csound-dev Csound-tekno Search About

[Cs-dev] Question on Windows build

Date2011-11-22 15:30
Fromjpff@cs.bath.ac.uk
Subject[Cs-dev] Question on Windows build
When I use the scripts to build on Windows some libraries appear as .dll
and some as .a

Does this matter?  What have I failed to understand?

==John ff


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-22 16:08
FromMichael Gogins
SubjectRe: [Cs-dev] Question on Windows build
With Microsoft Visual C++, one cannot link directly to a DLL, one must
link to an import library (mylibrary.lib).

With MinGW, however, one can indeed link directly to a DLL! But, in
addition, one may also link to an import library for that DLL (often
mylibrary.dll.a) or to a static library containing the same code
(usually libmylibrary.a).

Hope this helps,
Mike

On Tue, Nov 22, 2011 at 10:30 AM,   wrote:
> When I use the scripts to build on Windows some libraries appear as .dll
> and some as .a
>
> Does this matter?  What have I failed to understand?
>
> ==John ff
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net