Problem including a header file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aurelien

    #1

    Problem including a header file

    Hi

    I'm writing a DLL which uses MFC and the SDK about Extensible Authentication Protocol
    That's why I include the file <Raseapif.h> in my source file after the line #include "stdafx.h" in order to use the 'PPP_EAP_PACKET ' structure
    But when I compile my project, I have the following error

    TotoDoc.cpp(28) : error C2065: 'PPP_EAP_PACKET ' : not found identifie

    I do not understand ? If there incompatibility between EAP SDK and MFC ?

    Thanks for your help

    Aurelie


Working...