Re: [問題] VC 加了 CRichEditCtrl 程式就馬上關閉了?
本來我以為有一種病毒會破壞 riched20.dll...
可是掃毒以後也沒發現異狀~
而且我用的 IE6.0 應該不會中毒才是~
我發現系統禮確實有兩個檔 riched20.dll 和 riched32.dll
不知道vc是不是 link 這裡~
我另外也試出只要任意的視窗程式加上 richeditctrl 就無法順利啟動~
我設 breakpoint
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
return FALSE;
程式跑完. nResponse = -1 然後就直接跳到 FALSE...
IDCANCEL = 2, 所以在 DoModal()那裡面可能就早有問題了~
※ 引述《nosrep (YYY)》之銘言:
: 不知為何, 我的Resource視窗只要加了 CRichEditCtrl,
: 程式 F5 一執行馬上就離開了...也沒任何錯誤~
: 是因為我的 dll 的問題嗎?? 還是我安裝的軟體移除了什麼東西?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 210.202.1.253
討論串 (同標題文章)
Programming 近期熱門文章
PTT數位生活區 即時熱門文章