| Summary: | СБиС++ 2.4.42 падает при запуске | ||
|---|---|---|---|
| Product: | WINE@Etersoft | Reporter: | Александр Морозов <amorozov> |
| Component: | Запуск ; Отладка ; Исключения | Assignee: | Александр Морозов <amorozov> |
| Status: | CLOSED FIXED | QA Contact: | Andrey Vusik <night> |
| Severity: | critical | ||
| Priority: | P1 | CC: | kondratyuk, lav |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Заявки RT: | Связано с: | 7891 | |
| Дата напоминания: | |||
| Bug Depends on: | |||
| Bug Blocks: | 502 | ||
|
Description
Александр Морозов
2011-11-22 15:54:04 MSK
Проблему можно обойти, установив vcrun2008. Доработка msvcp90 для данного бага скорее всего задача не очень простая. При этом вместе с СБиС++ устанавливается необходимая dll. Просто алгоритм поиска таков, что в первую очередь рассматривается входящая в состав wine dll из windows/winsxs: If an isolated application specifies an assembly dependency, side-by-side first searches for the assembly among the shared assemblies in the WinSxS folder. If the required assembly is not found, side-by-side then searches for a private assembly installed in a folder of the application's directory structure. http://msdn.microsoft.com/en-us/library/aa374224%28VS.85%29.aspx Сделал хак для СБиС++, чтобы поиск начинался с директории программы. принято |