| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3A843633.6BEAB8A@ece.gatech.edu> |
| Date: | Fri, 09 Feb 2001 13:25:55 -0500 |
| From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
| X-Mailer: | Mozilla 4.75 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| CC: | Hadi Bannazadeh <hadi AT itrc DOT ac DOT ir> |
| Subject: | Re: Problem Making Shared Library |
| References: | <002201c092ee$7ef79380$02c8c9c8 AT node2> <20010209114047 DOT H18080 AT redhat DOT com> |
Take a look at one of the 'dll-ized' libraries' sourcecode. You can find that on any cygwin mirror in the cygwin/contrib/ directory. Look at: zlib, libpng, jbigkit, jpeg, tiff, ncurses, readline, gdbm, or gettext. jbigkit is probably the most straightforward example of 'dll-izing'. --Chuck > >when I made a .so file and used it as shared library > >by (gcc -ladd) which add is shared Lib name I found > >that all Functions in add library are exported! > >of course we have problem if we use some functions with same names in different libraries and the main program. > >as I know in VC++ or BorlandC I use _declspec(dllexport) > >or __export in front of exported functions prototype. > >and all other functions remain private for that DLL. > >How I can solve this problem > >Please Help me!! > >Best Regards > >Hadi > >Iran Telecommunication Research Center > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |