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

📄 protoolapp.plg

📁 采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ProtoolApp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\temp\RSP34.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "PRO_USE_VAR_ARGS" /Fp"Debug/ProtoolApp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\protoolkit程序源代码\ch2\VC 6.0下的设置\ProtoolApp\ProtoolApp.cpp"
]
Creating command line "cl.exe @E:\temp\RSP34.tmp" 
Creating temporary file "E:\temp\RSP35.tmp" with contents
[
protk_dll.lib wsock32.lib mpr.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/ProtoolApp.pdb" /debug /machine:I386 /nodefaultlib:"libcmtd" /def:".\ProtoolApp.def" /force /out:"Debug/ProtoolApp.dll" /implib:"Debug/ProtoolApp.lib" /pdbtype:sept 
".\Debug\ProtoolApp.obj"
".\Debug\StdAfx.obj"
".\Debug\ProtoolApp.res"
]
Creating command line "link.exe @E:\temp\RSP35.tmp"
<h3>Output Window</h3>
Compiling...
ProtoolApp.cpp
Linking...
LINK : warning LNK4075: ignoring /INCREMENTAL due to /FORCE specification
LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
LIBC.lib(unlink.obj) : warning LNK4006: _remove already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xc_z already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xc_a already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xi_z already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xi_a already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
LIBC.lib(unlink.obj) : warning LNK4006: _remove already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xc_z already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xc_a already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xi_z already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
LIBC.lib(crt0init.obj) : warning LNK4006: ___xi_a already defined in msvcrtd.lib(cinitexe.obj); second definition ignored
   Creating library Debug/ProtoolApp.lib and object Debug/ProtoolApp.exp
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
protk_dll.lib(pdp_pdevtk.obj) : error LNK2001: unresolved external symbol _user_terminate
protk_dll.lib(cu_appid.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(cttime.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(ctwcfun.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(ctfileutil.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(frgnalt3.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(windows_32.obj) : error LNK2001: unresolved external symbol __ftol2
protk_dll.lib(cu_dll_tools.obj) : error LNK2001: unresolved external symbol _GetModuleFileNameExW@16
protk_dll.lib(cu_dll_tools.obj) : error LNK2001: unresolved external symbol _GetModuleInformation@16
protk_dll.lib(cu_dll_tools.obj) : error LNK2001: unresolved external symbol _EnumProcessModules@16
LIBC.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/ProtoolApp.dll : warning LNK4088: image being generated due to /FORCE option; image may not run



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

⌨️ 快捷键说明

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