Перейти в начало страницы

Здравствуйте, гость ( Авторизация | Регистрация )

Gameru.net останавливает работу в связи с вторжением армии РФ в Украину. Следите за дальнейшими анонсами.
Support Gameru!

> Помощь по разделу

Сайт S.T.A.L.K.E.R. Inside / [ЗП] Параметры командной строки / Распаковщик ресурсов

> Закрома Родины
fen1x
сообщение 17.09.2014, 16:27
Сообщение #3261


И никаких няш-мяш!
**************************

Репутация:   5029  
Группа: Участник
Сообщений: 28157
Регистрация: 04.02.2003




Вставить ник Цитировать выделенное в форуму быстрого ответа




Сборка движка X-Ray 1.0007 RC1
Сборка движка ЗП от Shoker
0) Устанавливаем Visual Studio 2008 SP1 (Proffesional или Team, я собирал в первой), сервис пак из архива engine.vc2008.fixed.rar подходит только к английской версии студии, для русской нужно будет скачать отдельно.
______________________________________________
1) Создаём на диске папку, в ней ещё одну папку.

2) В эту папку помещаем только папку engine.vc2008 из архива "engine.vc2008.fixed - фикшенный мною проект vs2008", папку SDK от туда не трогаем.

3) Папку SDK берём из архива "stasvn\sources\engine.vc2005-2008(~1.6.02 бенчмарк) - март 2010", из под-папки sources.
Помещаем её в одну папку к engine.vc2008



4) Вот теперь поверх неё докладываем папку SDK из архива engine.vc2008.fixed.rar, соглашаемся на замену всех файлов

5) Качаем с сайта майкрософт два DirectX SDK - 2009 March и 2010 June. (Вес каждой около 500 мб), можно использовать только версию 2009, но тогда не сможете собрать xrRender_R4. (LINK : fatal error LNK1181: cannot open input file 'd3d11.lib'), а если будете использовать только 2010 - игра с R4 не запустится.

После установки двух DX SDK убедитесь что они прописали свои пути в студию, файлы 2010-го СДК должны быть после 2009-го, как показано на рисунке:



Аналогично для разделов Executable files и Include files. Если возникнут вопросы, ищите информацию в гугле по словам "подключение directx sdk visual studio 2008"

При неправильных версиях СДК (или его не-подключении) в логе будет ругань на отсутствие файлов типа d3dXX.lib\.h)
Перемещать папки из уже установленного DirectX SDK никуда не нужно. Достаточно прописать к ним пути глобально для студии (или для каждого проекта вручную)

Комментарий от loxotron: достаточно скопировать и переименовать d3d11_beta.lib в d3d11.lib в папке с директовским сдк, а еще лучше скачать и поставить DX SDK August 2009 и не париться с неподходящими версиями.

6) На всякий случаи можно установить ещё SDK\OpenALwEAX.exe, но не уверен что он критически необходим.

7) Запускаем проект через ..\CoP\Project\engine.vc2008\engine.sln. Когда он загрузится, вверху студии режим сборки с Debug_Dedicated (или любой другой) меняем на Release. Далее слева\справа будет список папок с файлами движка, нам нужна, в первую очередь, папка 3rd_party - жмём на неё правой кнопкой мыши и выбираем Build\Построить.

Если всё будет правильно, то в конце лог внизу напишет об 11 успешных проектах (или число будет меньше, если некоторые проекты уже были собраны до этого, лог об этом тоже сообщит "пропущены\up to date") Главное чтобы Ошибок\Fatal везде было 0
У меня собрались полностью все проекты без ошибок. (warning за полноценные ошибки не считаются)

8) По аналогии, сверху вниз, можно собрать другие Dll-ки, папки editor\dedicated\utils\plugins собирать не обязательно - к движку они не относятся. Дольше всего будет собираться xrGame.dll. Остальные достаточно быстро.

Собирать все Dll-ки к слову не обязательно. Можно лишь нужные. Когда они будут готовы - создать чистую папку bin в папке с игрой. Закинуть туда все созданные dll файлы (можно вместе с .pdb). При необходимости, можно докинуть отсутствующие файлы из оригинальной bin ЗП (2-ой патч), если игра будет их требовать. (Навроде wrap_oal.dll)
Игру я запускал с оригинального Stalker-COP.exe

Если всё верно, то в логе\консоли игры в первых строчках будет указан билд игры и дата построения.


Сообщение отредактировал RayTwitty - 22.01.2016, 17:03
Перейти в начало страницы
 
191 страниц V  « < 162 163 164 165 166 > »   
Начать новую тему
Ответов
RayTwitty
сообщение 13.07.2015, 02:05
Сообщение #3262


Игровой Бог
**********************

Репутация:   648  
Группа: Участник
Сообщений: 5354
Награды: 9
Регистрация: 24.09.2010




