回覆列表
-
1 # 使用者2368734858123
-
2 # 使用者1465424935672
the framework calls this member function to open the named CDocument file for the application.
Copy
virtual CDocument* OpenDocumentFile(
LPCTSTR lpszFileName
);
Parameters
lpszFileName
The name of the file to be opened.
Return Value
A pointer to a CDocument if successful; otherwise NULL.
1、可能是編譯環境被意外修改,找不到可執行檔案的路徑了。
2、程式在初始化的時候打開了某些外部配置檔案,但是路徑不正確或者檔案不存在。
3、透過編譯環境執行程式時,當前路徑一般是主程式碼檔案所在的路徑,而不是Debug和Release目錄的路徑。
具體根據你的更詳細的情況才能分析出來。