📄 ecc.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ECC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP99.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ECC.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP99.tmp"
Creating command line "link.exe /nologo /subsystem:windows /profile /debug /machine:I386 /out:"Debug/ECC.exe" .\Debug\ECC.obj .\Debug\ECCDlg.obj .\Debug\StdAfx.obj .\Debug\ECC.res "
<h3>Output Window</h3>
Compiling...
ECCDlg.cpp
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(31) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(31) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(31) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(32) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(32) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(32) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(33) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(33) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(33) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(34) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(34) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(34) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(35) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(35) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(35) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(36) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(36) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(36) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(37) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(37) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(37) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(38) : error C2501: 'mp_init' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(38) : error C2373: 'mp_init' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(195) : see declaration of 'mp_init'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(38) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(41) : error C2501: 'srand' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(41) : error C2373: 'srand' : redefinition; different type modifiers
e:\vc98\include\stdlib.h(308) : see declaration of 'srand'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(43) : error C2501: 'Ecc_encipher' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(43) : error C2078: too many initializers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(43) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(45) : error C2501: 'Ecc_decipher' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(45) : error C2078: too many initializers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(45) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(49) : error C2143: syntax error : missing ';' before '<<'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(49) : error C2501: 'cout' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(49) : error C2371: 'cout' : redefinition; different basic types
e:\vc98\include\ostream.h(139) : see declaration of 'cout'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(49) : error C2143: syntax error : missing ';' before '<<'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(50) : error C2143: syntax error : missing ';' before '>>'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(50) : error C2501: 'cin' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(50) : error C2371: 'cin' : redefinition; different basic types
e:\vc98\include\istream.h(173) : see declaration of 'cin'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(50) : error C2143: syntax error : missing ';' before '>>'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(52) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(52) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(52) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(53) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(53) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(53) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(54) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(54) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(54) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(55) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(55) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(55) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(56) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(56) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(56) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(57) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(57) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(57) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(58) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(58) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(58) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(59) : error C2501: 'mp_clear' : missing storage-class or type specifiers
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(59) : error C2373: 'mp_clear' : redefinition; different type modifiers
e:\vc\msdev98\myprojects\ecc\ecc\tommath.h(198) : see declaration of 'mp_clear'
E:\VC\MSDev98\MyProjects\ECC\ECC\ECCDlg.cpp(59) : error C2440: 'initializing' : cannot convert from 'mp_int *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
执行 cl.exe 时出错.
<h3>Results</h3>
ECC.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -