Microsoft Chat Server Development Guide

Create a new "ATL COM AppWizard" project

Perhaps the easiest way to create a new server extension is to use the ATL COM AppWizard that can be found in Microsoft® Visual C++® 5.0.

  1. Select New… from the File menu.
  2. On the Projects tab, select "ATL COM AppWizard." Enter the required information and click OK.
  3. Select Dynamic Link Library (DLL).
  4. Do not select "Allow merging of proxy/sub code."
  5. Support MFC as necessary.
  6. Click Finish.

© 1998 Microsoft Corporation. All rights reserved.