missing "eh.h" file!!!
-
:((Hi, When I try to compile a program I get a following fatal error =========================================== fatal error C1189: #error : "eh.h is only for C++!" Error executing cl.exe. =========================================== I'm using VC 6. Please can someone tell me where do I get the right eh.h for VC? It's very critical!!! Many Thanks, John Bosco.
-
:((Hi, When I try to compile a program I get a following fatal error =========================================== fatal error C1189: #error : "eh.h is only for C++!" Error executing cl.exe. =========================================== I'm using VC 6. Please can someone tell me where do I get the right eh.h for VC? It's very critical!!! Many Thanks, John Bosco.
Seems you're including
"eh.h"
from a.c
, try renanimg your file to.cpp
extension. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
Seems you're including
"eh.h"
from a.c
, try renanimg your file to.cpp
extension. Joaquín M López Muñoz Telefónica, Investigación y DesarrolloThanks Joaquin!! It gave me a bright Idea!!! Best Regards, John.:-D