News:

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

how to remove underscore and @

Started by daluca, January 31, 2009, 07:28:18 PM

Previous topic - Next topic

daluca

hello:
      can any one tell me if there is a way to use the proc keyword with the stdcall calling convention
      but instructing masm not to generate a decorated name,  so the *.obj file
      contains the name without the underscore and the @(number of bytes to remove)
     
     so if my proc is:

     myproc proc arg1:DWORD

     the name would be simply:
          myproc
     and not:
         _myproc@4


thanks

Vortex

Welcome to the forum.

You can use Agner Fog's Object file converter to undecorate function names in your object modules :

http://agner.org/optimize/objconv.zip