Вставить ник Цитировать выделенное в форуму быстрого ответа


QUOTE (nikita_nz1986 @ 13.07.2015, 01:51) *
Как я понимаю это связано с detail_radius

CODE
;=====================================
;=======ФИКС ДВИЖЕНИЯ СОЛНЦА==========
;=========SUN MOVEMENT FIX============
;=====================================
0x10011C00 15


--------------------
Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 02:25
Сообщение #3263


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(Shadows @ 13.07.2015, 03:00) *
Цитата(nikita_nz1986 @ 13.07.2015, 01:51) *
Как я понимаю это связано с detail_radius

Код
;=====================================
;=======ФИКС ДВИЖЕНИЯ СОЛНЦА==========
;=========SUN MOVEMENT FIX============
;=====================================
0x10011C00 15


Ой напутал, прошу прощения, думал это про ошибку

Эм..., а как разобрать асм-код? unsure.gif .

Цитата(Stalker_Monolit @ 13.07.2015, 02:47) *
Цитата(nikita_nz1986 @ 13.07.2015, 01:40) *
Кто нить знает что означает этот вылет.
Вылет.

0023:004365B8 xrEngine.exe, shared_motions::id()

А можно полный лог?

Это весь лог дальше идёт то что не надо.

Сообщение отредактировал nikita_nz1986 - 13.07.2015, 02:11
Перейти в начало страницы
 
RayTwitty
сообщение 13.07.2015, 03:32
Сообщение #3264


Игровой Бог
**********************

Репутация:   648  
Группа: Участник
Сообщений: 5354
Награды: 9
Регистрация: 24.09.2010




Вставить ник Цитировать выделенное в форуму быстрого ответа


QUOTE (nikita_nz1986 @ 13.07.2015, 02:20) *
Эм..., а как разобрать асм-код?

Сравнить с оригиналом например. Во врезке вроде просто заменена целиком функция, кода немного, видимо в сырцах вообще пару строк... Или можно просто её там найти и посмотреть, что можно изменить.


--------------------
Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 04:02
Сообщение #3265


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(nikita_nz1986 @ 13.07.2015, 02:40) *
Кто нить знает что означает этот вылет.
Вылет.

0023:004365B8 xrEngine.exe, shared_motions::id()

Вылетает при попытке новой игры, а при загрузке автосейва всё в порядке.

Цитата(Shadows @ 13.07.2015, 04:27) *
Цитата(nikita_nz1986 @ 13.07.2015, 02:20) *
Эм..., а как разобрать асм-код?

Сравнить с оригиналом например. Во врезке вроде просто заменена целиком функция, кода немного, видимо в сырцах вообще пару строк... Или можно просто её там найти и посмотреть, что можно изменить.

А можно поподробнее, я в асме вообще не секу, для меня это тёмный лес.
Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 05:39
Сообщение #3266


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Вопрос:почему не компилится
Вылет
Ошибка 2 error LNK2001: неразрешенный внешний символ ""public: int __thiscall CRender::is_sun(void)" (?is_sun@CRender@@QAEHXZ)" X:\Layers\xrRenderPC_R2\DetailManager_VS.obj xrRender_R2

Переменные назначены, в чём ещё может быть дело?
Перейти в начало страницы
 
[Codepoet]
сообщение 13.07.2015, 07:36
Сообщение #3267


Продвинутый геймер
********

Репутация:   106  
Группа: Участник
Сообщений: 239
Награды: 3
Регистрация: 13.12.2011




Вставить ник Цитировать выделенное в форуму быстрого ответа


nikita_nz1986, судя по ошибке у тебя не экспортируется метод is_sun класса CRender. Стало быть его надо сделать экспортируемым: в рентгеныче где-то были определения __declspec(export)/__declspec(import) завернутые в макросы.


--------------------
Linked-In account
Blog

::Sleep(INFINITE) - и пусть весь мир подождёт!
Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 13:21
Сообщение #3268


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата([Codepoet] @ 13.07.2015, 08:31) *

nikita_nz1986, судя по ошибке у тебя не экспортируется метод is_sun класса CRender. Стало быть его надо сделать экспортируемым: в рентгеныче где-то были определения __declspec(export)/__declspec(import) завернутые в макросы.

Знать бы где.
Перейти в начало страницы
 
Tron
сообщение 13.07.2015, 13:23
Сообщение #3269


Игровой Эксперт
***************

Репутация:   407  
Группа: Участник
Сообщений: 2394
Награды: 5
Регистрация: 19.01.2009




Вставить ник Цитировать выделенное в форуму быстрого ответа


nikita_nz1986,Поиск по коду,а так же просмотр определений препроцессора решит ваши проблемыwink.gif
Перейти в начало страницы
 
