This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [FAQ Alert, ping JDF!] RE: How to make DLLs in cygwin for MSVC and BCB


Patrick Rotsaert wrote:

> No problem that my dll will fall under the GPL.
> Just out of curiosity, does this also apply for applications that use my
> DLL?

As far as I understand it, "linking" as defined by the GPL is when you
incorporate code into the running process space.  If you keep them
seperated into different processes (e.g. one program spawns/execs
another) that is not considered linking.  So dynamic linking = yes,
spawning a seperate process and communicating via IPC = no.  But then
again <http://cygwin.com/acronyms/#YANALATEYHSMBSI>.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]