Build Log
--------------------Configuration: motors - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINNT\Profiles\Kip\LOCALS~1\Temp\RSP225.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/motors.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Data\Kip\Classes\current\cop3337\Lectures\ch14\Motors\motorTest.cpp"
]
Creating command line "cl.exe @C:\WINNT\Profiles\Kip\LOCALS~1\Temp\RSP225.tmp"
Creating temporary file "C:\WINNT\Profiles\Kip\LOCALS~1\Temp\RSP226.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:yes /pdb:"Debug/motors.pdb" /debug /machine:I386 /out:"Debug/motors.exe" /pdbtype:sept
.\Debug\motor.obj
.\Debug\ElectricMotor.obj
.\Debug\motorTest.obj
]
Creating command line "link.exe @C:\WINNT\Profiles\Kip\LOCALS~1\Temp\RSP226.tmp"
Output Window
Compiling...
motorTest.cpp
G:\Data\Kip\Classes\current\cop3337\Lectures\ch14\Motors\motorTest.cpp(129) : error C2039: 'set_Voltage' : is not a member of 'CMotor'
g:\data\kip\classes\current\cop3337\lectures\ch14\motors\motor.h(7) : see declaration of 'CMotor'
Error executing cl.exe.
Results
motors.exe - 1 error(s), 0 warning(s)