Stalker_Monolit
сообщение 13.07.2015, 13:58
Сообщение #3270


Опытный Геймер
*******

Репутация:   17  
Группа: Участник
Сообщений: 161
Награды: 3
Регистрация: 08.03.2015




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(Tron @ 13.07.2015, 13:18) *
nikita_nz1986,Поиск по коду,а так же просмотр определений препроцессора решит ваши проблемыwink.gif

Помоги пожалуйста sad.gif
[url="http://www.gameru.net/forum/index.php?s=&showtopic=55777&view=findpost&p=1550160"]

Сообщение отредактировал Stalker_Monolit - 13.07.2015, 14:49
Эскизы прикрепленных изображений
Прикрепленное изображение
 


--------------------

Перейти в начало страницы
 
Tron
сообщение 13.07.2015, 15:02
Сообщение #3271


Игровой Эксперт
***************

Репутация:   407  
Группа: Участник
Сообщений: 2394
Награды: 5
Регистрация: 19.01.2009




Вставить ник Цитировать выделенное в форуму быстрого ответа


Я сейчас с телефона. Выложи лог отдельно(только,то где указано каких символов нет).
Вообще эта либа существует только для 2005 студии(насчет 2008 не помню,но кажется есть).-для остальных надо переписывать на другую(не помню название,K.D сделал уже)

Кажется для 2008 она есть -видел в CE.

Перейти в начало страницы
 
MegaNub
сообщение 13.07.2015, 16:05
Сообщение #3272


Продвинутый геймер
********

Репутация:   15  
Группа: Участник
Сообщений: 322
Награды: 3
Регистрация: 01.05.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(Tron @ 13.07.2015, 15:57) *
для остальных надо переписывать на другую(не помню название,K.D сделал уже)

На NVTT он переписал, если не ошибаюсь. Ничего не надо переписывать, просто взять msvcprt.lib от Visual C++ 8.0, например здесь, и влепить в зависимости xrDXT.

Stalker_Monolit, нужна тебе эта xrDXT? Ты собираешься SDK собирать?


Цитата(Tron @ 13.07.2015, 15:57) *
Кажется для 2008 она есть -видел в CE.

У тебя его исходников не завалялось? unsure.gif
Перейти в начало страницы
 
Stalker_Monolit
сообщение 13.07.2015, 16:16
Сообщение #3273


Опытный Геймер
*******

Репутация:   17  
Группа: Участник
Сообщений: 161
Награды: 3
Регистрация: 08.03.2015




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(MegaNub @ 13.07.2015, 16:00) *
Цитата(Tron @ 13.07.2015, 15:57) *
для остальных надо переписывать на другую(не помню название,K.D сделал уже)

На NVTT он переписал, если не ошибаюсь. Ничего не надо переписывать, просто взять msvcprt.lib от Visual C++ 8.0, например здесь, и влепить в зависимости xrDXT.

Stalker_Monolit, нужна тебе эта xrDXT? Ты собираешься SDK собирать?

Цитата(Tron @ 13.07.2015, 15:57) *
Кажется для 2008 она есть -видел в CE.

У тебя его исходников не завалялось? unsure.gif


нет я хочу движок собрать, но пока на xrGame остановился там ошибки ругаются на problem_solver.h
Лог
4>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
4> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
4> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"

Цитата(Tron @ 13.07.2015, 14:57) *
Я сейчас с телефона. Выложи лог отдельно(только,то где указано каких символов нет).
Вообще эта либа существует только для 2005 студии(насчет 2008 не помню,но кажется есть).-для остальных надо переписывать на другую(не помню название,K.D сделал уже)

Кажется для 2008 она есть -видел в CE.

Прекрасно буду ждать когда ты мне ссылку дашь =)

Сообщение отредактировал Stalker_Monolit - 13.07.2015, 16:20


--------------------

Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 18:02
Сообщение #3274


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Не в тему, но
Новый мутант laugh.gif


Сообщение отредактировал nikita_nz1986 - 13.07.2015, 18:04
Перейти в начало страницы
 
MegaNub
сообщение 13.07.2015, 18:07
Сообщение #3275


Продвинутый геймер
********

Репутация:   15  
Группа: Участник
Сообщений: 322
Награды: 3
Регистрация: 01.05.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(Stalker_Monolit @ 13.07.2015, 17:11) *
Прекрасно буду ждать когда ты мне ссылку дашь =)

Я ведь написал как решить проблему. И к тому же, для игры не нужна xrDXT, можешь её не собирать, она используется в SDK. За SDK советую вообще не браться, если при сборки игровой составляющей такие проблемы, в SDK всё гораздо веселее, билдер и всё такое..

Цитата(Stalker_Monolit @ 13.07.2015, 17:11) *
нет я хочу движок собрать, но пока на xrGame остановился там ошибки ругаются на problem_solver.h

