dev c++

2008-04-21 2:49 am
我係用vista既...
唔知關唔關事,
我做完成個programme,
但compile唔到.
我搵左個朋友sd左個正確答案,但係都係compile唔到.
唔該幫下我呀...

回答 (2)

2008-05-01 2:45 am
✔ 最佳答案
Dev C 在Windows Vista環境可以安裝,
但編譯並執行時總是會出現無法編譯的錯誤訊息,

不過只要改一下設定, Dev C 仍然可以在Vista底下順利運作喔~

原因是Dev C 在Vista環境下安裝時, 無法正確配置執行環境,
像是編譯器所在的位置等等, 所以要手動配置絕對路徑,

以下情況都是以Dev C 預設安裝在路徑 C:\Dev-Cpp 底下時,


(英文版環境)
1. tools -> compiler options -> directories -> binaries 底下加入這個路徑 C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2
2. tools -> compiler options -> programs 外部程式 每一個程式名稱前面加入這個路徑 C:\Dev-Cpp\bin\


(中文版環境)
1. 工具 -> 編譯器選項 -> 目錄 -> 二進位檔 底下加入這個路徑 C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2
2. 工具 -> 編譯器選項 -> 目錄 -> 外部程式 每一個程式名稱前面加入這個路徑 C:\Dev-Cpp\bin\




Dev C 的下載點

想要寫C/C , 但又不想在Linux底下開發, 也不想裝Visual Studio那麼肥大的開發軟體的人,
可以 試一試丫~~~\@o@/
2008-04-21 4:42 am
You have to give more information about your problem.
1. Has Dev. C++ been correctly installed.
2. If yes, how would you know it has been (successfully compiled and executed something?)
3. Does your program compile? If not, what are the messages.

2008-04-20 20:43:13 補充:
4. If yes, does your program execute, but don't see the results?
5. If yes, put a getc() command at the end to stop the screen from disappearing, and see if you can see your results.


收錄日期: 2021-04-13 15:28:11
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080420000051KK02617

檢視 Wayback Machine 備份