Under Windows 7, with Intel C++ Composer XE 2013 SP1 update 2 version. under Visual Studio 2008.
In most of the projects the compiler found <stdint.h> , but in a few I got the following error :
1>------ Build started: Project: CatShell, Configuration: Release Win32 ------
1>Compiling resources... (Microsoft VC++ Environment)
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>
1>
1>..\..\..\sdlCAT3D\rad.h(11) : fatal error RC1015: cannot open include file 'stdint.h'.
1>
1>Build log was saved at "file://C:\ALA71213\CatShell\CatShell\CatShell\Release\BuildLog.htm"
1>CatShell - 1 error(s), 0 warning(s), 0 remark(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
The project shoud be using ICL . In these case I only copy the original project from (without problem) from a path to other path.
Thanks.
Armando