Cannot run c graphics programs

后端 未结 7 935
悲哀的现实
悲哀的现实 2020-12-11 07:15

I have developed a graphic program on a desktop system. But when I tried to run it on the hp compaq laptop it\'s not getting executed. I developed it using Turbo C. Then i t

7条回答
  •  生来不讨喜
    2020-12-11 08:04

    The Steps to make your TC able to run graphics program are as follows:

    1. copy CGA.BGI and EGAVGA.BGI files from TC\BGI folder and paste them in TC\BIN directory.

    2. Open TC by clicking on TC\BIN\TC.EXE.

    3. Click on Options -> Linker -> Libraries .

    4. Select the Graphics Library option and Press OK.

    5. Now you can compile your graphics program with Zero Compilation Errors.

    Thanks!

提交回复
热议问题