News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Final release of protolib added UnDecorateSymbolName

Started by ToutEnMasm, July 04, 2006, 09:37:52 PM

Previous topic - Next topic

ToutEnMasm

Hello,
After a little searching,I found the UnDecorateSymbolName function that can translate decorated name in C++ (?..@...).
I have deleted the condition that make protolib don't found protos in masm (  :green).
Decorated name are translate only when they are in the library.When they are on the dll,they have to be translate first and i have to find the name of the function before to verify it in the dll,and that I don't know very much how to make it.
Perhap's if someone as one idea ?.
                                      ToutEnMasm



[attachment deleted by admin]