But my Project Options in the Project tab is disabled(Greyed out).
Do I have to do something to enable it?
Thanks
Karthik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-11-05
The project options remain greyed out until you create a project.
File->New->Project..., set name, select languane, and select a project type template,
In the URL you referenced, note the comment "...conio support is far from perfect. I only wrote it very quickly." - a more comprehensive version is available here: http://www14.brinkster.com/aditsu/console/, although you may need to rebuild the library from source for gcc 3.4 comapatbility.
vijaycapries, you have dragged up a thread from over four years ago to ask
your question!
You have provided no more details than the original question, so my answer is
the same as that above; you need to create a project first!
File->New->Project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I want to include conio.h in my program, so tried to follow the steps as said in this link:
http://www.bloodshed.net/dev/faq.html#conio
But my Project Options in the Project tab is disabled(Greyed out).
Do I have to do something to enable it?
Thanks
Karthik
The project options remain greyed out until you create a project.
File->New->Project..., set name, select languane, and select a project type template,
In the URL you referenced, note the comment "...conio support is far from perfect. I only wrote it very quickly." - a more comprehensive version is available here: http://www14.brinkster.com/aditsu/console/, although you may need to rebuild the library from source for gcc 3.4 comapatbility.
You might also consider using the native Win32 console API (which is hoe conio is implemented in any case): http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/console_functions.asp
Clifford
i have the sample problem all the options in the project tab are disabled,
please help
vijaycapries, you have dragged up a thread from over four years ago to ask
your question!
You have provided no more details than the original question, so my answer is
the same as that above; you need to create a project first!
File->New->Project.