Эта проблема рассмотрена в моём руководстве на местной Wiki, ну и ранее в этой теме. А лучше посмотри в ЗП как вышли из этого положения разработчики.

Сообщение отредактировал MegaNub - 13.07.2015, 18:13
Перейти в начало страницы
 
Stalker_Monolit
сообщение 13.07.2015, 18:41
Сообщение #3276


Опытный Геймер
*******

Репутация:   17  
Группа: Участник
Сообщений: 161
Награды: 3
Регистрация: 08.03.2015




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(MegaNub @ 13.07.2015, 18:02) *
Цитата(Stalker_Monolit @ 13.07.2015, 17:11) *
Прекрасно буду ждать когда ты мне ссылку дашь =)

Я ведь написал как решить проблему. И к тому же, для игры не нужна xrDXT, можешь её не собирать, она используется в SDK. За SDK советую вообще не браться, если при сборки игровой составляющей такие проблемы, в SDK всё гораздо веселее, билдер и всё такое..

Цитата(Stalker_Monolit @ 13.07.2015, 17:11) *
нет я хочу движок собрать, но пока на xrGame остановился там ошибки ругаются на problem_solver.h

Эта проблема рассмотрена в моём руководстве на местной Wiki, ну и ранее в этой теме. А лучше посмотри в ЗП как вышли из этого положения разработчики.

