Share via


Server Application Development Options

Other versions of this page are also available for the following:

  • Windows Embedded CE 6.0 R3

8/27/2008

Developers may choose to create a local server in either managed or native code.

Managed code developers can use the managed interface to develop a custom managed server application.

Native code developers have two options:

  1. Statically link to FakeServerLibrary.LIB;
  2. Dynamically link against FakeServer.DLL.

See Also

Other Resources

Architecture of the Local Server Framework