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

📄 1.plg

📁 通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ZHANGZ~1\LOCALS~1\Temp\RSP103.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY1_EXPORTS" /Fp"Debug/1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\大四的事情\c++学习\dll\1\1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ZHANGZ~1\LOCALS~1\Temp\RSP103.tmp" 
<h3>Output Window</h3>
Compiling...
1.cpp
d:\大四的事情\c++学习\dll\1\1.h(1) : error C2065: 'CDC' : undeclared identifier
d:\大四的事情\c++学习\dll\1\1.h(1) : error C2065: 'pDC' : undeclared identifier
d:\大四的事情\c++学习\dll\1\1.h(1) : error C2062: type 'float' unexpected
d:\大四的事情\c++学习\dll\1\1.cpp(2) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
执行 cl.exe 时出错.



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

⌨️ 快捷键说明

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