Fatal error C1083. Please help if know

9

999

I am running some code in c++ and giving me the following error

--------------------Configuration: Project_C_Calculator - Win32
Debug--------------------
Compiling...
proj_c_calc.c
h:\project_c_calculator\proj_c_calc.c(16) : fatal error C1083: Cannot
open include file: 'graphics.h': No such file or directory
Error executing cl.exe.

proj_c_calc.obj - 1 error(s), 0 warning(s)

anybody knows how i can solve this. pleaseeeeeeeeeeee!
 
H

Hendrik Schober

999 said:
I am running some code in c++ and giving me the following error

--------------------Configuration: Project_C_Calculator - Win32
Debug--------------------
Compiling...
proj_c_calc.c
h:\project_c_calculator\proj_c_calc.c(16) : fatal error C1083: Cannot
open include file: 'graphics.h': No such file or directory
Error executing cl.exe.

proj_c_calc.obj - 1 error(s), 0 warning(s)

anybody knows how i can solve this. pleaseeeeeeeeeeee!

You should put a header "graphics.h" where the
compiler searches for it.

Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"The presence of those seeking the truth is infinitely
to be prefered to those thinking they've found it."
Terry Pratchett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top