[C/C++] Borland C++ Compiler Installation

  • Borland C++ Compiler Installation
  • 雖然Borland C/C++ Compiler很少使用,但是還是特別寫出這一篇

    Compiler可以從下面的網頁來下載:

    http://www.codegear.com/downloads

    安裝完畢之後還要做一下簡單的設定,將bcc32.cfg 和 ilink32.cfg這兩檔案放置到"c:\Borland\Bcc55\Bin\"裡,也許你會問這兩個檔案從哪裡來,我們可以自行建立這個檔案

    • 將以下文字存成bcc32.cfg
    • -I"c:\Borland\Bcc55\include"

      -L"c:\Borland\Bcc55\lib"

    • 將以下文字存成ilink32.cfg
    • -L"c:\Borland\Bcc55\lib"

    設定完上面的步驟之後,最後我們還要設定一下系統變數,控制台->系統->進階,在系統變數的地方找一個變數名稱為"path",在他的數值增加C:\Borland\BCC55\Bin; 如此一來你在console底下就可以使用bcc32來編譯。

    以下是Borland C++ Compiler的基本編譯方式,假使我們有一個檔案叫做hello.c。

    • bcc32 -c hello.c
    • bcc32 hello.obj

    簡單透過上面兩行指令就可以編譯出hello.exe的執行檔了。

No comments:

Post a Comment

Orange - data analysis tool

Installation pip install orange3 Run orange python -m Orange.canvas