I'm converting aCVF 6.6 project into an IVF 9.1 solution.
The rc file reads into the MSVc7IDE without any problem and I can edit all the resource properties from within the IDE.
However, whencompiling resources from the the .rc file from the CVF project the IVF 9.1 resource compiler throws the following error:
The rc file reads into the MSVc7IDE without any problem and I can edit all the resource properties from within the IDE.
However, whencompiling resources from the the .rc file from the CVF project the IVF 9.1 resource compiler throws the following error:
Compiling resources...
..\exec.rc
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include/afxres.rc(49) : error RC2104 : undefined keyword or key name: AFX_IDS_INVALID_ARG_EXCEPTION
Anyone with a suggestion as to the cause? I've updated MS VC7 to service pack 1, prior to installtion of IVF 9.1
Thanks
链接已复制
1 回复
On the offchance that someone is interested, I found the cause of my resource compilation failure. Somewhere along the line a copy of afxres.h from my old MSVC6 distribution found its way into the root of my source tree. Removal of this file resolved my compilation problem.
