This is the mail archive of the cygwin@sourceware.cygnus.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: Exporting __stdcall Procs without _ and @n




On Thu, 1 May 1997, Scott Mintz wrote:

>      Did you ever get this working?
>      
>      -Scott A. Mintz
> 

I finally got this to work with gcc.

In your def file include the following for each function that you don't
want mangled.

unmangled_name=mangled_name@n

For my case it wa

CPlApplet=CPlApplet@16

I built my dll, renamed to cpl, then ran it and it worked since Windows
could find the right name.

Thanks to all that helped me.

Eric

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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