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

IVF 9.1 problems converting resource file from CVF 6.6

Malcolm_C_
Beginner
672 Views
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 Kudos
1 Reply
Malcolm_C_
Beginner
672 Views

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 Kudos
Reply