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

Resource Compile Warning RC4005

Neels
New Contributor II
1,185 Views

1>------ Build started: Project: EngMod4T, Configuration: Release Win32 ------
1>Compiling resources...
1>Dialog_init.rc
1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include/winuser.rh(413) : warning RC4005: 'PWR_FAIL' : redefinition
1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include/winuser.rh(748) : warning RC4005: 'HTERROR' : redefinition
1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include/winuser.rh(749) : warning RC4005: 'HTTRANSPARENT' : redefinition
1>Compiling with Intel(R) Visual Fortran Compiler XE 12.1.4.325 [IA-32]...

What does the above warnings mean? I do not get it with any other project.

Neels

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
1,185 Views

The identifiers are defined more than once probably some combination of makro includes.

0 Kudos
Reply