Build Log
  

------- Build started: Project: SGENR1, Configuration: Debug|Win32 -------

Command Lines
  
This edition of Visual C++ does not support the optimizing compiler.
Creating temporary file "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000004.rsp" with contents
[
/AI "C:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Debug" /D "WIN32" /D "_DEBUG" /D "_MBCS" /FD /EHsc /MTd /GS /Yu"stdafx.h" /Fp"Debug/SGENR1.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Zi /clr /TP /FU "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\AnalogMeter.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
".\USB_EZ_interface.cpp"
".\ReferenceSelection.cpp"
".\NumEntBox.cpp"
".\FrequencySelector.cpp"
".\Form1.cpp"
".\AssemblyInfo.cpp"
]
Creating command line "cl.exe @"c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000004.rsp" /nologo"
Creating temporary file "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000005.rsp" with contents
[
/AI "C:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Debug" /D "WIN32" /D "_DEBUG" /D "_MBCS" /FD /EHsc /MTd /GS /Yc"stdafx.h" /Fp"Debug/SGENR1.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Zi /clr /TP /FU "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\AnalogMeter.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/FU "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000005.rsp" /nologo"
Creating command line "resgen.exe /compile "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\ReferenceSelection.resX","Debug/SGENR1.ReferenceSelection.resources" "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\NumEntBox.resX","Debug/SGENR1.NumEntBox.resources" "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Form1.resX","Debug/SGENR1.Form1.resources""
Creating command line "rc.exe /fo"Debug/app.res" ".\app.rc""
Creating temporary file "c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000006.rsp" with contents
[
/OUT:"C:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Debug\SGENR1.exe" /INCREMENTAL /NOLOGO /DEBUG /ASSEMBLYDEBUG /PDB:"C:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Debug/SGENR1.pdb" /SUBSYSTEM:WINDOWS /FIXED:No  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /ASSEMBLYRESOURCE:".\Debug\SGENR1.Form1.resources" /ASSEMBLYRESOURCE:".\Debug\SGENR1.NumEntBox.resources" /ASSEMBLYRESOURCE:".\Debug\SGENR1.ReferenceSelection.resources"
".\Debug\AssemblyInfo.obj"
".\Debug\Form1.obj"
".\Debug\FrequencySelector.obj"
".\Debug\NumEntBox.obj"
".\Debug\ReferenceSelection.obj"
".\Debug\stdafx.obj"
".\Debug\USB_EZ_interface.obj"
".\Debug\app.res"
]
Creating command line "link.exe @"c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\RSP000006.rsp""
Output Window
  
Compiling...
stdafx.cpp
Compiling...
USB_EZ_interface.cpp
c:\NTDDK\inc\usbioctl.h(355) : warning C4200: nonstandard extension used : zero-sized array in struct/union
        Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\NTDDK\inc\usbioctl.h(401) : warning C4200: nonstandard extension used : zero-sized array in struct/union
        Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
USB_EZ_interface.cpp(161) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
USB_EZ_interface.cpp(283) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
USB_EZ_interface.cpp(304) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
USB_EZ_interface.cpp(325) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
ReferenceSelection.cpp
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\ReferenceSelection.h(308) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
NumEntBox.cpp
FrequencySelector.cpp
FrequencySelector.cpp(100) : warning C4101: 'pe' : unreferenced local variable
FrequencySelector.cpp(189) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
FrequencySelector.cpp(197) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Form1.cpp
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\ReferenceSelection.h(308) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Form1.h(587) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Form1.h(680) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Form1.h(690) : warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
c:\Ham Stuff\USB articles\Sig Gen R1\SGENR1\Form1.h(711) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
AssemblyInfo.cpp
Generating Code...
Compiling managed resources...
Read in 44 resources from 'c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\ReferenceSelection.resX'
Writing resource file...  Done.
Read in 16 resources from 'c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\NumEntBox.resX'
Writing resource file...  Done.
Read in 48 resources from 'c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Form1.resX'
Writing resource file...  Done.
Compiling resources...
Linking...
Results
  
Build log was saved at "file://c:\Ham Stuff\USB articles\Sig Gen R1\Sgenr1\Debug\BuildLog.htm"
SGENR1 - 0 error(s), 15 warning(s)