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

Re: Problem Making Shared Library


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


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