Error: no compiler tool is associated with the file extension (*.h)

2

2005

Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article/0,1410,21751,00.html

What is that I need to do so that it cmpiles on Visual Studio as well?

When I tried it & it needed some *.h files. I copied them (from the
Turbo C environment) and put it in there - now it says
"no compiler tool is associated with the file extension"

I am not happy with the Turbo C++ for DOS version 1.01.

That is why I am trying it on Visual Studio - could someone offer help
so that I can make it to work?

Thanks
 
S

Salt_Peter

2005 said:
Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article/0,1410,21751,00.html

What is that I need to do so that it cmpiles on Visual Studio as well?

When I tried it & it needed some *.h files. I copied them (from the
Turbo C environment) and put it in there - now it says
"no compiler tool is associated with the file extension"

I am not happy with the Turbo C++ for DOS version 1.01.

That is why I am trying it on Visual Studio - could someone offer help
so that I can make it to work?

Thanks

Turbo C++ 1.01 is like 15 years old, if you need help with VS then why
not ask your question in one of their newsgroups?
microsoft.public.vstudio.general (thats one of many)
Or did you have a C++ question?
 
D

Default User

2005 said:
Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article/0,1410,21751,00.html

What is that I need to do so that it cmpiles on Visual Studio as well?

When I tried it & it needed some *.h files. I copied them (from the
Turbo C environment) and put it in there - now it says
"no compiler tool is associated with the file extension"

In general, copying missing implementation headers won't help. That's
because the library support isn't there either. You're likely talking
about stuff like conio.h, which is completely implementation-specific.
Most of the time it's used in fairly trivial ways and can be eliminated.

The best thing to do is get a decent modern text and learn ISO standard
C++ as your base. That will work on almost any recent implementation.
See the newsgroup FAQ for some guidelines.




Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,967
Members
47,520
Latest member
KrisMacono

Latest Threads

Top