Re: [Dev-C++] using borland's graphics.h interface wint Dev-c++
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Michal M. <mi...@mo...> - 2008-04-06 17:37:24
|
sipho dludlu napsal(a): > Hi. I have just installed Bloodshed Dev-c++ version 4.9.7.0.software on > my computer. I would like to be able to use borland's graphics.h > interface to be able to create graphical objects with Dev-c++. I just > downloaded the files graphics.h and libbgi.a and installed them in > C:\Dev-Cpp\include and C:\DevCpp\lib (as directed in the Dev-C++ > tutorial for CSC 161 students). however I encounter a problem when I > try to use the library files. The problem is in entering the text > > * -lbgi > * -lgdi32 > * lcomd1g32 > * luuid > * loleaut32 > * lole32 , and it comes because there is no "Parameters" tab in > Project->Project Options window. > > Kindly advise me on how I could this right under the circumstances. I > really would like to get going with creating objects with Dev-c++. 1) use latest Dev-C++ (4.9.9.2 or wxDev-C++ 6.10-2), you will have Parameters tab 2) if you have to for some unknown reason to stick with such archaic version 4.9.7.0 put the text into the Linker Options textbox on the General tab |