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

📄 calcex.plg

📁 我的简易编译器终于在花了近20个工作日后完成了。按照设计是做成一个FormulaEx.dll
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CalcEx - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/CalcEx.res" /d "NDEBUG" /d "_AFXDLL" "E:\Centit\Controls\Algorithm\CalcEx\CalcEx.rc"" 
Creating temporary file "C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP2F.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Release/" /Fp"Release/CalcEx.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\Centit\Controls\Algorithm\CalcEx\CalcEx.cpp"
"E:\Centit\Controls\Algorithm\FormulaEX\Interface\ConstDef.cpp"
"E:\Centit\Controls\Algorithm\Formule\Calc\RegularOpt.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP2F.tmp" 
Creating temporary file "C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP30.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Release/" /Fp"Release/CalcEx.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\Centit\Controls\Algorithm\CalcEx\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP30.tmp" 
Creating temporary file "C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP31.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:no /pdb:"Release/CalcEx.pdb" /machine:I386 /out:"..\..\GeneralDll\CalcEx.exe" 
.\Release\CalcEx.obj
.\Release\ConstDef.obj
.\Release\RegularOpt.obj
.\Release\StdAfx.obj
.\Release\CalcEx.res
..\FormulaEX\Release\FormulaEx.lib
]
Creating command line "link.exe @C:\DOCUME~1\codefan\LOCALS~1\Temp\RSP31.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CalcEx.cpp
E:\Centit\Controls\Algorithm\CalcEx\CalcEx.cpp(188) : warning C4018: '<' : signed/unsigned mismatch
E:\Centit\Controls\Algorithm\CalcEx\CalcEx.cpp(317) : warning C4018: '<' : signed/unsigned mismatch
E:\Centit\Controls\Algorithm\CalcEx\CalcEx.cpp(327) : warning C4018: '<' : signed/unsigned mismatch
E:\Centit\Controls\Algorithm\CalcEx\CalcEx.cpp(358) : warning C4018: '<' : signed/unsigned mismatch
ConstDef.cpp
RegularOpt.cpp
E:\Centit\Controls\Algorithm\Formule\Calc\RegularOpt.cpp(242) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
E:\Centit\Controls\Algorithm\Formule\Calc\RegularOpt.cpp(243) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
E:\Centit\Controls\Algorithm\Formule\Calc\RegularOpt.cpp(244) : warning C4244: '=' : conversion from 'long' to 'unsigned char', possible loss of data
Generating Code...
Linking...



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

⌨️ 快捷键说明

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