30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
EAPHost Client Method Sample
|
|
============================
|
|
This sample demonstrates how to implement an EAPHost based EAP method on the peer.
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
This sample is available in the following language implementations:
|
|
C++
|
|
|
|
Files
|
|
=====
|
|
EapHostClientMethod.cpp
|
|
This file includes the functions to demonstrate how to implement the EAP peer APIs for developing an EAP peer method.
|
|
|
|
To build the sample using the command prompt:
|
|
=============================================
|
|
1. Open the Command Prompt window and navigate to the directory containing the sample for a specific language.
|
|
2. Type "msbuild EapHostClientMethodSample".
|
|
|
|
To build the sample using Visual Studio 2011 (preferred method):
|
|
================================================================
|
|
1. Open File Explorer and navigate to the directory containing the sample for CPP language.
|
|
2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio.
|
|
3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.
|
|
|
|
To run the sample:
|
|
==================
|
|
1. Navigate to the directory that contains EapHostClientMethodSample.dll using the command prompt.
|
|
2. Type regsvr32 EapHostClientMethodSample.dll at the command line.
|