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]
Other format: [Raw text]

Re: Export a new function from cygwin1.dll


Vishal-
the method has to be declared with  __declspec(dllexport) 
e.g.
__declspec( dllexport ) void ExportedFunction();

Keep me apprised,
Martin
----- Original Message ----- 
From: "Vishal Jain" <vxj45 at hotmail dot com>
To: <cygwin at cygwin dot com>
Sent: Wednesday, April 02, 2003 9:51 PM
Subject: Export a new function from cygwin1.dll


> 
> If I define a new function in cygwin and want to export it,
> what do I need to do?
> thanks,
> Vishal
> 
> 
> 
> 
> _________________________________________________________________
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
> http://join.msn.com/?page=features/junkmail
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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