Question

I'm trying to use my project file in c, but it wont let me do it, it gives invalid configuration file then shows the directory of my project file.

I am using Turbo C simulator for windows 7 64 bit

I already tried to re install it but same error keeps happening, i can run normal files though just cant include my project file.

Was it helpful?

Solution

Do yourself a favor and install some worthy compiler. There are alot of options available on the market. I prefer Microsoft Visual Studio.

Some free worthy compilers:

  • Microsoft Visual Studio Express
  • Code Blocks
  • Eclipse

OTHER TIPS

Turbo C is a old version any way you want a solution how to create a project file without error see this video:

https://www.youtube.com/watch?v=KAdlaYclkvg

It may help you, follow each and every step carefully it's better not to use turbo c++. use dev c++ or code blocks for better management of project files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top