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]

Name mangling problem


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".


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