Re: Export a new function from cygwin1.dll

2003-04-02 Thread Martin Gainty
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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 9:51 PM Subject: Export a

Re: Export a new function from cygwin1.dll

2003-04-02 Thread Elfyn McBratney
> If I define a new function in cygwin and want to export it, > what do I need to do? > thanks, > Vishal You need to add the function name to winsup/cygwin/cygwin.din . Take a look at the file for an example. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: