Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to run a program....
It says file doesn't exist..

I think my compiler doesn't know what is
#include"msoftcon.h"

So please help how to run a this type of header file. And also tell me how to add graphics.h header file in visual studio. On one program run on this type of header file 😓😓😓
Please help 🙏🙏🙏

What I have tried:

Youtube, Google but can't understand
Posted
Updated 24-Nov-19 22:32pm

I guess you have some sample project from some library from Borland. This file is outdated and you should use a more modern code.

You need that library and its files in your build path. You can try with the Borland BGI emulator, but it may not work.
 
Share this answer
 
Go to "Solution Explorer" right click your project file, go to "Properties" in properties "Configuration Properties" in there go to "General" there change the plat form tool set to Visual Studios 2012 (v110).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900