[fpc-pascal] C++ Name Mangling
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Thu Mar 15 07:07:28 CET 2007
Ok folks,
I made this question on the Symbian forum and got an answer =)
One can use the Linker to create a dump file with all exported names.
The command is the following:
mwldsym2 -S -show names,verbose
C:\Programas\Symbian\UIQ3SDK\epoc32\release\winscw\udeb\euser.lib
And the function I was looking for is called: ?InfoPrint at User@@SAHABVTDesC16@@@Z
Bizarre, neh?
Now that name isnĀ“t a valid identifier for GNU Assembler ... but I
should probably ask about that on a GNU As group.
thanks a lot,
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list