⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 threadedclient.plg

📁 SSD6网上教程全部练习及答案 原版的正确答案
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ThreadedClient - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\李国\AppData\Local\Temp\RSP5CAA.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/ThreadedClient.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Users\李国\Desktop\exec6\新建文件夹\solution_v1\ThreadedClient.cpp"
]
Creating command line "cl.exe @"C:\Users\李国\AppData\Local\Temp\RSP5CAA.tmp"" 
Creating command line "link.exe /nologo /subsystem:console /incremental:yes /pdb:"Debug/ThreadedClient.pdb" /debug /machine:I386 /out:"Debug/ThreadedClient.exe" /pdbtype:sept  ".\Debug\ThreadedClient.obj" "
<h3>Output Window</h3>
Compiling...
ThreadedClient.cpp
Linking...
ThreadedClient.obj : error LNK2001: unresolved external symbol "struct Personal * __cdecl GetPersonalInformation(int)" (?GetPersonalInformation@@YAPAUPersonal@@H@Z)
ThreadedClient.obj : error LNK2001: unresolved external symbol "struct AccountInfo * __cdecl GetAccountInformation(int)" (?GetAccountInformation@@YAPAUAccountInfo@@H@Z)
Debug/ThreadedClient.exe : fatal error LNK1120: 2 unresolved externals
执行 link.exe 时出错.



<h3>Results</h3>
ThreadedClient.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -