Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: liklstar on August 12, 2010, 10:07:16 am

Title: Can I link the Turbo C Graphics.lib with C::B?
Post by: liklstar on August 12, 2010, 10:07:16 am
Since my code derive from Turbo C, in code::blocks, I need to link the Graphics.lib with code::blocks! But after I enter "build option->linker setting" and fill the path and name of Graphics.lib in the "link library", my program's building show that it cannot find -lGRAPHICS.LIB. This error block the build process.

Can code::blocks link Turbo C library "Graphics" as you said?
Do I have any problem in setting the link parameters?
What should I do next?
Title: Re: Can I link the Turbo C Graphics.lib with C::B?
Post by: ollydbg on August 12, 2010, 10:13:45 am
You can try this:
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/index.html
with MinGW.
Title: Re: Can I link the Turbo C Graphics.lib with C::B?
Post by: liklstar on August 12, 2010, 10:24:51 am
You can try this:
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/index.html
with MinGW.


Could you give me a detail instruction?