Смотрел я то руководство и у меня ничего не вышло появляются другие ошибки((


--------------------

Перейти в начало страницы
 
Tron
сообщение 13.07.2015, 18:54
Сообщение #3277


Игровой Эксперт
***************

Репутация:   407  
Группа: Участник
Сообщений: 2394
Награды: 5
Регистрация: 19.01.2009




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(MegaNub @ 13.07.2015, 16:00) *
Цитата(Tron @ 13.07.2015, 15:57) *
для остальных надо переписывать на другую(не помню название,K.D сделал уже)

На NVTT он переписал, если не ошибаюсь. Ничего не надо переписывать, просто взять msvcprt.lib от Visual C++ 8.0, например здесь, и влепить в зависимости xrDXT.

Stalker_Monolit, нужна тебе эта xrDXT? Ты собираешься SDK собирать?

Лучше бы он полный лог выложил-тяжело судить об ошибке,зная только ее тип
Я раньше собирал под 2008 студией подменяя эту либу на более новую версию

MegaNub,
Ответ
Цитата
Цитата(Tron @ 13.07.2015, 15:57) *
Кажется для 2008 она есть -видел в CE.

У тебя его исходников не завалялось? unsure.gif

Новее того,что мы нашли в соседней теме нету(более новые версии я уже месяц как не искал. Но это лучше публично не обсуждать)


либы которые нашел
Я в CE нашел:
nvDXTlibMT.vc9.lib
nvDXTlibMT.vc9.x64.lib
nvDXTlibMTd.vc9.lib
nvDXTlibMTd.vc9.x64.lib
nvDXTlibMTDLL.vc9.lib


nvDXTlibMTDLL.vc9.x64.lib
nvDXTlibMTDLLd.vc9.lib
nvDXTlibMTDLLd.vc9.x64.lib


Цитата
Прекрасно буду ждать когда ты мне ссылку дашь =)

nvDXTLibrary VC2008
http://rghost.ru/8NfYW8zcs

Сообщение отредактировал Tron - 13.07.2015, 18:52
Перейти в начало страницы
 
Stalker_Monolit
сообщение 13.07.2015, 18:56
Сообщение #3278


Опытный Геймер
*******

Репутация:   17  
Группа: Участник
Сообщений: 161
Награды: 3
Регистрация: 08.03.2015




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата(Tron @ 13.07.2015, 18:46) *
Цитата(MegaNub @ 13.07.2015, 16:00) *
Цитата(Tron @ 13.07.2015, 15:57) *
для остальных надо переписывать на другую(не помню название,K.D сделал уже)

На NVTT он переписал, если не ошибаюсь. Ничего не надо переписывать, просто взять msvcprt.lib от Visual C++ 8.0, например здесь, и влепить в зависимости xrDXT.

Stalker_Monolit, нужна тебе эта xrDXT? Ты собираешься SDK собирать?

Лучше бы он полный лог выложил-тяжело судить об ошибке,зная только ее тип
Я раньше собирал под 2008 студией подменяя эту либу на более новую версию

MegaNub,
Ответ
Цитата
Цитата(Tron @ 13.07.2015, 15:57) *
Кажется для 2008 она есть -видел в CE.

У тебя его исходников не завалялось? unsure.gif

Новее того,что мы нашли в соседней теме нету(более новые версии я уже месяц как не искал. Но это лучше публично не обсуждать)


либы которые нашел
Я в CE нашел:
nvDXTlibMT.vc9.lib
nvDXTlibMT.vc9.x64.lib
nvDXTlibMTd.vc9.lib
nvDXTlibMTd.vc9.x64.lib
nvDXTlibMTDLL.vc9.lib


nvDXTlibMTDLL.vc9.x64.lib
nvDXTlibMTDLLd.vc9.lib
nvDXTlibMTDLLd.vc9.x64.lib


Вот лог компиляции xrGame там только эта ошибка осталась но исправить пока у меня не получается((
Лог Компиляции
1>------ Построение начато: проект: xrGame, Конфигурация: Debug Win32 ------
1>Компиляция...
1>cl: командная строка warning D9035: использование параметра "Wp64" нежелательно, он будет удален в следующих выпусках
1>movement_manager_game.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>movement_manager_level.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_handler_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>.\object_handler_planner.cpp(224) : TODO : "Dima to Dima : safe, but not optimal!"
1>.\object_handler_planner.cpp(235) : TODO : "Dima to Dima : safe, but not optimal!"
1>object_handler_planner_missile.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_handler_planner_weapon.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_actions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>space_restriction_composition.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>space_restriction_shape.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>agent_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>agent_manager_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_monster_detail_path_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_update_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_surge_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder_base.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder_base_path.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_animation_torso.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_base_action.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_alife_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>Создание кода...
1>Компиляция...
1>stalker_anomaly_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_search_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_unknown_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_in_direction_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_in_direction_actions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_grenade_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_by_sound_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_death_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_obstacles.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_obstacles_path.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_base.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>ai_space.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>map_location.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>UIMapWnd.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>UIMapWndActions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>Создание кода...
1>Журнал построения был сохранен в "file://c:\x_ray_engine\intermediate\Debug\xrGame\BuildLog.htm"
1>xrGame - ошибок 35, предупреждений 1
========== Построение: успешно: 0, с ошибками: 1, без изменений: 18, пропущено: 0 ==========


--------------------

Перейти в начало страницы
 
nikita_nz1986
сообщение 13.07.2015, 18:58
Сообщение #3279


Геймер
******

Репутация:   11  
Группа: Участник
Сообщений: 133
Награды: 2
Регистрация: 17.09.2014




Вставить ник Цитировать выделенное в форуму быстрого ответа


Кто знает как приблизить камеру гг по отношению к его телу( что бы тело было как бы сзади, а то моих знаний моделлера не хватает).

Цитата(Stalker_Monolit @ 13.07.2015, 19:51) *
Цитата(Tron @ 13.07.2015, 18:46) *
Цитата(MegaNub @ 13.07.2015, 16:00) *
Цитата(Tron @ 13.07.2015, 15:57) *
для остальных надо переписывать на другую(не помню название,K.D сделал уже)

На NVTT он переписал, если не ошибаюсь. Ничего не надо переписывать, просто взять msvcprt.lib от Visual C++ 8.0, например здесь, и влепить в зависимости xrDXT.

Stalker_Monolit, нужна тебе эта xrDXT? Ты собираешься SDK собирать?

Лучше бы он полный лог выложил-тяжело судить об ошибке,зная только ее тип
Я раньше собирал под 2008 студией подменяя эту либу на более новую версию

MegaNub,
Ответ
Цитата
Цитата(Tron @ 13.07.2015, 15:57) *
Кажется для 2008 она есть -видел в CE.

У тебя его исходников не завалялось? unsure.gif

Новее того,что мы нашли в соседней теме нету(более новые версии я уже месяц как не искал. Но это лучше публично не обсуждать)


либы которые нашел
Я в CE нашел:
nvDXTlibMT.vc9.lib
nvDXTlibMT.vc9.x64.lib
nvDXTlibMTd.vc9.lib
nvDXTlibMTd.vc9.x64.lib
nvDXTlibMTDLL.vc9.lib


nvDXTlibMTDLL.vc9.x64.lib
nvDXTlibMTDLLd.vc9.lib
nvDXTlibMTDLLd.vc9.x64.lib


Вот лог компиляции xrGame там только эта ошибка осталась но исправить пока у меня не получается((
Лог Компиляции
1>------ Построение начато: проект: xrGame, Конфигурация: Debug Win32 ------
1>Компиляция...
1>cl: командная строка warning D9035: использование параметра "Wp64" нежелательно, он будет удален в следующих выпусках
1>movement_manager_game.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>movement_manager_level.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_handler_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>.\object_handler_planner.cpp(224) : TODO : "Dima to Dima : safe, but not optimal!"
1>.\object_handler_planner.cpp(235) : TODO : "Dima to Dima : safe, but not optimal!"
1>object_handler_planner_missile.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_handler_planner_weapon.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>object_actions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>space_restriction_composition.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>space_restriction_shape.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>agent_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>agent_manager_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_monster_detail_path_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_update_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>alife_surge_manager.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder_base.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>control_path_builder_base_path.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_animation_torso.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_base_action.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_alife_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>Создание кода...
1>Компиляция...
1>stalker_anomaly_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_search_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_unknown_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_in_direction_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_in_direction_actions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_grenade_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_danger_by_sound_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_death_planner.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_obstacles.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_obstacles_path.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>stalker_movement_manager_base.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>ai_space.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>map_location.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>UIMapWnd.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>UIMapWndActions.cpp
1>c:\x_ray_engine\development\engine\xrgame\problem_solver.h(90) : error C2770: недопустимые явные аргументы шаблон для "_operator::_edge_value_type CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl(const _condition_state &) const"
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(88): см. объявление 'CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>::estimate_edge_weight_impl'
1> c:\x_ray_engine\development\engine\xrgame\problem_solver.h(139): см. ссылку на создание экземпляров класса шаблон при компиляции "CProblemSolver<_operator_condition,_condition_state,_operator,_condition_evaluator,_operator
_id_type,_reverse_search,_operator_ptr,_condition_evaluator_ptr>"
1>Создание кода...
1>Журнал построения был сохранен в "file://c:\x_ray_engine\intermediate\Debug\xrGame\BuildLog.htm"
1>xrGame - ошибок 35, предупреждений 1
========== Построение: успешно: 0, с ошибками: 1, без изменений: 18, пропущено: 0 ==========



Попробуй замени текст из файла на этот:
Текст

////////////////////////////////////////////////////////////////////////////
// Module : problem_solver.h
// Created : 24.02.2004
// Modified : 10.03.2004
// Author : Dmitriy Iassenev
// Description : Problem solver
////////////////////////////////////////////////////////////////////////////

#pragma once

#include "associative_vector.h"

template <bool v> struct Bool2Type {static const bool value = v;};
template <
typename _operator_condition,
typename _condition_state,
typename _operator,
typename _condition_evaluator,
typename _operator_id_type,
bool _reverse_search = false,
typename _operator_ptr = _operator*,
typename _condition_evaluator_ptr = _condition_evaluator*
>
class CProblemSolver {
public:
enum {
reverse_search = _reverse_search,
};

public:
typedef _operator_condition COperatorCondition;
typedef _operator COperator;
typedef _condition_state CState;
typedef _condition_evaluator CConditionEvaluator;
typedef _operator_ptr _operator_ptr;
typedef _condition_evaluator_ptr _condition_evaluator_ptr;
typedef typename _operator_condition::_condition_type _condition_type;
typedef typename _operator_condition::_value_type _value_type;
typedef typename _operator::_edge_value_type _edge_value_type;
typedef CState _index_type;
typedef _operator_id_type _edge_type;

struct SOperator {
_operator_id_type m_operator_id;
_operator_ptr m_operator;

IC SOperator(const _operator_id_type &operator_id, _operator_ptr _operator) :
m_operator_id(operator_id),
m_operator(_operator)
{
}

bool operator<(const _operator_id_type &operator_id) const
{
return (m_operator_id < operator_id);
}

_operator_ptr get_operator() const
{
return (m_operator);
}
};
typedef xr_vector<SOperator> OPERATOR_VECTOR;
typedef typename OPERATOR_VECTOR::const_iterator const_iterator;
typedef associative_vector<_condition_type,_condition_evaluator_ptr> EVALUATORS;

protected:
OPERATOR_VECTOR m_operators;
EVALUATORS m_evaluators;
xr_vector<_edge_type> m_solution;
CState m_target_state;
mutable CState m_current_state;
mutable CState m_temp;
mutable bool m_applied;
bool m_actuality;
bool m_solution_changed;
bool m_failed;

private:
template <bool>
IC bool is_goal_reached_impl (const _index_type &vertex_index) const {return is_goal_reached_impl(vertex_index);}
template <>
IC bool is_goal_reached_impl<true> (const _index_type &vertex_index) const {return is_goal_reached_impl(vertex_index,true);}

IC bool is_goal_reached_impl (const _index_type &vertex_index) const;
IC bool is_goal_reached_impl (const _index_type &vertex_index, bool) const;

/*template <bool>
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const {return estimate_edge_weight_impl(vertex_index);}
template <>
IC _edge_value_type estimate_edge_weight_impl<true>(const _index_type &vertex_index) const {return estimate_edge_weight_impl(vertex_index,true);}*/

template <bool _search>
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const {return estimate_edge_weight_impl_help(vertex_index, Bool2Type<_search>());}
IC _edge_value_type estimate_edge_weight_impl_help(const _index_type &vertex_index, Bool2Type<false>) const {return estimate_edge_weight_impl(vertex_index);}
IC _edge_value_type estimate_edge_weight_impl_help(const _index_type &vertex_index, Bool2Type<true>) const {return estimate_edge_weight_impl(vertex_index, true);}

IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const;
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index, bool) const;

protected:
#ifdef DEBUG
IC void validate_properties (const CState &conditions) const;
#endif


public:
// common interface
IC CProblemSolver ();
virtual ~CProblemSolver ();
void init ();
virtual void setup ();
IC bool actual () const;

// graph interface
IC _edge_value_type get_edge_weight (const _index_type &vertex_index0, const _index_type &vertex_index1, const const_iterator &i) const;
IC bool is_accessible (const _index_type &vertex_index) const;
IC const _index_type &value (const _index_type &vertex_index, const_iterator &i, bool reverse_search) const;
IC void begin (const _index_type &vertex_index, const_iterator &b, const_iterator &e) const;
IC bool is_goal_reached (const _index_type &vertex_index) const;
IC _edge_value_type estimate_edge_weight (const _index_type &vertex_index) const;

// operator interface
IC virtual void add_operator (const _edge_type &operator_id, _operator_ptr _operator);
IC virtual void remove_operator (const _edge_type &operator_id);
IC _operator_ptr get_operator (const _operator_id_type &operator_id);
IC const OPERATOR_VECTOR &operators () const;

// state interface
IC void set_target_state (const CState &state);
IC const CState &current_state () const;
IC const CState &target_state () const;

// evaluator interface
IC virtual void add_evaluator (const _condition_type &condition_id, _condition_evaluator_ptr evaluator);
IC virtual void remove_evaluator (const _condition_type &condition_id);
IC _condition_evaluator_ptr evaluator (const _condition_type &condition_id) const;
IC const EVALUATORS &evaluators () const;
IC void evaluate_condition (typename xr_vector<COperatorCondition>::const_iterator &I, typename xr_vector<COperatorCondition>::const_iterator &E, const _condition_type &condition_id) const;

// solver interface
IC void solve ();
IC const xr_vector<_edge_type> &solution () const;
virtual void clear ();
};

#ifndef AI_COMPILER
# include "ai_space.h"
#endif

#include "graph_engine.h"
#include "object_broker.h"

#include "problem_solver_inline.h"
Перейти в начало страницы
 
Tron
сообщение 13.07.2015, 19:05
Сообщение #3280


Игровой Эксперт
***************

Репутация:   407  
Группа: Участник
Сообщений: 2394
Награды: 5
Регистрация: 19.01.2009




Вставить ник Цитировать выделенное в форуму быстрого ответа


Stalker_Monolit,
Так,в руководстве написано про этот момент

Смотри здесь
Цитата
В S:\xr_3da\xrGame\problem_solver.h, строка 90. Заменить этот кусок кода:

Только я кажется этот момент как-то по другому решил,это было давно уже

https://bitbucket.org/nick_galko/x-ray-1.0/...s/branch/master

Там под 13ую студию,но любой сравнивалкой правки выцепляются-игра должна собираться
Перейти в начало страницы
 
Stalker_Monolit
сообщение 13.07.2015, 19:41
Сообщение #3281


Опытный Геймер
*******

Репутация:   17  
Группа: Участник
Сообщений: 161
Награды: 3
Регистрация: 08.03.2015




Вставить ник Цитировать выделенное в форуму быстрого ответа


Цитата
Попробуй замени текст из файла на этот:
Текст

////////////////////////////////////////////////////////////////////////////
// Module : problem_solver.h
// Created : 24.02.2004
// Modified : 10.03.2004
// Author : Dmitriy Iassenev
// Description : Problem solver
////////////////////////////////////////////////////////////////////////////

#pragma once

#include "associative_vector.h"

template <bool v> struct Bool2Type {static const bool value = v;};
template <
typename _operator_condition,
typename _condition_state,
typename _operator,
typename _condition_evaluator,
typename _operator_id_type,
bool _reverse_search = false,
typename _operator_ptr = _operator*,
typename _condition_evaluator_ptr = _condition_evaluator*
>
class CProblemSolver {
public:
enum {
reverse_search = _reverse_search,
};

public:
typedef _operator_condition COperatorCondition;
typedef _operator COperator;
typedef _condition_state CState;
typedef _condition_evaluator CConditionEvaluator;
typedef _operator_ptr _operator_ptr;
typedef _condition_evaluator_ptr _condition_evaluator_ptr;
typedef typename _operator_condition::_condition_type _condition_type;
typedef typename _operator_condition::_value_type _value_type;
typedef typename _operator::_edge_value_type _edge_value_type;
typedef CState _index_type;
typedef _operator_id_type _edge_type;

struct SOperator {
_operator_id_type m_operator_id;
_operator_ptr m_operator;

IC SOperator(const _operator_id_type &operator_id, _operator_ptr _operator) :
m_operator_id(operator_id),
m_operator(_operator)
{
}

bool operator<(const _operator_id_type &operator_id) const
{
return (m_operator_id < operator_id);
}

_operator_ptr get_operator() const
{
return (m_operator);
}
};
typedef xr_vector<SOperator> OPERATOR_VECTOR;
typedef typename OPERATOR_VECTOR::const_iterator const_iterator;
typedef associative_vector<_condition_type,_condition_evaluator_ptr> EVALUATORS;

protected:
OPERATOR_VECTOR m_operators;
EVALUATORS m_evaluators;
xr_vector<_edge_type> m_solution;
CState m_target_state;
mutable CState m_current_state;
mutable CState m_temp;
mutable bool m_applied;
bool m_actuality;
bool m_solution_changed;
bool m_failed;

private:
template <bool>
IC bool is_goal_reached_impl (const _index_type &vertex_index) const {return is_goal_reached_impl(vertex_index);}
template <>
IC bool is_goal_reached_impl<true> (const _index_type &vertex_index) const {return is_goal_reached_impl(vertex_index,true);}

IC bool is_goal_reached_impl (const _index_type &vertex_index) const;
IC bool is_goal_reached_impl (const _index_type &vertex_index, bool) const;

/*template <bool>
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const {return estimate_edge_weight_impl(vertex_index);}
template <>
IC _edge_value_type estimate_edge_weight_impl<true>(const _index_type &vertex_index) const {return estimate_edge_weight_impl(vertex_index,true);}*/

template <bool _search>
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const {return estimate_edge_weight_impl_help(vertex_index, Bool2Type<_search>());}
IC _edge_value_type estimate_edge_weight_impl_help(const _index_type &vertex_index, Bool2Type<false>) const {return estimate_edge_weight_impl(vertex_index);}
IC _edge_value_type estimate_edge_weight_impl_help(const _index_type &vertex_index, Bool2Type<true>) const {return estimate_edge_weight_impl(vertex_index, true);}

IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index) const;
IC _edge_value_type estimate_edge_weight_impl(const _index_type &vertex_index, bool) const;

protected:
#ifdef DEBUG
IC void validate_properties (const CState &conditions) const;
#endif


public:
// common interface
IC CProblemSolver ();
virtual ~CProblemSolver ();
void init ();
virtual void setup ();
IC bool actual () const;

// graph interface
IC _edge_value_type get_edge_weight (const _index_type &vertex_index0, const _index_type &vertex_index1, const const_iterator &i) const;
IC bool is_accessible (const _index_type &vertex_index) const;
IC const _index_type &value (const _index_type &vertex_index, const_iterator &i, bool reverse_search) const;
IC void begin (const _index_type &vertex_index, const_iterator &b, const_iterator &e) const;
IC bool is_goal_reached (const _index_type &vertex_index) const;
IC _edge_value_type estimate_edge_weight (const _index_type &vertex_index) const;

// operator interface
IC virtual void add_operator (const _edge_type &operator_id, _operator_ptr _operator);
IC virtual void remove_operator (const _edge_type &operator_id);
IC _operator_ptr get_operator (const _operator_id_type &operator_id);
IC const OPERATOR_VECTOR &operators () const;

// state interface
IC void set_target_state (const CState &state);
IC const CState &current_state () const;
IC const CState &target_state () const;

// evaluator interface
IC virtual void add_evaluator (const _condition_type &condition_id, _condition_evaluator_ptr evaluator);
IC virtual void remove_evaluator (const _condition_type &condition_id);
IC _condition_evaluator_ptr evaluator (const _condition_type &condition_id) const;
IC const EVALUATORS &evaluators () const;
IC void evaluate_condition (typename xr_vector<COperatorCondition>::const_iterator &I, typename xr_vector<COperatorCondition>::const_iterator &E, const _condition_type &condition_id) const;

// solver interface
IC void solve ();
IC const xr_vector<_edge_type> &solution () const;
virtual void clear ();
};

#ifndef AI_COMPILER
# include "ai_space.h"
#endif

#include "graph_engine.h"
#include "object_broker.h"

#include "problem_solver_inline.h"

Спасибо бро! smile.gif как тут и стоял, прижился и теперь компилю xrGame надеюсь ошибок больше не встречею)))


--------------------

Перейти в начало страницы
 

191 страниц V  « < 162 163 164 165 166 > » 
Тема закрытаНачать новую тему
3 чел. читают эту тему (гостей: 3, скрытых пользователей: 0)
Пользователей: 0

 



Текстовая версия Сейчас: 30.04.2024, 09:52