[問題] Visual C++ 6.0 compile跟build問題

看板C_and_CPP (C/C++)作者 (無事一身輕!)時間16年前 (2010/03/17 16:36), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
遇到的問題: (題意請描述清楚) compile 並無問題. 只是OBJ沒出來. 但Build後會出現 LINK : fatal error LNK1104: cannot open file ".\Debug\test.obj" Error executing link.exe. 希望得到的正確結果: 程式跑出來的錯誤結果: LINK : fatal error LNK1104: cannot open file ".\Debug\test.obj" Error executing link.exe. 開發平台: (例: VC++ or gcc/g++ or Dev-C++, Windows or Linux) 有問題的code: (請善用置底文標色功能) 基本上只有這一台不能用.其他都可以正常使用.. 重灌VC也無效!? #include <stdio.h> int main() { printf("123\n"); } 不知道誰也遇過類似問題. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.130.167.247

03/17 16:58, , 1F
檔案目錄權限?
03/17 16:58, 1F
應該不是...都是完全控制阿? 艾~~~ ※ 編輯: scer 來自: 220.130.167.247 (03/17 18:24)
文章代碼(AID): #1Be9Hulb (C_and_CPP)
文章代碼(AID): #1Be9Hulb (C_and_CPP)