Build Log
--------------------Configuration: winserv - Win32 Release--------------------
Command Lines
Creating temporary file "D:\TEMP\RSP18.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Release/winserv.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"D:\WORK\vc_projects\winserv\FLOPIO.C"
"D:\WORK\vc_projects\winserv\WINSERV.CPP"
]
Creating command line "cl.exe @D:\TEMP\RSP18.tmp"
Creating temporary file "D:\TEMP\RSP19.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 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:no /pdb:"Release/winserv.pdb" /machine:I386 /out:"Release/winserv.exe" /release /opt:nowin98
.\Release\FLOPIO.OBJ
.\Release\WINSERV.OBJ
]
Creating command line "link.exe @D:\TEMP\RSP19.tmp"
Output Window
Compiling...
FLOPIO.C
D:\WORK\vc_projects\winserv\FLOPIO.C(42) : warning C4047: '=' : 'unsigned long ' differs in levels of indirection from 'unsigned long *'
D:\WORK\vc_projects\winserv\FLOPIO.C(66) : warning C4047: '=' : 'unsigned long ' differs in levels of indirection from 'unsigned long *'
WINSERV.CPP
D:\WORK\vc_projects\winserv\FLOPIO.C(75) : warning C4700: local variable 'hDevice' used without having been initialized
Linking...
Results
winserv.exe - 0 error(s), 3 warning(s)