Build Log
  

------- Build started: Project: Serial, Configuration: Release|Win32 -------

Command Lines
  
Creating temporary file "c:\MnDot\Coding\Serial_Version_1\Release\RSP000019.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /GS /Zc:wchar_t /Yu"stdafx.h" /Fp"Release/Serial.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
.\tserial_event.cpp
.\SerialDlg.cpp
.\Serial.cpp
]
Creating command line "cl.exe @c:\MnDot\Coding\Serial_Version_1\Release\RSP000019.rsp /nologo"
Creating command line "rc.exe /d "NDEBUG" /d "_AFXDLL" /l 0x409 /I "Release" /fo"Release/Serial.res" .\Serial.rc"
Creating temporary file "c:\MnDot\Coding\Serial_Version_1\Release\RSP00001A.rsp" with contents
[
/OUT:"Release/Serial.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Release/Serial.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86
.\Release\base_station.obj
.\Release\MicroStrain_serial.obj
.\Release\MySerial.obj
.\Release\node.obj
.\Release\Serial.obj
.\Release\SerialDlg.obj
.\Release\stdafx.obj
.\Release\tserial_event.obj
.\Release\Serial.res
]
Creating command line "link.exe @c:\MnDot\Coding\Serial_Version_1\Release\RSP00001A.rsp"
Output Window
  
Compiling...
tserial_event.cpp
tserial_event.cpp(446) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(457) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(464) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(500) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(612) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(679) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
tserial_event.cpp(768) : warning C4311: 'type cast' : pointer truncation from 'Tserial_event *const ' to 'uint32'
SerialDlg.cpp
SerialDlg.cpp(554) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
SerialDlg.cpp(654) : warning C4018: '<' : signed/unsigned mismatch
SerialDlg.cpp(709) : warning C4018: '<' : signed/unsigned mismatch
SerialDlg.cpp(721) : warning C4312: 'type cast' : conversion from 'unsigned long' to 'Tserial_event *' of greater size
SerialDlg.cpp(1114) : warning C4244: 'initializing' : conversion from 'INT_PTR' to 'int', possible loss of data
Serial.cpp
Generating Code...
Compiling resources...
Linking...
LINK : warning LNK4089: all references to 'OLEAUT32.dll' discarded by /OPT:REF
Results
  
Build log was saved at "file://c:\MnDot\Coding\Serial_Version_1\Release\BuildLog.htm"
Serial - 0 error(s), 13 warning(s)