主題:MFC問題? 共有35583人關注過本帖 |
---|
MFC |
1樓 |
MFC問題? Post By:2009-6-29 15:11:00 [只看該作者]
c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.inl(371) : error C2084: function <|>class CArchive &__cdecl CArchive::operator <<(short)<|> already has a body
c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.inl(401) : error C2084: function <|>class CArchive &__cdecl CArchive::operator >>(short &)<|> already has a body |
|
單帖管理 | 引用 | 回復 |
zhl |
2樓 |
Post By:2009-6-29 15:15:00 [只看該作者]
看不出問題在哪里,方便的話可以將程序發過來看看。
|
|
單帖管理 | 引用 | 回復 |
MFC |
3樓 |
Post By:2009-6-29 15:16:00 [只看該作者]
問題補充:項目設置-》general-》MicrosoftFoundation Classes:Use MFC in a Shared DLL . Relase版本出現上述問題;debug版本沒這問題。
|
|
單帖管理 | 引用 | 回復 |
zhl |
4樓 |
Post By:2009-6-29 17:28:00 [只看該作者]
我們測試了看看,setting->Use MFC in a Shared DLL  在Release和Debug版本都是好的。
|
|
單帖管理 | 引用 | 回復 |
MFC問題 |
5樓 |
Post By:2009-6-30 14:24:00 [只看該作者]
建立的WINCE APPLICATION工程。測試代碼如下:
#include "stdafx.h" #include  int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR    lpCmdLine, int       nCmdShow) {   // TODO: Place code here. while(1) { CString CMD_READ_Time="ITU讀時"; CString CMD_SET_Time="ITU校時"; } return 0; } debug沒錯誤,release時編譯錯誤如下: Compiling... MFCTest.cpp c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.inl(363) : error C2511: <|><<<|> : overloaded member function <|>class CArchive &(short)<|> not found in <|>CArchive<|>         c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.h(1946) : see declaration of <|>CArchive<|> c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.inl(392) : error C2511: <|>>><|> : overloaded member function <|>class CArchive &(short &)<|> not found in <|>CArchive<|>         c:\program files\windows ce tools\wce500\em9260\mfc\include\afx.h(1946) : see declaration of <|>CArchive<|> Error executing clarm.exe. MFCTest.exe - 2 error(s), 0 warning(s) |
|
單帖管理 | 引用 | 回復 |
補充 |
6樓 |
Post By:2009-6-30 14:25:00 [只看該作者]
包含了 #include < afx.h > 上面怎么沒寫上
|
|
單帖管理 | 引用 | 回復 |
lxs |
7樓 |
Post By:2009-6-30 16:40:00 [只看該作者]
能否把你的工程文件發到公司郵箱里面,現在這樣子我們也看不出什么問題來.或是你重新建立一次工程文件試試
|
|
單帖管理 | 引用 | 回復 |