This is the mail archive of the cygwin@cygwin.com 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]

libstc++.dll: any __declspec patch available?


Christof Petig wrote:

> While trying to create a import library for a dll I found that the usual
> way does not create external symbols for the DATA section. This occured
> with
> Cygwin's tools and Reinhard's Linux cross tools, and with two different
> libraries (libiconv and libstdc++), so it looks like a general problem.

It looks like the solution is to use
__declspec (dllexport)  and  __declspec (dllimport)
(AFAICS)

Does anybody ever have provided a patch for libsigc++?

Christof

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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