PRB: Building Sgwadmin.dll Sample on the EDK (214463)



The information in this article applies to:

  • Microsoft Exchange Development Kit (EDK) 5.5

This article was previously published under Q214463

SYMPTOMS

When building the release code Exchange Development Kit (EDK) Sgwadmin.dll project on the Exchange EDK 5.5, you will get a link error when opening MFC40.LIB.

RESOLUTION

To resolve this, you will need to recompile exchsdk.lib.
  • Navigate to the \\mssdk\samples\dbmsg\exchange\libsrc\exchsdk directory and open the workspace ExchSDK.dsw.
  • In the main menu, click Build and select Set Active Configuration.
  • In the Set Active Project Configuration window, choose Exchsdk - Win32 Release and then click OK.
  • In the main menu, click Build and select Rebuild All.
After the source code compiles, copy Exchsdk.lib from the Win32\Retail folder to the mssdk\lib folder.

Modification Type:MinorLast Reviewed:3/4/2004
Keywords:kbMsg kbprb KB214463