Microsoft #include header file (.h) for "_HFILE"

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-05-17T00:46:53Z Indexed on 2010/05/17 0:50 UTC
Read the original article Hit count: 214

Filed under:
|

I'm trying to compile some Microsoft SAPI example code in a non-Microsoft C++ Compiler, and am getting an error at this line:

    _HFILE m_hfilePrev;

Presumably because it doesn't recognize the _HFILE #define. Does anybody know what .h file I should include for that?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc