On Tue, Mar 26, 2013 at 4:27 PM, Deepak Tak
<deepak...@gmail.com> wrote:
hello everyone i have a problem with my code blocks
i want to include and graphics.h lib in codeblocks and tried many sites but solution given is not working please help
(i tryed cp these files in include and libbgi.a into lib folder
then copy this "-lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32" to linker )
when i compile program it open graphics.h and says for #include<sstream> there is not such directory
please help me out.......
Dude! At least google stuff before asking here :P
You are trying to include graphics.h ? which is a Turbo C specific file and has nothing to do with the standard C/C++ libraries! In short it is not compatible with the compiler running inside Codeblocks :P
So you can use SDL instead or Allegro etc.