1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
| Журнал построения
Построение начат: проект: barswf_cpu, .Конфигурация: Release|Win32
Командные строки
Создание временного файла "d:\BarsWF_Project_2008\Release\RSP00000143925192.rsp" с содержимым
[
/Od /Ot /Oy /GT /GL /I "F:\Program Files\Brook+_1.4.1_beta\sdk\include" /I "D:\BarsWF_Project_2008\my_include" /I "D:\BarsWF_Project_2008\my_lib\poco-master\include" /D "WIN32" /D "_CONSOLE" /D "CPU" /D "BROOK" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MTd /arch:SSE2 /fp:fast /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\algo\md5\algo_md5.cpp
.\algo\algo.cpp
.\sse2_helpers.cpp
.\perm.cpp
.\md5_simple.cpp
.\md5.cpp
.\global.cpp
.\console_stuff.cpp
.\CmdLine.cpp
]
Создаю командную строку "cl.exe @d:\BarsWF_Project_2008\Release\RSP00000143925192.rsp /nologo /errorReport:prompt"
Создание временного файла "d:\BarsWF_Project_2008\Release\RSP00000243925192.rsp" с содержимым
[
/OUT:"barswf_sse2_x32.exe" /INCREMENTAL:NO /LIBPATH:"F:\Program Files\Brook+_1.4.1_beta\sdk\lib" /LIBPATH:"D:\BarsWF_Project_2008\my_lib\boost_1_38_0-vc32-bin\lib32" /LIBPATH:"D:\BarsWF_Project_2008\lib\32" /LIBPATH:"D:\BarsWF_Project_2008\lib" /LIBPATH:"D:\BarsWF_Project_2008\my_lib\poco-master\lib" /MANIFEST /MANIFESTFILE:"Release\barswf_sse2_x32.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /NODEFAULTLIB:"msvcprtd.lib" /NODEFAULTLIB:"msvcrtd.lib" /DEBUG /ASSEMBLYDEBUG /PDB:"d:\BarsWF_Project_2008\barswf_sse2_x32.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:NOICF /LTCG /DYNAMICBASE:NO /MACHINE:X86 brook.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\release\CmdLine.obj"
".\release\console_stuff.obj"
".\release\global.obj"
".\release\md5.obj"
".\release\md5_simple.obj"
".\release\perm.obj"
".\release\sse2_helpers.obj"
".\release\algo.obj"
".\release\algo_md5.obj"
]
Создаю командную строку "link.exe @d:\BarsWF_Project_2008\Release\RSP00000243925192.rsp /NOLOGO /ERRORREPORT:PROMPT"
Окно выходных данных
Компиляция...
cl: командная строка warning D9035: использование параметра "Wp64" нежелательно, он будет удален в следующих выпусках
algo_md5.cpp
d:\barswf_project_2008\algo\md5\algo_md5.h(299) : warning C4244: =: преобразование 'double' в 'int', возможна потеря данных
algo.cpp
sse2_helpers.cpp
perm.cpp
md5_simple.cpp
md5.cpp
d:\barswf_project_2008\algo/md5/algo_md5.h(299) : warning C4244: =: преобразование 'double' в 'int', возможна потеря данных
D:\BarsWF_Project_2008\my_include\boost/function/function_base.hpp(258) : warning C4003: не хватает фактических параметров для макроопределения 'F'
global.cpp
console_stuff.cpp
CmdLine.cpp
.\CmdLine.cpp(237) : warning C4018: >: несоответствие типов со знаком и без знака
Компоновка...
warning C4743: "union __m128i sse2_nodata" имеет различный размер в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i sse2_nodata" имеет различные типы в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i sse2_lendata" имеет различный размер в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i sse2_lendata" имеет различные типы в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i CONST_MAX128" имеет различный размер в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i CONST_MAX128" имеет различные типы в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i gpu_mask_2_128" имеет различный размер в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i gpu_mask_2_128" имеет различные типы в "d:\BarsWF_Project_2008\md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i sse2_nodata" имеет различный размер в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i sse2_nodata" имеет различные типы в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i sse2_lendata" имеет различный размер в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i sse2_lendata" имеет различные типы в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i CONST_MAX128" имеет различный размер в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i CONST_MAX128" имеет различные типы в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
warning C4743: "union __m128i gpu_mask_2_128" имеет различный размер в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": 18 и 16 байт
warning C4744: "union __m128i gpu_mask_2_128" имеет различные типы в "d:\BarsWF_Project_2008\algo\md5\algo_md5.cpp" и "d:\BarsWF_Project_2008\global.cpp": "__declspec(align(16)) packed (18 bytes)" и "__declspec(align(16)) signed integer (16 bytes)"
PocoFoundationmtd.lib(Exception.obj) : warning LNK4075: не учитывается "/EDITANDCONTINUE" из-за спецификации "/OPT:REF"
Создается библиотека barswf_sse2_x32.lib и объект barswf_sse2_x32.exp
md5.obj : error LNK2001: неразрешенный внешний символ ""class __hello_brook_check hello_brook_check" (?hello_brook_check@@3V__hello_brook_check@@A)"
md5.obj : error LNK2001: неразрешенный внешний символ ""public: void __thiscall __hello_brook_check::operator()(int,int,int,int,int,int,int,int,int,class brook::Stream const &,int,class brook::Stream const &)" (??R__hello_brook_check@@QAEXHHHHHHHHHABV?$Stream@H@brook@@H0@Z)"
PocoFoundationmtd.lib(DirectoryIterator.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(TextEncoding.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(DateTimeParser.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Path.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(File.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(FileStream.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(ArchiveStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(RotateStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(StringTokenizer.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Logger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(FileChannel.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(DateTimeFormatter.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Timezone.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Exception.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Message.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(FormattingChannel.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(PatternFormatter.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Thread.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: void __thiscall std::basic_ostringstream,class std::allocator >::`vbase destructor'(void)" (__imp_??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ)"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: void __thiscall std::basic_ostringstream,class std::allocator >::`vbase destructor'(void)" (__imp_??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ)"
PocoFoundationmtd.lib(Bugcheck.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: void __thiscall std::basic_ostringstream,class std::allocator >::`vbase destructor'(void)" (__imp_??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ)"
PocoFoundationmtd.lib(Debugger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: void __thiscall std::basic_ostringstream,class std::allocator >::`vbase destructor'(void)" (__imp_??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ)"
PocoFoundationmtd.lib(Thread.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: class std::basic_string,class std::allocator > __thiscall std::basic_ostringstream,class std::allocator >::str(void)const " (__imp_?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ)"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: class std::basic_string,class std::allocator > __thiscall std::basic_ostringstream,class std::allocator >::str(void)const " (__imp_?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ)"
PocoFoundationmtd.lib(Bugcheck.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: class std::basic_string,class std::allocator > __thiscall std::basic_ostringstream,class std::allocator >::str(void)const " (__imp_?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ)"
PocoFoundationmtd.lib(Debugger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: class std::basic_string,class std::allocator > __thiscall std::basic_ostringstream,class std::allocator >::str(void)const " (__imp_?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ)"
PocoFoundationmtd.lib(Thread.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_ostringstream,class std::allocator >::basic_ostringstream,class std::allocator >(int)" (__imp_??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z)"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_ostringstream,class std::allocator >::basic_ostringstream,class std::allocator >(int)" (__imp_??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z)"
PocoFoundationmtd.lib(Bugcheck.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_ostringstream,class std::allocator >::basic_ostringstream,class std::allocator >(int)" (__imp_??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z)"
PocoFoundationmtd.lib(Debugger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_ostringstream,class std::allocator >::basic_ostringstream,class std::allocator >(int)" (__imp_??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z)"
PocoFoundationmtd.lib(PatternFormatter.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: char const & __thiscall std::basic_string,class std::allocator >::at(unsigned int)const " (__imp_?at@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEABDI@Z)"
PocoFoundationmtd.lib(Logger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: int __thiscall std::basic_string,class std::allocator >::compare(unsigned int,unsigned int,class std::basic_string,class std::allocator > const &)const " (__imp_?compare@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEHIIABV12@@Z)"
PocoFoundationmtd.lib(RotateStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: int __thiscall std::basic_string,class std::allocator >::compare(unsigned int,unsigned int,class std::basic_string,class std::allocator > const &)const " (__imp_?compare@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEHIIABV12@@Z)"
PocoFoundationmtd.lib(PurgeStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: int __thiscall std::basic_string,class std::allocator >::compare(unsigned int,unsigned int,class std::basic_string,class std::allocator > const &)const " (__imp_?compare@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEHIIABV12@@Z)"
PocoFoundationmtd.lib(Logger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: unsigned int __thiscall std::basic_string,class std::allocator >::rfind(char,unsigned int)const " (__imp_?rfind@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z)"
PocoFoundationmtd.lib(Debugger.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Path.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(File.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(FileStream.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Process.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(LogFile.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(NamedEvent.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(struct std::basic_string,class std::allocator >::_Has_debug_it)" (__imp_??0?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE@U_Has_debug_it@01@@Z)"
PocoFoundationmtd.lib(Timezone.obj) : error LNK2001: неразрешенный внешний символ "__imp___localtime64"
PocoFoundationmtd.lib(Environment.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: class std::basic_ostream > & __thiscall std::basic_ostream >::operator<<(unsigned long)" (__imp_??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z)"
PocoFoundationmtd.lib(RotateStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(class std::basic_string,class std::allocator > const &,unsigned int,unsigned int)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@II@Z)"
PocoFoundationmtd.lib(PurgeStrategy.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) bool __cdecl std::operator!=,class std::allocator >(class std::basic_string,class std::allocator > const &,class std::basic_string,class std::allocator > const &)" (__imp_??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z)"
PocoFoundationmtd.lib(File.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) bool __cdecl std::operator!=,class std::allocator >(class std::basic_string,class std::allocator > const &,class std::basic_string,class std::allocator > const &)" (__imp_??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z)"
PocoFoundationmtd.lib(UnicodeConverter.obj) : error LNK2001: неразрешенный внешний символ ""__declspec(dllimport) public: unsigned int __thiscall std::basic_string,class std::allocator >::length(void)const " (__imp_?length@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIXZ)"
barswf_sse2_x32.exe : fatal error LNK1120: 27 неразрешенных внешних элементов
Результаты
Журнал построения был сохранен в "file://d:\BarsWF_Project_2008\Release\BuildLog.htm"
barswf_cpu - ошибок 73, предупреждений 6 |