This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
RE: Q. on creating DLL's for use w/ excel (export names without @0, @4 etc?) (cygwin 1.3.13-2)
- From: "Schaible, Jörg" <Joerg dot Schaible at gft dot com>
- To: <cygwin at cygwin dot com>
- Date: Tue, 5 Nov 2002 10:00:01 +0100
- Subject: RE: Q. on creating DLL's for use w/ excel (export names without @0, @4 etc?) (cygwin 1.3.13-2)
Hi Matthiew,
> int WINAPI foobar() { return 1234; }
^^^^^^
This is the problem. By default WINAPI defines something like __stdcall that causes this!
Regards,
Jörg
--
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/