-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTTS.plg
29 lines (26 loc) · 1.29 KB
/
TTS.plg
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
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TTS - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\guvenir\LOCALS~1\Temp\RSP1D.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/TTS.pdb" /debug /machine:I386 /out:"Debug/TTS.exe" /pdbtype:sept
".\Debug\TTS.obj"
]
Creating command line "link.exe @C:\DOCUME~1\guvenir\LOCALS~1\Temp\RSP1D.tmp"
<h3>Output Window</h3>
Linking...
TTS.obj : error LNK2001: unresolved external symbol "public: void __thiscall TTSEngine::ReadText(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?ReadText@TTSEngine@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
TTS.obj : error LNK2001: unresolved external symbol "public: __thiscall TTSEngine::TTSEngine(void)" (??0TTSEngine@@QAE@XZ)
TTS.obj : error LNK2001: unresolved external symbol "public: __thiscall TTSEngine::~TTSEngine(void)" (??1TTSEngine@@QAE@XZ)
Debug/TTS.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
<h3>Results</h3>
TTS.exe - 4 error(s), 0 warning(s)
</pre>
</body>
</html>