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]

Re: Linking with "stdcall" library



--- Dmitry Timoshkov <dmitry@baikal.ru> wrote: > "Danny Smith"
<danny_r_smith_2001@yahoo.co.nz> wrote:
> 
> > If you really want the undecorated name as well, add an alias:
> > EXPORTS
> >      MyCloseHandle@4
> >      MyCloseHandle=MyCloseHandle@4
> 
> Yes, that will fix the problem. But how it could be automated?
> How the .def file with both names could be created from a .dll file?
> I checked libraries provided by cygwin in C:\cygwin\lib: libkernel32.a
> libuser32.a, etc. They all have both undecorated and decorated names and
> of course linking with them has no problems. How they were created?
> 
> Thanks for your help.
> --

-- start of test-dll.def --
EXPORTS
    MyCloseHandle@4
-- end of test-dll.def --


dlltool --kill-at --input-def test-dll.def --output-lib libtest-dll.a


Danny

_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

--
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]