libstc++.dll: any __declspec patch available?

Christof Petig christof@petig-baender.de
Fri Jun 22 05:35:00 GMT 2001


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



More information about the Cygwin mailing list