Re: same function, different mangled names
Re: same function, different mangled names
- Subject: Re: same function, different mangled names
- From: Stefan Werner <email@hidden>
- Date: Wed, 3 Aug 2005 22:43:23 +0200
hi.
On Aug 3, 2005, at 6:44 PM, Eric Albert wrote:
002f2b68 s __ZN15wxDocChildFrameD0Ev
002f2b28 s __ZN15wxDocChildFrameD1Ev
Those don't appear to be exported. The lowercase 's' means that
they're internal. It should be 'S' (or, more typically, 'T', but
either is OK).
Thanks, that explains quite a bit. Is there any documentation
available on how to read the mangled names? I tried to find a
reference, but so far I couldn't find any.
Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden