- Remove From My Forums
-
Question
-
Hi Folks:
Last night, while trying to get VS 2015 to use the Windows 10 SDK, I managed to mess up the IDE to the point where a fresh install sounded like a good idea.
I went to MS’s VS Community site for the latest download. 2017 is now the default offered version, so I downloaded and installed it.
The compilation failed. The only error found is in the .RC file:
///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h"
Nothing was found when I searched for the header file on the C: drive.
Commenting out the include caused other errors.
Suggestions?
Thanks
Larry-
Edited by
Tuesday, March 14, 2017 11:50 PM
-
Edited by
Answers
-
Hi,
thanks for posting here.
>>VS 2017 .RC file — Error RC1015 cannot open include file ‘afxres.h’
For this case, I suggest you check if you have installed vc++ feature especially the MFC support with vs2017.
If not, please modify your vs2017 and add these features.
Hope this could be help of you.
Best Regards,
Sera Yu
MSDN Community Support
Please remember to click «Mark as Answer» the responses that resolved your issue, and to click «Unmark as Answer» if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.-
Marked as answer by
a_unique_name
Wednesday, March 15, 2017 10:34 AM
-
Marked as answer by
I’m trying to compile an old project using VS express 2010 but I get this error:
fatal error RC1015: cannot open include file ‘afxres.h’. from this code
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
I have installed Windows SDK already, but without any success.
thanks!
asked Aug 25, 2010 at 12:57
This header is a part of the MFC Library. VS Express edition doesn’t contain MFC. If your project doesn’t use MFC you can safely replace afxres.h with windows.h in your terrain2.rc.
answered Aug 25, 2010 at 13:03
4
Had the same problem . Fixed it by installing Microsoft Foundation Classes for C++.
- Start
- Change or remove program (type)
- Microsoft Visual Studio
- Modify
- Select ‘Microsoft Foundation Classes for C++’
- Update
In in the Visual Studio Installer for VS 2022 this may be listed as an individual component: «C++ MFC for latest v143 build Tools (x86 & x64)», but you may need to adapt this for your platform and latest version available.
answered Jul 23, 2013 at 10:47
Colonel PanicColonel Panic
130k84 gold badges396 silver badges460 bronze badges
1
Even I too faced similar issue,
fatal error RC1015: cannot open include file ‘afxres.h’. from this code
Replacing afxres.h with Winresrc.h and declaring IDC_STATIC as -1 worked for me.
(Using visual studio Premium 2012)
//#include "afxres.h"
#include "WinResrc.h"
#define IDC_STATIC -1
answered Jul 3, 2013 at 17:22
ravi.zombieravi.zombie
1,4441 gold badge20 silver badges23 bronze badges
1
Alternatively you can create your own afxres.h:
#ifndef _AFXRES_H
#define _AFXRES_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _WINDOWS_H
#include <windows.h>
#endif
/* IDC_STATIC is documented in winuser.h, but not defined. */
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#ifdef __cplusplus
}
#endif
#endif
answered Sep 12, 2014 at 13:45
GerbenGerben
1611 silver badge2 bronze badges
0
You can also try replace afxres.h with WinResrc.h
answered Oct 1, 2012 at 12:20
IrbisIrbis
10.9k6 gold badges37 silver badges61 bronze badges
1
managed to fix this by copying the below folder from another Visual Studio setup (non-express)
from
C:Program Files (x86)Microsoft Visual Studio 12.0VCatlmfc
to
C:Program Files (x86)Microsoft Visual Studio 11.0VCatlmfc
answered Jan 10, 2015 at 14:05
Tiago DuarteTiago Duarte
3,1843 gold badges23 silver badges27 bronze badges
a similar issue is for Visual studio 2015 RC.
Sometimes it loses the ability to open RC: you double click but editor do not one menus and dialogs.
Right click on the file *.rc, it will open:
And change as following:
answered Jun 6, 2015 at 19:55
ingcontiingconti
10.6k3 gold badges64 silver badges47 bronze badges
0
I faced same issue on VS 2019. My solution was to install C++ MFC library from Individual Components tab. When you open Visual Studio go to Tools->GetToolsAndFeatures->IndividualComponents
Select and install:
- MSVC v142 — VS 2019 C++ x64/x86 build tools (Latest)
- C++ ATL for latest v142 build tools (x86 & x64)
- C++ MFC for latest v142 build tools (x86 & x64)
answered Jun 22, 2022 at 23:38
Darko VDarko V
291 silver badge5 bronze badges
Had similar issue but the message was shown when I tried to open a project solution. What worked for me was:
TOOLS -> Import and Export Settings…-> Reset all settings
answered Oct 7, 2015 at 8:11
OlppahOlppah
7111 gold badge10 silver badges21 bronze badges
1>------ Сборка начата: проект: zlib, Конфигурация: Debug x64 ------
2>------ Сборка начата: проект: xrAPI, Конфигурация: Debug x64 ------
3>------ Сборка начата: проект: lzo, Конфигурация: Debug x64 ------
4>------ Сборка начата: проект: pugixml_vs2017_static, Конфигурация: Debug x64 ------
2>stdafx.cpp
2>xrAPI.cpp
3>lzo1.c
3>lzo1a.c
3>lzo1a_99.c
3>lzo1b_1.c
3>lzo1b_2.c
3>lzo1b_3.c
1>adler32.c
4>pugixml.cpp
2> Создается библиотека F:OpenXRayxray-16src..libWin64DebugxrAPI.lib и объект F:OpenXRayxray-16src..libWin64DebugxrAPI.exp
1>compress.c
1>crc32.c
1>deflate.c
3>lzo1b_4.c
1>gzclose.c
3>lzo1b_5.c
3>lzo1b_6.c
4>pugixml_vs2017_static.vcxproj -> F:OpenXRayxray-16src..libWin64Debugpugixml.lib
1>gzlib.c
5>------ Сборка начата: проект: cryptlib, Конфигурация: Debug x64 ------
3>lzo1b_7.c
3>lzo1b_8.c
3>lzo1b_9.c
3>lzo1b_99.c
1>gzread.c
2>xrAPI.vcxproj -> F:OpenXRayxray-16src..binWin64DebugxrAPI.dll
3>lzo1b_9x.c
6>------ Сборка начата: проект: xrMiscMath, Конфигурация: Debug x64 ------
3>lzo1b_cc.c
3>lzo1b_d1.c
3>lzo1b_d2.c
3>lzo1b_rr.c
3>lzo1b_xx.c
3>lzo1c_1.c
1>gzwrite.c
1>infback.c
6>pch.cpp
1>inffast.c
1>inflate.c
3>Создание кода...
5>Building and assembling rdrand.asm
5> Assembling: F:OpenXRayxray-16Externalscryptopprdrand.asm
5>Building and assembling x64dll.asm
5> Assembling: F:OpenXRayxray-16Externalscryptoppx64dll.asm
5>Building and Assembling x64masm.asm
5> Assembling: F:OpenXRayxray-16Externalscryptoppx64masm.asm
1>inftrees.c
3>Компиляция...
3>lzo1c_2.c
3>lzo1c_3.c
3>lzo1c_4.c
3>lzo1c_5.c
3>lzo1c_6.c
3>lzo1c_7.c
3>lzo1c_8.c
3>lzo1c_9.c
3>lzo1c_99.c
3>lzo1c_9x.c
3>lzo1c_cc.c
3>lzo1c_d1.c
3>lzo1c_d2.c
3>lzo1c_rr.c
3>lzo1c_xx.c
3>lzo1f_1.c
3>lzo1f_9x.c
1>ioapi.c
1>trees.c
1>uncompr.c
1>unzip.c
1>zip.c
1>zutil.c
1>Создание кода...
3>lzo1f_d1.c
3>lzo1f_d2.c
5>cl : командная строка warning D9002: пропуск неизвестного параметра "/arch:SSE2"
5>pch.cpp
3>lzo1x_1.c
3>Создание кода...
3>Компиляция...
3>lzo1x_1k.c
3>lzo1x_1l.c
3>lzo1x_1o.c
3>lzo1x_9x.c
3>lzo1x_d1.c
3>lzo1x_d2.c
3>lzo1x_d3.c
3>lzo1x_o.c
3>lzo1y_1.c
3>lzo1y_9x.c
3>lzo1y_d1.c
3>lzo1y_d2.c
3>lzo1y_d3.c
3>lzo1y_o.c
3>lzo1z_9x.c
3>lzo1z_d1.c
3>lzo1z_d2.c
3>lzo1z_d3.c
3>lzo1_99.c
3>lzo2a_9x.c
3>Создание кода...
3>Компиляция...
3>lzo2a_d1.c
3>lzo2a_d2.c
3>lzo_crc.c
3>lzo_init.c
3>lzo_ptr.c
3>lzo_str.c
3>lzo_util.c
3>Создание кода...
5>cl : командная строка warning D9002: пропуск неизвестного параметра "/arch:SSE2"
5>cryptlib.cpp
5>cpu.cpp
5>integer.cpp
5>3way.cpp
1>zlib.vcxproj -> F:OpenXRayxray-16src..libWin64Debugzlib.lib
5>adler32.cpp
5>algebra.cpp
5>algparam.cpp
5>arc4.cpp
7>------ Сборка начата: проект: BugTrap, Конфигурация: Debug x64 ------
6>cylinder.cpp
6>matrix.cpp
6>quaternion.cpp
6>vector.cpp
6>vector3d_ext.cpp
5>asn.cpp
7>stdafx.cpp
6>xrMiscMath.cpp
5>authenc.cpp
5>base32.cpp
5>base64.cpp
7>c:program files (x86)windows kits8.1includeumdbghelp.h(1544): warning C4091: typedef : пропускается слева от "<unnamed-enum-hdBase>", когда ни одна переменная не объявлена
7>c:program files (x86)windows kits8.1includeumdbghelp.h(3190): warning C4091: typedef : пропускается слева от "<unnamed-enum-sfImage>", когда ни одна переменная не объявлена
5>basecode.cpp
5>bfinit.cpp
5>blake2.cpp
5>blowfish.cpp
5>blumshub.cpp
5>camellia.cpp
5>cast.cpp
6>Создание кода...
5>casts.cpp
5>Создание кода...
7>AboutDlg.cpp
7>DescribeErrorDlg.cpp
7>MachineInfoDlg.cpp
7>MachineStateDlg.cpp
6>xrMiscMath.vcxproj -> F:OpenXRayxray-16src..libWin64DebugxrMiscMath.lib
8>------ Сборка начата: проект: minilua, Конфигурация: Debug x64 ------
7>f:openxrayxray-16externalsbugtrapsourceclientmachinestatedlg.cpp(253): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "1" имеет тип "DWORD_PTR"
7>f:openxrayxray-16externalsbugtrapsourceclientmachinestatedlg.cpp(253): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientmachinestatedlg.cpp(253): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientmachinestatedlg.cpp(253): note: рекомендуется использовать "%I64X" в строке форматирования
7>MainDlg.cpp
7>PreviewDlg.cpp
8>minilua.c
7>SendMailDlg.cpp
5>Компиляция...
7>SimpleDlg.cpp
5>cbcmac.cpp
5>ccm.cpp
7>TransferProgressDlg.cpp
7>WaitDlg.cpp
5>chacha.cpp
7>ColHelper.cpp
8> Создается библиотека F:OpenXRayxray-16src..libWin64Debugminilua.lib и объект F:OpenXRayxray-16src..libWin64Debugminilua.exp
7>StrHolder.cpp
5>channels.cpp
7>AnimProgressBar.cpp
7>HexView.cpp
5>cmac.cpp
7>HyperLink.cpp
5>crc.cpp
5>default.cpp
7>f:openxrayxray-16externalsbugtrapsourceclienthyperlink.cpp(290): warning C4312: приведение типов: преобразование из "BOOL" в "HWND" большего размера
7>ImageView.cpp
7>LayoutManager.cpp
8>minilua.vcxproj -> F:OpenXRayxray-16ExternalsLuaJIT-proj..LuaJITbinx64minilua.exe
8>Creating buildvm_arch_x64.h
7>Splitter.cpp
5>des.cpp
7>TextView.cpp
5>dessp.cpp
7>WaitCursor.cpp
5>dh.cpp
7>Создание кода...
7>Компиляция...
5>dh2.cpp
5>dsa.cpp
7>CMapi.cpp
7>f:openxrayxray-16externalsbugtrapsourceclientcmapi.cpp(156): warning C4311: приведение типов: усечение указателя из "HWND" в "ULONG"
7>f:openxrayxray-16externalsbugtrapsourceclientcmapi.cpp(501): warning C4311: приведение типов: усечение указателя из "HWND" в "ULONG"
7>EnumProcess.cpp
7>InMemLogFile.cpp
7>LogFile.cpp
7>LogStream.cpp
7>ModuleImportTable.cpp
7>f:openxrayxray-16externalsbugtrapsourceclientcolhelper.h(304): warning C4311: приведение типов: усечение указателя из "const KEY_TYPE" в "unsigned int"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclientcolhelper.h(303): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(257): note: выполняется компиляция ссылки на экземпляр шаблон функции "unsigned int CHashTraits<KEY_TYPE>::HashKey(const KEY_TYPE &)"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(257): note: выполняется компиляция ссылки на экземпляр шаблон класс "CHashTraits<KEY_TYPE>"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(256): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(306): note: выполняется компиляция ссылки на экземпляр шаблон функции "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::CHashItem *CHash<KEY_TYPE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::InternalLookup(const KEY_TYPE &,size_t &) const"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(156): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclientmoduleimporttable.h(59): note: выполняется компиляция ссылки на экземпляр шаблон функции "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::CHash(size_t)"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclientmoduleimporttable.h(55): note: выполняется компиляция ссылки на экземпляр шаблон класс "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>NetThunks.cpp
7>SymEngine.cpp
5>eax.cpp
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(926): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(926): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(926): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(926): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(927): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(927): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(927): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(927): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(928): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(928): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(928): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(928): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(929): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(929): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(929): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(929): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(930): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(930): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(930): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(930): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(931): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(931): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(931): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(931): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(932): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(932): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(932): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(932): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(933): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(933): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(933): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(933): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(934): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(934): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(934): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(934): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "1" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "2" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "3" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "4" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "5" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "6" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "8" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "9" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): warning C4477: "sprintf_s": в строке форматирования "%016X" требуется аргумент типа "unsigned int", но вариативный аргумент "10" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(988): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1832): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD_PTR"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1832): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1832): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1832): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1838): warning C4477: "sprintf_s": в строке форматирования "%08lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD_PTR"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1838): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1838): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1838): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1874): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD_PTR"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1874): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1874): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1874): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1879): warning C4477: "sprintf_s": в строке форматирования "%08lX" требуется аргумент типа "unsigned long", но вариативный аргумент "1" имеет тип "DWORD_PTR"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1879): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1879): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(1879): note: рекомендуется использовать "%I64X" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(3197): warning C4477: "sprintf_s": в строке форматирования "%016lX" требуется аргумент типа "unsigned long", но вариативный аргумент "2" имеет тип "DWORD64"
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(3197): note: рекомендуется использовать "%llX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(3197): note: рекомендуется использовать "%IX" в строке форматирования
7>f:openxrayxray-16externalsbugtrapsourceclientsymengine.cpp(3197): note: рекомендуется использовать "%I64X" в строке форматирования
7>SymEngineNet.cpp
7>TextLogFile.cpp
5>ec2n.cpp
7>ThemeXP.cpp
9>------ Сборка начата: проект: BuildVm, Конфигурация: Debug x64 ------
7>XmlLogFile.cpp
7>BugTrap.cpp
5>ecp.cpp
9>buildvm.c
7>f:openxrayxray-16externalsbugtrapsourceclientcolhelper.h(304): warning C4311: приведение типов: усечение указателя из "const KEY_TYPE" в "unsigned int"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclientcolhelper.h(303): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(257): note: выполняется компиляция ссылки на экземпляр шаблон функции "unsigned int CHashTraits<KEY_TYPE>::HashKey(const KEY_TYPE &)"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(257): note: выполняется компиляция ссылки на экземпляр шаблон класс "CHashTraits<KEY_TYPE>"
7> with
7> [
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(256): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(306): note: выполняется компиляция ссылки на экземпляр шаблон функции "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::CHashItem *CHash<KEY_TYPE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::InternalLookup(const KEY_TYPE &,size_t &) const"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclienthash.h(156): note: при компиляции функции-члена "<Нет данных>" класса класс <Нет данных>
7>f:openxrayxray-16externalsbugtrapsourceclientmoduleimporttable.h(59): note: выполняется компиляция ссылки на экземпляр шаблон функции "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>::CHash(size_t)"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>f:openxrayxray-16externalsbugtrapsourceclientmoduleimporttable.h(55): note: выполняется компиляция ссылки на экземпляр шаблон класс "CHash<HMODULE,PFSetUnhandledExceptionFilter,CObjectTraits<DATA_TYPE>,CObjectTraits<long(__cdecl *(__cdecl *)(PTOP_LEVEL_EXCEPTION_FILTER))(_EXCEPTION_POINTERS *)>,CCompareTraits<DATA_TYPE>,CHashTraits<KEY_TYPE>>"
7> with
7> [
7> DATA_TYPE=HMODULE,
7> KEY_TYPE=HMODULE
7> ]
7>BugTrapNet.cpp
7>BugTrapUI.cpp
7>BugTrapUtils.cpp
7>ResManager.cpp
7>AssemblyInfo.cpp
5>elgamal.cpp
7>Globals.cpp
7>Encoding.cpp
9>buildvm_asm.c
9>buildvm_fold.c
9>buildvm_lib.c
9>buildvm_peobj.c
9>Создание кода...
7>Создание кода...
5>emsa2.cpp
7>Компиляция...
7>TextFormat.cpp
7>XmlReader.cpp
5>esign.cpp
7>XmlWriter.cpp
7>FileStream.cpp
7>InputStream.cpp
7>MemStream.cpp
7>OutputStream.cpp
7>StrStream.cpp
7>Создание кода...
9>BuildVm.vcxproj -> F:OpenXRayxray-16ExternalsLuaJIT-proj..LuaJITbinx64BuildVm.exe
5>files.cpp
7>BugTrapsourceClientBugTrap.rc(11): fatal error RC1015: cannot open include file 'afxres.h'.
7>
5>filters.cpp
7>Сборка проекта "BugTrap.vcxproj" завершена с ошибкой.
10>------ Сборка начата: проект: libvorbis_static, Конфигурация: Debug x64 ------
10>analysis.c
10>bitrate.c
10>block.c
5>Создание кода...
11>------ Сборка начата: проект: LuaJIT (ExternalsLuaJITLuaJIT), Конфигурация: Debug x64 ------
10>codebook.c
10>envelope.c
10>floor0.c
10>floor1.c
10>info.c
11>lib_aux.c
10>lookup.c
10>lpc.c
10>lsp.c
10>mapping0.c
11>lib_base.c
10>mdct.c
10>psy.c
10>registry.c
10>res0.c
11>lib_bit.c
10>sharedbook.c
11>lib_debug.c
10>smallft.c
10>synthesis.c
11>lib_ffi.c
10>vorbisenc.c
11>lib_init.c
11>lib_io.c
11>lib_jit.c
5>Компиляция...
10>Создание кода...
5>fips140.cpp
5>fipstest.cpp
11>lib_math.c
11>lib_os.c
11>lib_package.c
10>Компиляция...
10>window.c
11>lib_string.c
10>Создание кода...
11>lib_table.c
11>lj_alloc.c
11>lj_api.c
10>lookup.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
11>lj_asm.c
10>libvorbis_static.vcxproj -> F:OpenXRayxray-16src..libWin64Debuglibvorbis_static.lib
10>Сборка проекта "libvorbis_static.vcxproj" завершена.
12>------ Сборка начата: проект: libogg_static, Конфигурация: Debug x64 ------
11>lj_bc.c
12>bitwise.c
11>lj_bcread.c
12>framing.c
11>lj_bcwrite.c
12>Создание кода...
11>lj_carith.c
11>Создание кода...
12>libogg_static.vcxproj -> F:OpenXRayxray-16src..libWin64Debuglibogg_static.lib
13>------ Сборка начата: проект: OpenAL32, Конфигурация: Debug x64 ------
11>Компиляция...
11>lj_ccall.c
13>al.cpp
11>lj_ccallback.c
11>lj_cconv.c
13>alc.cpp
13>f:openxrayxray-16externalsopenalopenal-windowsrouteralc.cpp(22): warning C4005: _CRT_SECURE_NO_DEPRECATE: изменение макроопределения
13>f:openxrayxray-16externalsopenalopenal-windowsrouteralc.cpp: note: см. предыдущее определение "_CRT_SECURE_NO_DEPRECATE"
11>lj_cdata.c
11>lj_char.c
11>lj_clib.c
11>lj_cparse.c
11>lj_crecord.c
11>lj_ctype.c
11>lj_debug.c
11>lj_dispatch.c
11>lj_err.c
5>gcm.cpp
11>lj_ffrecord.c
13>alList.cpp
11>lj_func.c
11>lj_gc.c
11>lj_gdbjit.c
13>OpenAL32.cpp
11>lj_ir.c
11>lj_lex.c
11>lj_lib.c
13>Создание кода...
11>lj_load.c
11>Создание кода...
11>Компиляция...
11>lj_mcode.c
13>OpenAL32.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
13>
13>Сборка проекта "Router.vcxproj" завершена с ошибкой.
11>lj_meta.c
14>------ Сборка начата: проект: libvorbisfile, Конфигурация: Debug x64 ------
11>lj_obj.c
11>lj_opt_dce.c
11>lj_opt_fold.c
14>vorbisfile.c
11>lj_opt_loop.c
11>lj_opt_mem.c
11>lj_opt_narrow.c
11>lj_opt_sink.c
14>libvorbisfile_static.vcxproj -> F:OpenXRayxray-16src..libWin64Debuglibvorbisfile.lib
11>lj_opt_split.c
15>------ Сборка начата: проект: ODE, Конфигурация: Debug x64 ------
11>lj_parse.c
5>gf256.cpp
11>lj_record.c
5>gf2_32.cpp
5>gf2n.cpp
15>array.cpp
11>lj_snap.c
15>Bounder33.cpp
15>collision_kernel.cpp
11>lj_state.c
15>collision_space.cpp
5>gfpcrypt.cpp
15>collision_transform.cpp
11>lj_str.c
11>lj_strscan.c
15>collision_util.cpp
11>lj_tab.c
11>lj_trace.c
15>error.cpp
11>lj_udata.c
11>lj_vmevent.c
5>gost.cpp
5>gzip.cpp
11>Создание кода...
5>hex.cpp
15>export-dif.cpp
11>Компиляция...
11>lj_vmmath.c
11>Создание кода...
5>hmac.cpp
15>joint.cpp
5>hrtimer.cpp
15>lcp.cpp
15>mass.cpp
5>ida.cpp
15>mat.cpp
15>matrix.cpp
15>memory.cpp
15>misc.cpp
15>obstack.cpp
5>idea.cpp
15>ode.cpp
5>keccak.cpp
5>luc.cpp
15>odemath.cpp
15>quickstep.cpp
15>rotation.cpp
5>mars.cpp
15>Создание кода...
5>marss.cpp
5>md2.cpp
5>md4.cpp
5>Создание кода...
15>Компиляция...
15>step.cpp
15>stepfast.cpp
15>StepJointInternal.cpp
15>testing.cpp
15>timer.cpp
15>f:openxrayxray-16externalsodeodesrctimer.cpp(410): warning C4477: "fprintf": в строке форматирования "%-*s" требуется аргумент типа "int", но вариативный аргумент "1" имеет тип "size_t"
15>f:openxrayxray-16externalsodeodesrctimer.cpp(410): note: этот аргумент используется в качестве ширины поля
15>util.cpp
15>de_padf_integration.cpp
5>Компиляция...
5>md5.cpp
15>Создание кода...
11> Создается библиотека F:OpenXRayxray-16src..libWin64DebugLuaJIT.lib и объект F:OpenXRayxray-16src..libWin64DebugLuaJIT.exp
5>misc.cpp
5>modes.cpp
11>LuaJIT.vcxproj -> F:OpenXRayxray-16src..binWin64DebugLuaJIT.dll
16>------ Сборка начата: проект: luabind, Конфигурация: Debug x64 ------
15>collision_quadtreespace.cpp
16>class.cpp
15>collision_std.cpp
5>mqueue.cpp
15>Создание кода...
15>fastdot.c
5>mqv.cpp
15>fastldlt.c
15>fastlsolve.c
15>fastltsolve.c
15>Создание кода...
15> Создается библиотека F:OpenXRayxray-16src..libWin64DebugODE.lib и объект F:OpenXRayxray-16src..libWin64DebugODE.exp
5>nbtheory.cpp
16>class_info.cpp
15>ODE.vcxproj -> F:OpenXRayxray-16src..binWin64DebugODE.dll
15>Сборка проекта "ODE.vcxproj" завершена.
17>------ Сборка начата: проект: xrSdkControls, Конфигурация: Debug x64 ------
5>network.cpp
16>class_registry.cpp
16>class_rep.cpp
5>oaep.cpp
5>osrng.cpp
16>create_class.cpp
5>panama.cpp
16>error.cpp
5>pkcspad.cpp
5>polynomi.cpp
5>pssr.cpp
16>exception_handler.cpp
5>pubkey.cpp
5>queue.cpp
5>rabin.cpp
16>function.cpp
5>randpool.cpp
5>rc2.cpp
16>function_introspection.cpp
5>rc5.cpp
5>rc6.cpp
5>Создание кода...
16>headertest.cpp
17>F:OpenXRayxray-16srceditorsxrSdkControlsControlsNumericSpinnerNumericSpinner.cs(14,22,14,37): warning CS0649: Полю "NumericSpinner.ignoreOnChanged" нигде не присваивается значение, поэтому оно всегда будет иметь значение по умолчанию false.
17> xrSdkControls -> F:OpenXRayxray-16binWin64DebugxrSdkControls.dll
18>------ Сборка начата: проект: libtheora_static, Конфигурация: Debug x64 ------
18>analyze.c
18>encapiwrapper.c
18>encfrag.c
18>encinfo.c
18>encode.c
18>enquant.c
5>Компиляция...
18>fdct.c
5>rdrand.cpp
18>huffenc.c
18>mathops.c
16>inheritance.cpp
18>mcenc.c
18>rate.c
18>tokenize.c
18>mmxencfrag.c
18>mmxfdct.c
18>x86cpu.c
18>x86enc.c
18>apiwrapper.c
18>bitpack.c
18>decapiwrapper.c
18>decinfo.c
18>Создание кода...
18>f:openxrayxray-16externalslibtheoralibtokenize.c(490): warning C4700: использована неинициализированная локальная переменная "best_bits"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(1094): warning C4700: использована неинициализированная локальная переменная "token1"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(491): warning C4700: использована неинициализированная локальная переменная "best_next"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(1331): warning C4700: использована неинициализированная локальная переменная "ti"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(1095): warning C4700: использована неинициализированная локальная переменная "eb1"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(492): warning C4700: использована неинициализированная локальная переменная "best_token"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(493): warning C4700: использована неинициализированная локальная переменная "best_eb"
18>f:openxrayxray-16externalslibtheoralibtokenize.c(494): warning C4700: использована неинициализированная локальная переменная "best_qc"
18>Компиляция...
18>decode.c
16>link_compatibility.cpp
18>dequant.c
18>fragment.c
18>huffdec.c
18>idct.c
18>info.c
18>internal.c
18>quant.c
18>state.c
16>memory.cpp
18>mmxfrag.c
18>mmxidct.c
18>mmxstate.c
18>x86state.c
18>Создание кода...
16>object_rep.cpp
18>x86state.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>mmxstate.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>mmxidct.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>mmxfrag.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>x86enc.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>mmxfdct.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
18>mmxencfrag.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
16>open.cpp
18>libtheora_static.vcxproj -> F:OpenXRayxray-16src..libWin64Debuglibtheora_static.lib
18>Сборка проекта "libtheora_static.vcxproj" завершена.
19>------ Сборка начата: проект: oalib, Конфигурация: Debug x64 ------
19>OpenAutomate.c
16>operator.cpp
16>pcall.cpp
19>oalib.vcxproj -> F:OpenXRayxray-16src..libWin64Debugoalib.lib
5>rdtables.cpp
16>scope.cpp
16>set_package_preload.cpp
5>rijndael-simd.cpp
5>rijndael.cpp
16>stack_content_by_name.cpp
5>ripemd.cpp
5>rng.cpp
16>Создание кода...
5>rsa.cpp
5>rw.cpp
16>Компиляция...
16>weak_ref.cpp
5>safer.cpp
5>salsa.cpp
5>seal.cpp
5>seed.cpp
5>serpent.cpp
5>sha-simd.cpp
16>wrapper_base.cpp
5>sha.cpp
5>sha3.cpp
5>shacal2.cpp
5>shark.cpp
5>sharkbox.cpp
5>simple.cpp
5>Создание кода...
16>Создание кода...
5>Компиляция...
5>skipjack.cpp
5>socketft.cpp
16> Создается библиотека F:OpenXRayxray-16src..libWin64Debugluabind.lib и объект F:OpenXRayxray-16src..libWin64Debugluabind.exp
16>luabind.vcxproj -> F:OpenXRayxray-16src..binWin64Debugluabind.dll
5>sosemanuk.cpp
5>square.cpp
5>squaretb.cpp
5>strciphr.cpp
5>tea.cpp
5>tftables.cpp
5>tiger.cpp
5>tigertab.cpp
5>trdlocal.cpp
5>ttmac.cpp
5>twofish.cpp
5>vmac.cpp
5>wait.cpp
5>wake.cpp
5>whrlpool.cpp
5>winpipes.cpp
5>xtr.cpp
5>xtrcrypt.cpp
5>Создание кода...
5>Компиляция...
5>zdeflate.cpp
5>zinflate.cpp
5>zlib.cpp
5>Создание кода...
3>lzo.vcxproj -> F:OpenXRayxray-16src..libWin64Debuglzo.lib
5>cl : командная строка warning D9002: пропуск неизвестного параметра "/arch:SSE2"
5>dll.cpp
5>iterhash.cpp
5>Создание кода...
5>strciphr.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
5>simple.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
5>polynomi.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
5>algebra.obj : warning LNK4221: ▌ЄюЄ Їрщы юс·хъЄр эх юяЁхфхы хЄ ъръшх-ышсю Ёрэхх эхюяЁхфхыхээ√х юЄъЁ√Є√х ёшьтюы√, яю¤Єюьє юэ эх сєфхЄ шёяюы№чютрЄ№ё эшъръшьш юяхЁрЎш ьш ъюьяюэютъш, юсЁр∙р■∙шьшё ъ ¤Єющ сшсышюЄхъх
5>cryptlib.vcxproj -> F:OpenXRayxray-16src..libWin64Debugcryptlib.lib
5>Сборка проекта "cryptlib.vcxproj" завершена.
20>------ Сборка начата: проект: xrCore, Конфигурация: Debug x64 ------
20>git found
20>stdafx.cpp
20>Bone.cpp
20>Envelope.cpp
20>interp.cpp
20>Motion.cpp
20>SkeletonMotions.cpp
20>clsid.cpp
20>lzo_compressor.cpp
20>ppmd_compressor.cpp
20>rt_compressor.cpp
20>rt_compressor9.cpp
20>cpuid.cpp
20>crc32.cpp
20>xr_dsa.cpp
20>xr_dsa_signer.cpp
20>xr_dsa_verifyer.cpp
20>xr_sha.cpp
20>dxerr.cpp
20>MiniDump.cpp
20>dump_string.cpp
20>FileCRC32.cpp
20>Создание кода...
20>Компиляция...
20>FileSystem.cpp
20>FileSystem_borland.cpp
20>file_stream_reader.cpp
20>FMesh.cpp
20>FS.cpp
20>FTimer.cpp
20>LocatorAPI.cpp
20>LocatorAPI_auth.cpp
20>LocatorAPI_defs.cpp
20>log.cpp
20>LzHuf.cpp
20>PLC_CPP.cpp
20>PLC_SSE.cpp
20>SkinXW_CPP.cpp
20>Skin4W_MT.cpp
20>SkinXW_SSE.cpp
20>MathUtil.cpp
20>Image.cpp
20>NET_utils.cpp
20>os_clipboard.cpp
20>Создание кода...
20>Компиляция...
20>PostProcess.cpp
20>PPInfo.cpp
20>stream_reader.cpp
20>string_concatenations.cpp
20>StringConversion.cpp
20>Event.cpp
20>ScopeLock.cpp
20>ThreadPool.cpp
20>Lock.cpp
20>XMLDocument.cpp
20>xrCore.cpp
20>f:openxrayxray-16srcxrcorexrcore.cpp(44): warning C4003: недостаточно аргументов для вызова макроса, подобного функции, "DO_EXPAND"
20>ModuleLookup.cpp
20>xrDebug.cpp
20>xrMemory.cpp
20>xrsharedmem.cpp
20>xrstring.cpp
20>xr_ini.cpp
20>xr_shared.cpp
20>xr_token.cpp
20>xr_trims.cpp
20>Создание кода...
20>Компиляция...
20>_compressed_normal.cpp
20>_math.cpp
20>_sphere.cpp
20>_std_extensions.cpp
20>Создание кода...
20>Model.cpp
20>xrCore.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
20>
20>Сборка проекта "xrCore.vcxproj" завершена с ошибкой.
21>------ Сборка начата: проект: OPCODE, Конфигурация: Debug x64 ------
22>------ Сборка начата: проект: xrScriptEngine, Конфигурация: Debug x64 ------
23>------ Сборка начата: проект: xrNetServer, Конфигурация: Debug x64 ------
24>------ Сборка начата: проект: xrWeatherEditor, Конфигурация: Debug x64 ------
21>pch.cpp
22>pch.cpp
22>BindingsDumper.cpp
23>stdafx.cpp
24>pch.cpp
21>Opcode.cpp
21>OPC_AABB.cpp
21>OPC_AABBCollider.cpp
21>OPC_AABBTree.cpp
21>OPC_Collider.cpp
21>OPC_Common.cpp
21>OPC_Container.cpp
21>OPC_Matrix3x3.cpp
21>OPC_Matrix4x4.cpp
21>OPC_Model.cpp
21>OPC_OBB.cpp
21>OPC_OBBCollider.cpp
21>OPC_OptimizedTree.cpp
22>LuaStudio.cpp
21>OPC_Plane.cpp
21>OPC_PlanesCollider.cpp
21>OPC_Point.cpp
21>OPC_Ray.cpp
21>OPC_RayCollider.cpp
21>OPC_SphereCollider.cpp
21>OPC_TreeBuilders.cpp
21>Создание кода...
23>ip_filter.cpp
23>NET_AuthCheck.cpp
23>NET_Client.cpp
23>NET_Common.cpp
23>NET_Compressor.cpp
23>NET_Log.cpp
23>NET_Server.cpp
23>Создание кода...
22>script_callStack.cpp
21>Компиляция...
21>OPC_TreeCollider.cpp
21>OPC_Triangle.cpp
21>OPC_VolumeCollider.cpp
21>Создание кода...
24>AssemblyInfo.cpp
21>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
23>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
21>Сборка проекта "OPCODE.vcxproj" завершена с ошибкой.
25>------ Сборка начата: проект: xrCDB, Конфигурация: Debug x64 ------
23>Сборка проекта "xrNetServer.vcxproj" завершена с ошибкой.
26>------ Сборка начата: проект: xrECore, Конфигурация: Debug x64 ------
24>entry_point.cpp
22>script_debugger.cpp
24>ide_impl.cpp
26>pch.cpp
22>script_debugger_threads.cpp
24>property_boolean.cpp
25>StdAfx.cpp
24>property_boolean_reference.cpp
24>property_boolean_values_value.cpp
24>property_boolean_values_value_reference.cpp
24>property_collection.cpp
24>property_collection_base.cpp
24>property_collection_converter.cpp
25>Frustum.cpp
26>ELog.cpp
25>ISpatial.cpp
26>f:openxrayxray-16srceditorsxrecorecoreelog.cpp(5): warning C4835: ELog: инициализатор экспортированных данных не будет запущен до выполнения управляемого кода сначала в базовой сборке
26>DockPanelSerializer.cpp
26>WindowIDE.cpp
25>ISpatial_q_box.cpp
25>ISpatial_q_frustum.cpp
26>WindowLog.cpp
25>ISpatial_q_ray.cpp
25>ISpatial_verify.cpp
25>xrCDB.cpp
25>xrCDB_box.cpp
26>FolderLib.cpp
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.h(13): warning C4965: неявная упаковка целого числа 0; используйте nullptr или явное приведение типов
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.h(23): warning C4965: неявная упаковка целого числа 0; используйте nullptr или явное приведение типов
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.cpp(6): warning C4273: FHelper: несовместимая компоновка dll
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.h(94): note: см. предыдущее определение "FHelper"
25>xrCDB_Collector.cpp
26>GameType.cpp
25>xrCDB_frustum.cpp
26>ItemList.cpp
25>xrCDB_ray.cpp
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.h(13): warning C4965: неявная упаковка целого числа 0; используйте nullptr или явное приведение типов
26>f:openxrayxray-16srceditorsxrecorecontrolsfolderlib.h(23): warning C4965: неявная упаковка целого числа 0; используйте nullptr или явное приведение типов
25>xrXRC.cpp
25>xr_area.cpp
26>NumericVector.cpp
25>xr_area_query.cpp
26>PropertiesList.cpp
26>ShaderFunction.cpp
25>xr_area_raypick.cpp
26>TextEdit.cpp
26>SelectItem.cpp
25>Создание кода...
26>WindowView.cpp
26>WindowSplash.cpp
26>xrEProps.cpp
26>Создание кода...
25>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
24>property_collection_editor.cpp
25>Сборка проекта "xrCDB.vcxproj" завершена с ошибкой.
27>------ Сборка начата: проект: xrSound, Конфигурация: Debug x64 ------
27>stdafx.cpp
26>.NETFramework,Version=v4.0.AssemblyAttributes.cpp
24>property_collection_enumerator.cpp
24>property_collection_getter.cpp
24>property_color.cpp
24>property_color_base.cpp
24>property_color_reference.cpp
24>property_container.cpp
24>property_container_converter.cpp
24>property_converter_boolean_values.cpp
24>property_converter_color.cpp
24>Создание кода...
27>guids.cpp
24>Компиляция...
24>property_converter_float.cpp
27>OpenALDeviceList.cpp
27>sound.cpp
27>SoundRender_Cache.cpp
27>SoundRender_Core.cpp
27>SoundRender_CoreA.cpp
26>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
24>property_converter_float_enum.cpp
27>SoundRender_Core_Processor.cpp
26>Сборка проекта "xrECore.vcxproj" завершена с ошибкой.
27>SoundRender_Core_SourceManager.cpp
27>SoundRender_Core_StartStop.cpp
27>SoundRender_Emitter.cpp
27>SoundRender_Emitter_FSM.cpp
27>SoundRender_Emitter_StartStop.cpp
27>SoundRender_Emitter_streamer.cpp
27>SoundRender_Environment.cpp
27>SoundRender_Source.cpp
27>SoundRender_Source_loader.cpp
27>SoundRender_Target.cpp
24>property_converter_integer_enum.cpp
27>SoundRender_TargetA.cpp
27>Создание кода...
24>property_converter_integer_values.cpp
24>property_converter_string_values.cpp
24>property_converter_tree_values.cpp
24>property_converter_vec3f.cpp
24>property_editor_color.cpp
24>property_editor_file_name.cpp
27>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
27>Сборка проекта "xrSound.vcxproj" завершена с ошибкой.
24>property_editor_tree_values.cpp
24>property_file_name_value.cpp
24>property_file_name_value_shared_str.cpp
24>property_float.cpp
24>property_float_enum_value.cpp
24>property_float_enum_value_reference.cpp
24>property_float_limited.cpp
24>property_float_limited_reference.cpp
24>property_float_reference.cpp
24>property_holder.cpp
24>property_holder_boolean.cpp
24>Создание кода...
24>Компиляция...
24>property_holder_collection.cpp
24>property_holder_color.cpp
24>property_holder_container.cpp
24>property_holder_float.cpp
24>property_holder_integer.cpp
24>property_holder_string.cpp
24>property_holder_vec3f.cpp
24>property_integer.cpp
24>property_integer_enum_value.cpp
24>property_integer_enum_value_reference.cpp
24>property_integer_limited.cpp
24>property_integer_limited_reference.cpp
24>property_integer_reference.cpp
24>property_integer_values_value.cpp
24>property_integer_values_value_getter.cpp
24>property_integer_values_value_reference.cpp
24>property_integer_values_value_reference_getter.cpp
24>property_property_container.cpp
24>property_string.cpp
24>property_string_shared_str.cpp
24>Создание кода...
22>script_engine.cpp
24>Компиляция...
24>property_string_values_value.cpp
24>property_string_values_value_getter.cpp
24>property_string_values_value_shared_str.cpp
22>ScriptEngineScript.cpp
24>property_string_values_value_shared_str_getter.cpp
24>property_vec3f.cpp
24>property_vec3f_base.cpp
24>property_vec3f_reference.cpp
24>window_ide.cpp
24>window_ide_serialize.cpp
24>window_levels.cpp
24>window_tree_values.cpp
22>script_lua_helper.cpp
24>window_view.cpp
24>window_weather.cpp
24>Dima to Dima: we can make this more optimal
24>window_weather_editor.cpp
22>script_process.cpp
24>Создание кода...
22>f:openxrayxray-16srcxrscriptenginescript_process.cpp(82) : TODO : "Dima cant find this function 'lua_setgcthreshold' "
22>
22>script_stack_tracker.cpp
24>.NETFramework,Version=v4.0.AssemblyAttributes.cpp
22>script_thread.cpp
24>xrWeatherEditor.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
24>
24>Сборка проекта "xrWeatherEditor.vcxproj" завершена с ошибкой.
22>ScriptExporter.cpp
22>xrScriptEngine.cpp
22>Создание кода...
22>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCore.lib"
22>Сборка проекта "xrScriptEngine.vcxproj" завершена с ошибкой.
28>------ Сборка начата: проект: xrPhysics, Конфигурация: Debug x64 ------
28>stdafx.cpp
28>PHNetState.cpp
28>ActorCameraCollision.cpp
28>collisiondamagereceiver.cpp
28>console_vars.cpp
28>dCylinder.cpp
28>f:openxrayxray-16srcxrphysicsdcylinderdcylinder.cpp(1112) : TODO : optimize factor == 0.f
28>
28>debug_output.cpp
28>DisablingParams.cpp
28>dRayMotions.cpp
28>ElevatorState.cpp
28>ExtendedGeom.cpp
28>Geometry.cpp
28>GeometryBits.cpp
28>IActivationShape.cpp
28>MathUtils.cpp
28>MovementBoxDynamicActivate.cpp
28>params.cpp
28>PHActivationShape.cpp
28>PHActorCharacter.cpp
28>PHAICharacter.cpp
28>PHCapture.cpp
28>PHCaptureInit.cpp
28>Создание кода...
28>Компиляция...
28>PHCharacter.cpp
28>PHCollideValidator.cpp
28>PHContactBodyEffector.cpp
28>PHDisabling.cpp
28>PHDynamicData.cpp
28>PHElement.cpp
28>f:openxrayxray-16srcxrphysicsphelement.cpp(1162) : TODO : remake it using Geometry functions
28>
28>PHElementNetState.cpp
28>PHFracture.cpp
28>PHGeometryOwner.cpp
28>PHInterpolation.cpp
28>PHIsland.cpp
28>PHJoint.cpp
28>PHJointDestroyInfo.cpp
28>PHMoveStorage.cpp
28>PHObject.cpp
28>PHShell.cpp
28>PHShellActivate.cpp
28>PHShellNetState.cpp
28>PHShellSplitter.cpp
28>PHSimpleCharacter.cpp
28>Создание кода...
28>Компиляция...
28>PHSplitedShell.cpp
28>PHStaticGeomShell.cpp
28>phvalide.cpp
28>PHWorld.cpp
28>Physics.cpp
28>PhysicsExternalCommon.cpp
28>PhysicsShell.cpp
28>f:openxrayxray-16srcxrphysicsphysicsshell.cpp(207) : TODO : "not ignore static if non realy fixed! "
28>
28>PhysicsShellAnimator.cpp
28>f:openxrayxray-16srcxrphysicsphysicsshellanimator.cpp(88) : TODO : "reset callback?"
28>
28>physics_scripted.cpp
28>ShellHit.cpp
28>f:openxrayxray-16srcxrphysicsshellhit.cpp(17) : TODO : "Kosya to kosya:this code shold treat all hit types"
28>
28>dSortTriPrimitive.cpp
28>dTriBox.cpp
28>dTriCallideK.cpp
28>dTriCylinder.cpp
28>dTriList.cpp
28>dTriSphere.cpp
28>xrPhysics.cpp
28>Создание кода...
28>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugxrCDB.lib"
28>Сборка проекта "xrPhysics.vcxproj" завершена с ошибкой.
29>------ Сборка начата: проект: xrEngine, Конфигурация: Debug x64 ------
29>stdafx.cpp
29>CameraBase.cpp
29>CameraManager.cpp
29>cf_dynamic_mesh.cpp
29>CustomHUD.cpp
29>defines.cpp
29>device.cpp
29>Device_create.cpp
29>Device_destroy.cpp
29>Device_Initialize.cpp
29>Device_Misc.cpp
29>Device_overdraw.cpp
29>Device_wndproc.cpp
29>editor_environment_ambients_ambient.cpp
29>editor_environment_ambients_effect_id.cpp
29>editor_environment_ambients_manager.cpp
29>editor_environment_ambients_sound_id.cpp
29>editor_environment_detail.cpp
29>editor_environment_effects_effect.cpp
29>editor_environment_effects_manager.cpp
29>editor_environment_levels_manager.cpp
29>Создание кода...
29>Компиляция...
29>editor_environment_manager.cpp
29>editor_environment_sound_channels_channel.cpp
29>editor_environment_sound_channels_manager.cpp
29>editor_environment_sound_channels_source.cpp
29>editor_environment_suns_blend.cpp
29>editor_environment_suns_flare.cpp
29>editor_environment_suns_flares.cpp
29>editor_environment_suns_gradient.cpp
29>editor_environment_suns_manager.cpp
29>editor_environment_suns_sun.cpp
29>editor_environment_thunderbolts_collection.cpp
29>editor_environment_thunderbolts_gradient.cpp
29>editor_environment_thunderbolts_manager.cpp
29>editor_environment_thunderbolts_thunderbolt.cpp
29>editor_environment_thunderbolts_thunderbolt_id.cpp
29>editor_environment_weathers_manager.cpp
29>f:openxrayxray-16srcxrengineeditor_environment_weathers_manager.cpp(132) : TODO : "Dima to Dima: dangerous scheme: it depends on the call sequence (frames_getter should be called berfore frames_size_getter to get correct results)"
29>
29>editor_environment_weathers_time.cpp
29>editor_environment_weathers_weather.cpp
29>edit_actions.cpp
29>Effector.cpp
29>Создание кода...
29>Компиляция...
29>EffectorPP.cpp
29>Engine.cpp
29>EngineAPI.cpp
29>engine_impl.cpp
29>Environment.cpp
29>Environment_misc.cpp
29>Environment_render.cpp
29>EventAPI.cpp
29>FDemoPlay.cpp
29>FDemoRecord.cpp
29>Feel_Touch.cpp
29>Feel_Vision.cpp
29>GameFont.cpp
29>GameMtlLib.cpp
29>GameMtlLib_Engine.cpp
29>ICollidable.cpp
29>IGame_Level.cpp
29>IGame_Level_check_textures.cpp
29>IGame_ObjectPool.cpp
29>IGame_Persistent.cpp
29>Создание кода...
29>Компиляция...
29>IInputReceiver.cpp
29>IRenderable.cpp
29>ISheduled.cpp
29>LightAnimLibrary.cpp
29>line_editor.cpp
29>line_edit_control.cpp
29>mailSlot.cpp
29>ObjectAnimator.cpp
29>ObjectDump.cpp
29>PerformanceAlert.cpp
29>perlin.cpp
29>phdebug.cpp
29>profiler.cpp
29>PS_instance.cpp
29>pure.cpp
29>pure_relcase.cpp
29>Rain.cpp
29>Render.cpp
29>splash.cpp
29>StatGraph.cpp
29>Создание кода...
29>Компиляция...
29>Stats.cpp
29>IStringTable.cpp
29>Text_Console.cpp
29>Text_Console_WndProc.cpp
29>thunderbolt.cpp
29>tntQAVI.cpp
29>xrHemisphere.cpp
29>xrImage_Resampler.cpp
29>xrSASH.cpp
29>xrSheduler.cpp
29>xrTheora_Stream.cpp
29>xrTheora_Surface.cpp
29>xr_collide_form.cpp
29>xr_efflensflare.cpp
29>xr_input.cpp
29>xr_input_xinput.cpp
29>XR_IOConsole.cpp
29>XR_IOConsole_callback.cpp
29>XR_IOConsole_control.cpp
29>XR_IOConsole_get.cpp
29>Создание кода...
29>Компиляция...
29>xr_ioc_cmd.cpp
29>xr_object.cpp
29>xr_object_list.cpp
29>x_ray.cpp
29>main.cpp
29>Создание кода...
29>LINK : fatal error LNK1104: не удается открыть файл "F:OpenXRayxray-16libWin64DebugOpenAL32.lib"
29>Сборка проекта "xrEngine.vcxproj" завершена с ошибкой.
30>------ Сборка начата: проект: xr_3da, Конфигурация: Debug x64 ------
30>stdafx.cpp
30>entry_point.cpp
30>resource.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
30>
30>Сборка проекта "xr_3da.vcxproj" завершена с ошибкой.
========== Сборка: успешно: 17, с ошибками: 13, без изменений: 0, пропущено: 0 ==========
Содержание
- Fatal error rc1015 cannot open include file afxres h
- Answered by:
- Question
- Answers
- All replies
- Fatal error rc1015 cannot open include file afxres h
- Answered by:
- Question
- Answers
- All replies
- Error RC1015: cannot open include file ‘afxres.h’ #5264
- Comments
- Description
- Virtual environments affected
- Image version and build link
- Is it regression?
- Expected behavior
- Actual behavior
- Repro steps
Fatal error rc1015 cannot open include file afxres h
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
Last night, while trying to get VS 2015 to use the Windows 10 SDK, I managed to mess up the IDE to the point where a fresh install sounded like a good idea.
I went to MS’s VS Community site for the latest download. 2017 is now the default offered version, so I downloaded and installed it.
The compilation failed. The only error found is in the .RC file:
Nothing was found when I searched for the header file on the C: drive.
Commenting out the include caused other errors.
Answers
thanks for posting here.
>> VS 2017 .RC file — Error RC1015 cannot open include file ‘afxres.h’
For this case, I suggest you check if you have installed vc++ feature especially the MFC support with vs2017.
If not, please modify your vs2017 and add these features.
Hope this could be help of you.
Best Regards,
Sera Yu
MSDN Community Support
Please remember to click «Mark as Answer» the responses that resolved your issue, and to click «Unmark as Answer» if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
thanks for posting here.
>> VS 2017 .RC file — Error RC1015 cannot open include file ‘afxres.h’
For this case, I suggest you check if you have installed vc++ feature especially the MFC support with vs2017.
If not, please modify your vs2017 and add these features.
Hope this could be help of you.
Best Regards,
Sera Yu
MSDN Community Support
Please remember to click «Mark as Answer» the responses that resolved your issue, and to click «Unmark as Answer» if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
I couldn’t find a description of what components I’d installed so I did a re-install of VS2017.
The default install didn’t have the «MFC and ATL support (x86 and x64)» item selected by default. I selected that item, along with a bunch of other things.
Is there a quick method to change the SDK version for every project in a «Solution»?
It was tedious going through the properties for 34 projects.
After setting each project’s SDK, the build was successful.
I appreciate your assistance.
If you want to update the same project settings over multiple projects, you can hold down control and left click on each project that you want to change the settings on. If you then go into the project properties, then the common properties between those projects will be editable and any changes will apply to all projects that you had selected.
This may perform terribly though, so be warned.
This is a signature Any samples given are not meant to have error checking or show best practices. They are meant to just illustrate a point. I may also give inefficient code or introduce some problems to discourage copy/paste coding. This is because the major point of my posts is to aid in the learning process.
Источник
Fatal error rc1015 cannot open include file afxres h
Answered by:
Question
I am trying to compile samurize plugin for T- Balancer : http://www.samurize.com/modules/mydownloads/visit.php?cid=6&lid=1897 and whatever I do I receive message from the subject.
I followed «Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK» and it did not help.
I have read somewhere that problem can be related to too long paths. Even so I have no idea how to make them shorter. Also information that ‘ afxres.h ‘ is related to MFC does not help.
I just want to compile some examples and every second attempt ends up with that very annoying message.
Answers
Solved and in case if anybody is interested:
After Microsoft Platform SDK is installed its /include folder consists subfolder /mfc. All necessary files seem to be there. Microsoft’s instruction: «Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK» explains that following line: «C:Program FilesMicrosoft Platform SDKinclude» must be added to «the Visual C++ directories in the Projects and Solutions section in the Options dialog box». But does not say anything about line: «C:Program FilesMicrosoft Platform SDKincludemfc». Add it as well what, hopefully, will solve problems.
Solved and in case if anybody is interested:
After Microsoft Platform SDK is installed its /include folder consists subfolder /mfc. All necessary files seem to be there. Microsoft’s instruction: «Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK» explains that following line: «C:Program FilesMicrosoft Platform SDKinclude» must be added to «the Visual C++ directories in the Projects and Solutions section in the Options dialog box». But does not say anything about line: «C:Program FilesMicrosoft Platform SDKincludemfc». Add it as well what, hopefully, will solve problems.
That will only give you the include files. If you actually call anything from MFC then you will not have MFC LIB files to link to because the Platform SDK only comes with 64 bit version of the libs.
In fact, Visual C++ Express is not meant to be used with MFC (they don’t ship MFC at all with it). To get around this, the MFC source code that comes with the Platform SDK must be rebuilt to generate library files compatible with Visual C++ 2005 Express (there is a way to do this but it is by no means trivial)
I must be missing something painfully obvious. I have entered the Platform SDK path into the given screen, including the mfc part, but still I get:
c:documents and settingsmontymy documentsvisual studio 2005projectsnettest2nettest2stdafx.h(45) : fatal error C1083: Cannot open include file: ‘afxwin.h’: No such file or directory
All I need is a simple HTTP client that can send my file data to a PHP script. I’m running my software in XP and Server ’03 environments, and don’t mind using MFC and/or .NET 2.0, I just need to tell this ()*&)&*)(&* compiler that the include files are right there!
I struggled with this for a whole day and all the internet postings are useless. I know this probably isn’t the best solution, but it works.
In solution explorer, under resource files, right click your .rc file and select properties. Under resource > general > additional include directories, add the following: ;»$(VCInstallDir)atlmfcinclude»;»$(VCInstallDir)PlatformSDKInclude»
I had the same problem with trying to compile a resource file from VC++7.1. Adding «C:Program FilesMicrosoft Platform SDKincludemfc» to the VC++ directories include files fixed the issue. I wasn’t even using MFC, but for some reason it needs the afxres.h file (I think because it includes windows.h), even though it doesn’t need any MFC stuff.
This «fix» should be mentioned in this document, along with the rest of the required changes to VC++ directories.
Of course, if the resource files from VC++7.1 didn’t wrongly include an MFC file, and simply included windows.h, as it should, this wouldn’t be a problem.
It doesn’t «wrongly» include afxres.h, under the VS IDE this is something useful. The afxres.h has some additional definitions for common control types, like IDOK, IDCANCEL and more. There are two more things to remember too, first of all, Microsoft has seemed to assume that when you create a project you will keep editing it on the same machine or the same IDE type, secondly there is no inbuild native resource handling for EE, meaning you manually edit it yourself.
In the situation where these resource files were initally created there is no problems including afxres.h, but when you move them that is when problems could start occuring.
crescens2k, I assume you mean to replace every instance of afxres.h with windows.h? It doesn’t just appear in one location for me:
// Generated from the TEXTINCLUDE 2 resource.
And there’s also this line of code which seems to be related:
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
crescens2k, afxres.h does not include the definitions for IDOK, IDCANCEL, etc, in either VC++ 2003 or VC++ 2005. They don’t exist in windows.h, either. They exist in WinUser.h, for both versions.
You are right, Microsoft assumes you’ll continue using the same IDE for the length of the project. But, they do have a conversion process which should work, and it does. it’s just the directories are not set up, that’s all. Their Platform SDK webpage is supposed to tell you how to rectify this, and for the most part, it does successfully, but it just forgets one directory — the MFC one with afxres.h in it.
Misfire there, you are right, about it not defining those, it defines menu, toolbar and other things to make using the resource editor in the VS IDE easier.
But the Platform SDK webpage has nothing wrong. The version of the MFC in the Platform SDK is for 64 bit windows only. It was only intended as a supplement for VS.net and VS.net 2003. If you look it only has 64 bit compilers too.
If you look in the latest version of the PSDK you will actually notice that there is no MFC or ATL libraries there at all. This shows that since they are now in VS properly there is no need to distribute them with the PSDK.
There is only two ways are supposed to get the MFC, through VS or the WDK.
In all, the Express edition was not designed to work with MFC or ATL. It doesn’t have the resource editor, which relies on MFC to work. Yes, if you get hold of the MFC then you can hook it up to VC but it is not intended for that.
Источник
Error RC1015: cannot open include file ‘afxres.h’ #5264
Description
I am having an issue building an Azure Devops Pipeline. We have an msbuild step that builds a collection of solutions. I am experiencing an error with both the 2019 and 2022 vmImage.
I have seen: #3957 which I would think addresses the issue but there seems to still be an issue from the Resource Compiler side of things.
Virtual environments affected
- Ubuntu 18.04
- Ubuntu 20.04
- macOS 10.15
- macOS 11
- Windows Server 2016
- Windows Server 2019
- Windows Server 2022
Image version and build link
Is it regression?
Expected behavior
Resource Compiler should exit with no error. (C:Program Files (x86)Windows Kits10bin10.0.22000.0x86rc.exe /l»0x0409″ /ID:a1ssrcMyProjectinc /nologo /fo»objDebugMyProject.res» ResourcesMyProject.rc)
Actual behavior
Error RC1015: cannot open include file ‘afxres.h’
Repro steps
Add a resource (rc) file to a build that has an #include statement for afxres.h.
The text was updated successfully, but these errors were encountered:
@kuhnboy hi! Could you please prepare a repo with repro steps? It will speed up the investigation.
You can see if it is run in a pipeline that the error:
Upon further investigation, changing the platform version from v142 to v143 will fix the build issue. Older applications that don’t seem to be MFC library dependent still depend on artifacts like afxres.h and afxres.rc.
It does seem on the windows 2022 image that MSVC v142 is installed. Therefore my expectation would be that C++ MFC for v142 would also be installed (which I believe is the package in Visual Studio that would fix this issue).
Источник
Hello,
I recently had to reinstall my Visual Studio 2008 standard edition and Intel(R) Visual Fortran Compiler XE 13.1.0.149 [IA-32]. A copy of Help|About is given below.
Now, although the Visual Studio integration seems to be OK (See the data from Tools|Intel Composer XE|Visual Fortran|Compilers given below), I get the following errors when building from the IDE:
fatal error RC1015: cannot open include file ‘afxres.h’, when trying to compile resources, and
error #10037: could not find ‘link’, when trying to build existing applications
It seems that somehow $(VSInstallDir) and $(VCInstallDir) do not resolve to VS and VC install folders. ‘afxres.h’ and ‘link.exe’ are available under $(VCInstallDir)atlmfcinclude resp. $(VCInstallDir)BIN
I have uninstalled and reinstalled several times (actually spend the entire weekend trying to find a solution), but without result.
I hope someone has a solution for this issue.
kind regards,
Walter Kramer
- Executables: $(IFortInstallDir)binia32;$(VSInstallDir)Common7IDE;$(VCInstallDir)BIN;$(VSInstallDir)Common7Tools;$(VSInstallDir)Common7Toolsbin;$(FrameworkDir)$(FrameworkVersion);$(WindowsSdkDir)bin;$(PATH)
- Libraries: $(IFortInstallDir)compilerlibia32;$(IFortInstallDir)mkllibia32;$(VCInstallDir)atlmfclib;$(VCInstallDir)lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)lib;
- Includes: $(IFortInstallDir)compilerinclude;$(IFortInstallDir)compilerincludeia32;$(IFortInstallDir)mklinclude;$(VCInstallDir)atlmfcinclude;$(VCInstallDir)include;$(WindowsSdkDir)include;$(FrameworkSDKDir)include
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Standard
Microsoft Visual Basic 2008 91851-136-2607274-60684
Microsoft Visual Basic 2008
Microsoft Visual C# 2008 91851-136-2607274-60684
Microsoft Visual C# 2008
Microsoft Visual C++ 2008 91851-136-2607274-60684
Microsoft Visual C++ 2008
Microsoft Visual Web Developer 2008 91851-136-2607274-60684
Microsoft Visual Web Developer 2008
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB2538241) KB2538241
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2538241.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB944899) KB944899
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/944899.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB945282) KB945282
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945282.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB946040) KB946040
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946040.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB946308) KB946308
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946308.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB946344) KB946344
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946344.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB946581) KB946581
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946581.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB947173) KB947173
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947173.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB947540) KB947540
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947540.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB947789) KB947789
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947789.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB948127) KB948127
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/948127.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB953256) KB953256
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/953256.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB971091) KB971091
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/971091.
Hotfix for Microsoft Visual Studio 2008 Standard Edition — ENU (KB971092) KB971092
This hotfix is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/971092.
Intel(R) Visual Fortran Package ID: w_fcompxe_2013.2.149
Intel(R) Visual Fortran Composer XE 2013 Update 2 Integration for Microsoft Visual Studio* 2008, 13.0.3615.2008, Copyright (C) 2002-2013 Intel Corporation
* Other names and brands may be claimed as the property of others.
Microsoft Visual Studio 2008 Standard Edition — ENU Service Pack 1 (KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.
Microsoft Visual Studio 2008 Standard Edition — ENU Service Pack 1 (KB947888) KB947888
This service pack is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947888.
Microsoft Visual Studio 2008 Standard Edition — ENU Service Pack 1 (KB948484) KB948484
This service pack is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/948484.
Security Update for Microsoft Visual Studio 2008 Standard Edition — ENU (KB2251487) KB2251487
This security update is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this security update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2251487.
Security Update for Microsoft Visual Studio 2008 Standard Edition — ENU (KB2669970) KB2669970
This security update is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this security update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2669970.
Update for Microsoft Visual Studio 2008 Standard Edition — ENU (KB956453) KB956453
This update is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/956453.
Update for Microsoft Visual Studio 2008 Standard Edition — ENU (KB967143) KB967143
This update is for Microsoft Visual Studio 2008 Standard Edition — ENU.
If you later install a more recent service pack, this update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/967143.



