Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. COM
  4. How to check if a COM DLL was generated from given source code ? [modified]

How to check if a COM DLL was generated from given source code ? [modified]

Scheduled Pinned Locked Moved COM
htmlcomalgorithmshelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GuimaSun
    wrote on last edited by
    #1

    Hi, my IT department have doubts if the COM components in production environment really correspond to the source code in the visual source safe. It's the hard truth. So...I'm searching for methods to verify is the source code is valid. Just recompiling the source and compare the generated DLL with the DLL in production environment is not a valid way. As I have seen, even on sequential compilations the generated DLLs (with binary compatibility) are different, and not only on some bytes (like timestamps) as I thought. I'm also thinking about building a tool to extract the typelibraries to compare them, it's not the final comparison but can help in cases the interface is different. Any ideas ? A comparison tool telling Yes or No (the two COM DLLs are the same or not) would be my dream :) EDIT: the source code is VB6. Thanks for any help.

    GuimaSun www.nexsun.com.br NEXSUN TechZone

    modified on Tuesday, April 8, 2008 2:08 PM

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups