News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

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

Started by liklstar, August 12, 2010, 10:07:16 AM

Previous topic - Next topic

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

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.