Menu

#550 Auto detect Borland C/C++ 5.5

Undefined
invalid
nobody
None
Undefined
2022-01-14
2017-08-14
No

Kindly provide the features of automatic detection of compiler & automatic configuration of that compiler as in c free IDE. It is very small in size detects all supportable compiler and configure automatically eg I am using borland compiler 5.5 . In India all persons uses borland compiler so plz kindly make your IDE compatible for borland compiler

Discussion

  • Teodor Petrov

    Teodor Petrov - 2017-08-14
    • summary: feature request --> Auto detect Borland C/C++ 5.5
     
  • Teodor Petrov

    Teodor Petrov - 2017-08-14

    Generally it should be possible to implement this feature using the configuration files (search and inspect the xml files in the installation).

    If you're interested in support for this ancient compiler, you'll have to provide patches that improve codeblocks. I don't think anyone of the dev team is interested in using this compiler.

     
  • Krishnan Aishwarya

    Plz reply on this

     
  • bluehazzard

    bluehazzard - 2017-08-18

    i don't understand why it should not get auto detected. If i start the installer of the compiler the default installation path is c:\borland\bcc55 and codeblocks searches in

            <Search registry="HKEY_LOCAL_MACHINE\SOFTWARE\Borland\C++Builder\5.0"
                    value="RootDir"/>
            <Search path="C:\Borland\BCC55"/>
            <Search registry="HKEY_LOCAL_MACHINE\SOFTWARE\Borland\BDS\4.0"
                    value="RootDir"/>
            <Search path="%ProgramFiles%\Borland\BDS\4.0"/>
            <Fallback path="C:\Borland\BCC55"/>
    

    so it should get detected fine.
    And where is the problem to do it manually?

     
  • Krishnan Aishwarya

    On compile of programs it give error message

     
  • Teodor Petrov

    Teodor Petrov - 2017-08-29

    http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

    If you find a command that is not correct, we could change it.

    But as I said no developer uses bcc, so we cannot fix problems with it.
    We need contributions from users that care for this compiler!

     
  • Krishnan Aishwarya

    when will be your new version will come & what are the new features . plz kindly provide some features of dev c++

     
  • Teodor Petrov

    Teodor Petrov - 2018-11-18
    • labels: request -->
    • Type: Feature_Request --> Undefined
    • Milestone: Next_Release --> Undefined
     
  • Miguel Gimenez

    Miguel Gimenez - 2022-01-14
    • status: open --> invalid
     
  • Miguel Gimenez

    Miguel Gimenez - 2022-01-14

    I use(d) it and it is detected OK (I have not used it from C::B, though).

    Use the default path when installing.

     

Log in to post a comment.

Auth0 Logo