Question about recompiling a dll

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

    Question about recompiling a dll

    Hi all, I'm reading this article on Microsoft's website:
    http://support.microsoft.com/kb/932872/ , and they state that the
    solution is to recompile the "COM dll"... how do I do this? Is there a
    makefile or something I need?

    Thanks
  • Erland Sommarskog

    #2
    Re: Question about recompiling a dll

    Geet (geet.kartikeya @gmail.com) writes:
    Hi all, I'm reading this article on Microsoft's website:
    http://support.microsoft.com/kb/932872/ , and they state that the
    solution is to recompile the "COM dll"... how do I do this? Is there a
    makefile or something I need?
    The article assumes that you have access to the source code for your
    DLL, and thinks that if you were able to compile it for 32-bit, you will
    also know how to compile it for 64-bit.

    Obviously, if the COM object is from Microsoft or a third-party vendor,
    this is not possible.


    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server 2005 at

    Books Online for SQL Server 2000 at

    Comment

    • Geet

      #3
      Re: Question about recompiling a dll

      Thank you for the information :-)

      Comment

      Working...