93 lines
5.2 KiB
Plaintext
93 lines
5.2 KiB
Plaintext
<html>
|
|
<body>
|
|
<pre>
|
|
<h1>Build Log</h1>
|
|
<h3>
|
|
--------------------Configuration: cashflow - Win32 Debug--------------------
|
|
</h3>
|
|
<h3>Command Lines</h3>
|
|
Creating command line "rc.exe /l 0x409 /fo".\msvcobj/Cashflow.res" /d "_DEBUG" "F:\work\cashflow\Cashflow.rc""
|
|
Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP203.tmp" with contents
|
|
[
|
|
/nologo /MTd /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__FLAT__" /D "STRICT" /Fp"\work\exe\msvc42.pch" /YX"windows.h" /Fo".\msvcobj/" /Fd".\msvcobj/" /FD /c
|
|
"F:\work\cashflow\Calcdlg.cpp"
|
|
"F:\work\cashflow\Calcthrd.cpp"
|
|
"F:\work\cashflow\Cashflow.cpp"
|
|
"F:\work\cashflow\graph3d.cpp"
|
|
"F:\work\cashflow\graphwnd.cpp"
|
|
"F:\work\cashflow\irr.cpp"
|
|
"F:\work\cashflow\Main.cpp"
|
|
"F:\work\cashflow\Ppydlg.cpp"
|
|
"F:\work\cashflow\Purecflo.cpp"
|
|
]
|
|
Creating command line "cl.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP203.tmp"
|
|
Creating temporary file "C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP204.tmp" with contents
|
|
[
|
|
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib /nologo /subsystem:windows /incremental:yes /pdb:".\msvcobj/cashflow.pdb" /debug /machine:I386 /out:"..\exe\cashflow.exe"
|
|
.\msvcobj\Calcdlg.obj
|
|
.\msvcobj\Calcthrd.obj
|
|
.\msvcobj\Cashflow.obj
|
|
.\msvcobj\graph3d.obj
|
|
.\msvcobj\graphwnd.obj
|
|
.\msvcobj\irr.obj
|
|
.\msvcobj\Main.obj
|
|
.\msvcobj\Ppydlg.obj
|
|
.\msvcobj\Purecflo.obj
|
|
.\msvcobj\Cashflow.res
|
|
..\exe\msengine.lib
|
|
..\exe\msthread.lib
|
|
\work\exe\mscommon.lib
|
|
\work\exe\msbsp.lib
|
|
]
|
|
Creating command line "link.exe @C:\DOCUME~1\TERNET~1\LOCALS~1\Temp\RSP204.tmp"
|
|
<h3>Output Window</h3>
|
|
Compiling resources...
|
|
Compiling...
|
|
Calcdlg.cpp
|
|
F:\work\cashflow\Calcdlg.cpp(6) : fatal error C1083: Cannot open include file: 'fpsheet/fpsheet.hpp': No such file or directory
|
|
Calcthrd.cpp
|
|
F:\work\cashflow\Calcthrd.cpp(8) : fatal error C1083: Cannot open include file: 'fpsheet/fpsheet.hpp': No such file or directory
|
|
Cashflow.cpp
|
|
graph3d.cpp
|
|
graphwnd.cpp
|
|
F:\work\cashflow\graphwnd.cpp(147) : error C2079: 'vectorInt' uses undefined class 'PureVector<int>'
|
|
F:\work\cashflow\graphwnd.cpp(151) : error C2228: left of '.size' must have class/struct/union type
|
|
F:\work\cashflow\graphwnd.cpp(152) : error C2109: subscript requires array or pointer type
|
|
F:\work\cashflow\graphwnd.cpp(152) : error C2106: '=' : left operand must be l-value
|
|
F:\work\cashflow\graphwnd.cpp(153) : error C2664: 'void __thiscall GraphWindow::showFlows(class Block<class PureCashFlow> &,int,class PureVector<int> &,unsigned char,int)' : cannot convert parameter 3 from 'int' to 'class PureVector<int> &'
|
|
A reference that is not to 'const' cannot be bound to a non-lvalue
|
|
F:\work\cashflow\graphwnd.cpp(154) : error C2109: subscript requires array or pointer type
|
|
F:\work\cashflow\graphwnd.cpp(154) : error C2106: '=' : left operand must be l-value
|
|
F:\work\cashflow\graphwnd.cpp(155) : error C2664: 'void __thiscall GraphWindow::showFlows(class Block<class PureCashFlow> &,int,class PureVector<int> &,unsigned char,int)' : cannot convert parameter 3 from 'int' to 'class PureVector<int> &'
|
|
A reference that is not to 'const' cannot be bound to a non-lvalue
|
|
F:\work\cashflow\graphwnd.cpp(161) : error C2079: 'scrnInt' uses undefined class 'PureVector<int>'
|
|
F:\work\cashflow\graphwnd.cpp(167) : error C2664: 'transform' : cannot convert parameter 1 from 'class PureVector<int>' to 'class Array<int> &'
|
|
A reference that is not to 'const' cannot be bound to a non-lvalue
|
|
F:\work\cashflow\graphwnd.cpp(168) : error C2228: left of '.size' must have class/struct/union type
|
|
F:\work\cashflow\graphwnd.cpp(170) : error C2109: subscript requires array or pointer type
|
|
F:\work\cashflow\graphwnd.cpp(170) : error C2109: subscript requires array or pointer type
|
|
F:\work\cashflow\graphwnd.cpp(184) : error C2027: use of undefined type 'PureVector<int>'
|
|
F:\work\cashflow\graphwnd.cpp(184) : error C2228: left of '.size' must have class/struct/union type
|
|
F:\work\cashflow\graphwnd.cpp(185) : error C2027: use of undefined type 'PureVector<int>'
|
|
F:\work\cashflow\graphwnd.cpp(185) : error C2228: left of '.size' must have class/struct/union type
|
|
F:\work\cashflow\graphwnd.cpp(187) : error C2676: binary '[' : 'class PureVector<int>' does not define this operator or a conversion to a type acceptable to the predefined operator
|
|
F:\work\cashflow\graphwnd.cpp(188) : error C2676: binary '[' : 'class PureVector<int>' does not define this operator or a conversion to a type acceptable to the predefined operator
|
|
F:\work\cashflow\graphwnd.cpp(188) : error C2676: binary '[' : 'class PureVector<int>' does not define this operator or a conversion to a type acceptable to the predefined operator
|
|
F:\work\cashflow\graphwnd.cpp(191) : error C2027: use of undefined type 'PureVector<int>'
|
|
F:\work\cashflow\graphwnd.cpp(191) : error C2228: left of '.size' must have class/struct/union type
|
|
F:\work\cashflow\graphwnd.cpp(191) : error C2676: binary '[' : 'class PureVector<int>' does not define this operator or a conversion to a type acceptable to the predefined operator
|
|
F:\work\cashflow\graphwnd.cpp(191) : error C2676: binary '[' : 'class PureVector<int>' does not define this operator or a conversion to a type acceptable to the predefined operator
|
|
irr.cpp
|
|
Main.cpp
|
|
Ppydlg.cpp
|
|
Purecflo.cpp
|
|
Error executing cl.exe.
|
|
|
|
|
|
|
|
<h3>Results</h3>
|
|
cashflow.exe - 26 error(s), 0 warning(s)
|
|
</pre>
|
|
</body>
|
|
</html>
|