Click to See Complete Forum and Search --> : usinging the C++ graphics code in VC++


zulqernain
October 14th, 2004, 07:10 PM
i wrote a program in borland C++ ,which include graphics too and now i an try to run that program in VC++ 6 but it is giving me error that it cant find graphics.h
can u plz tell me what chages i should make in BC program to run in VC

wien
October 14th, 2004, 09:59 PM
There is no such header as "graphics.h" c++. It's either a proprietary Borland header, or it belongs to some SDK you may have installed. What does this header do?