Sunday, November 7, 2010

solvig problem with dev c++ compile to link graphics.h

hey friends .......
i see this is major problem created for those who use dev c++ compiler instead of turbo coz of window7 or many other..
now get start.
1. first download file : WinBGIm_Library.http://www.codecutter.net/tools/winbgim/V6_0/WinBGIm_Library6_0_Nov2005.zip
2. now open it using winrar or any other software.
3. after extract the file u will get following file named:
    1. winbgim.h
    2. libbgi.a
    3. graphics.h
4. now place them on right place (1st and 3rd in include folder [C:\Dev-Cpp\include] and 2nd in lib folder [C:\Dev-Cpp\lib])


now u get finish with first work then

1. open ur devc++ and create a empty project file>new>project.(remember it must be open in c++)
2. save it as any name
3. then go to project>project option
    click on parameters
    and type this content in linker column
-lbgi
-lgdi32
-lcomdlg32
-luuid
-loleaut32
-loleaut32
-lole32


then u can create any source code under this project..................... enjoy.

must give comment.............