i tried run c++ in eclipse mars failed. showing "launch failed. binary not found" .it showing fatal error "sdkddkver.h: no such file or directory". pasted snapshot can see these. have installed mingw , added "c:/mingw/bin" windows path. mingw packages added, can seen in left on snapshot. appreciate help. have seen, lot of similar posts, nothing helped.
i further explored process mentioned ali. clicked project -> build project. , got following error message, came before also. fear may due missing file "sdkddkver.h". related missing file "sdkddkver.h" saw lot of earlier posts also, not pertaining specific problem. know file? how , solve problem or not.
you must build object file before can compile it. if don't “build” file, not able link , load object file, , hence not have required binary numbers execute.
so right click on project -> build project -> run local c/c++ application should trick
Comments
Post a Comment