PRB: LNK1181: Cannot Open Input File "ExchSDKd.Lib"

ID: Q187662


The information in this article applies to:
  • Exchange Development Kit (EDK), version 5.5


SYMPTOMS

When building one of the Exchange SDK samples, the following error may occur:

LNK1181: cannot open input file "ExchSDKd.Lib"


CAUSE

When building samples from the command line, the default is to build debug versions of the samples. However, only the release version of the Exchange SDK library is shipped.


RESOLUTION

There are two ways to resolve the problem:

  • Build the release version of the sample. You can do this by executing the following command in the sample's directory:
    nmake /a nodebug=1


  • Build the debug version of the Exchange SDK library.



STATUS

This behavior is by design.


REFERENCES

For information about rebuilding the Exchange SDK library, please see the following article in the Microsoft Knowledge Base:

Q187661 HOWTO: Rebuilding the Exchange SDK Library

Additional query words: kbDSupport kbMsg kbEDK kbdse

Keywords :
Version : WINDOWS:5.5
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: November 9, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.