473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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

Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article...,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

Nov 3 '06 #1
2 5837

2005 wrote:
Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article...,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?

Nov 3 '06 #2
2005 wrote:
Hi

I have a code that compiles using
Turbo C++ for DOS version 1.01 from
http://community.borland.com/article...,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
Nov 3 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Brice Prunier | last post by:
Here under 4 schemas i'm working with ( it may be long: sorry...) The context is the following : Resident.xsd imports Person.xsd and includes Common.xsd ( anonimous schema: no TargetNamespace )...
1
by: naz | last post by:
Hello I keep getting the message and unable to compile my source file. "No compile tool is associated with the file extension" Any idea !!
4
by: Richard | last post by:
Hi All, I am using Visual C++ .Net to create a windows forms application and I am getting the following errors when I do a MessageBox::Show in my Form1.cpp file: Form1.cpp(19): error C2653:...
4
by: Adriano Coser | last post by:
I'm getting the following error: error C3767: PictureSource - candidate function(s) not accessible when accessing a public member function of a managed class, either from managed or unmanaged...
5
by: IcingDeath via DotNetMonster.com | last post by:
I am building this SQL Server database app in which i can store files. In order to display files I want to have the app show the associated icon for the extension of the file that is in the...
2
by: Urs Vogel | last post by:
Hi I have a C++ interop project, which links fine with VS2003, but after converting it to VS2005, it compiles everything withour errors/warnugs, but I get the following linker message. ...
7
by: iwdu15 | last post by:
i added a from called "Splash" to my project and am trying to get it to show up on a formload event...but it gives a buildtime error on the line below static Splash * frm = new Splash(); ...
0
by: rautsmita | last post by:
hello friends , i am using to jdk6 and JAXB2.0, i have geomtry.xsd file i am trying to compile this file using jaxb but i got some error i.e.The particle of the type is not a valid restriction of...
2
by: AngZangGui | last post by:
I have created 2 window forms - Form1 and Form2. What I need to do now is to enable the event in Form2.h to access functions declared in Form1.cpp. Below are parts of the codes: //Form1.h ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.