Menu

Project Options - Disabled

2005-11-05
2012-09-26
  • Nobody/Anonymous

    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

     
    • Anonymous

      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.

      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

       
  • vijaykrishna raju

    i have the sample problem all the options in the project tab are disabled,
    please help

     
  • cpns

    cpns - 2010-03-27

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.