Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29234 讨论

IVF 9.1 problems converting resource file from CVF 6.6

Malcolm_C_
初学者
650 次查看
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:



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

0 项奖励
1 回复
Malcolm_C_
初学者
650 次查看

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.

0 项奖励
回复