User forums > Using Code::Blocks

Can I link the Turbo C Graphics.lib with C::B?

(1/1)

liklstar:
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?

ollydbg:
You can try this:
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/index.html
with MinGW.

liklstar:

--- Quote from: 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.


--- End quote ---

Could you give me a detail instruction?

Navigation

[0] Message Index

Go to full version