com or not com

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xCal

    #1

    com or not com

    Hi group

    what can i do to know if a given .exe or .dll file, is com or not?
    thanks very much in advance, Carlos.


  • RFOG

    #2
    Re: com or not com

    Open a Command Box and type:

    dumpbin /exports <name_of_progra m>|find "DllGetClassObj ect"

    If that method is present, the program is a COM.

    Or use Dependency Walker and search for: DllGetClassObje ct and
    DllCanUnloadNow


    --
    Visita mi blog principal: http://rfog.blogsome.com
    Y este sobre programación: http://geeks.ms/blogs/rfog
    Libros, ciencia ficción y programación
    =============== =============== ==========
    Donde acaba el deseo comienza el temor.
    -- Baltasar Gracian. (1601-1658) Escritor español.

    "xCal" <xcal79@yahoo.c omDELthiswrote in message
    news:%23cd4xd9A IHA.2268@TK2MSF TNGP04.phx.gbl. ..
    Hi group
    >
    what can i do to know if a given .exe or .dll file, is com or not?
    thanks very much in advance, Carlos.
    >

    Comment

    Working...