From: trout@sci.fi (Antti Harju)
Subject: Name mangling problem
14 Feb 1997 16:12:11 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3.0.32.19970214230502.00699ae0.cygnus.gnu-win32@sci.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: trout@sci.fi
X-Mailer: Windows Eudora Pro Version 3.0 (32)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Hello,

If I define a function in my C++ program with a prototype like

extern "C" long PASCAL myFunc(int);

is it possible to have the exported function name to be myFunc instead of
myFunc@4? Or is it possible to convert it later on with some command?

	-antti

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