Build Log
  

Build started: Project: MyActiveX, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000144365392.rsp" with contents
[
/D "_DEBUG" /char signed /env win32  /tlb "Debug/MyActiveX.tlb" /h "MyActiveXidl.h" /error stub_data

.\MyActiveX.idl
]
Creating command line "midl.exe @c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000144365392.rsp /nologo"
Creating temporary file "c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000244365392.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_USRDLL" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"Debug\MyActiveX.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ..\..\..\Desktop\google\sandbox_poc\pocdll\spyware.cc

..\..\..\Desktop\google\sandbox_poc\pocdll\registry.cc

..\..\..\Desktop\google\sandbox_poc\pocdll\processes_and_threads.cc

..\..\..\Desktop\google\sandbox_poc\pocdll\network.cc

.\MyActiveXPropPage.cpp

.\MyActiveXCtrl.cpp

.\MyActiveX.cpp

..\..\..\Desktop\google\sandbox_poc\pocdll\invasive.cc

..\..\..\Desktop\google\sandbox_poc\pocdll\handles.cc

..\..\..\Desktop\google\sandbox_poc\pocdll\fs.cc

..\..\..\Desktop\google\cv.cc
]
Creating command line "cl.exe @c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000244365392.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000344365392.rsp" with contents
[
/Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_USRDLL" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp"Debug\MyActiveX.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\stdafx.cpp
]
Creating command line "cl.exe @c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\RSP00000344365392.rsp /nologo /errorReport:prompt"
Output Window
  
Creating Type Library...
Processing .\MyActiveX.idl
MyActiveX.idl
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\oaidl.idl
oaidl.idl
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\objidl.idl
objidl.idl
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\unknwn.idl
unknwn.idl
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\wtypes.idl
wtypes.idl
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\basetsd.h
basetsd.h
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\guiddef.h
guiddef.h
Processing C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\oaidl.acf
oaidl.acf
Compiling...
stdafx.cpp
Compiling...
cv.cc
c:\users\charlie\desktop\google\cv.cc(1) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\cv.cc(2) : warning C4627: '#include ': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\cv.cc(3) : warning C4627: '#include ': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\cv.cc(336) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
fs.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\fs.cc(5) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\fs.cc(273) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
handles.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\handles.cc(5) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\handles.cc(7) : warning C4627: '#include "ntundoc.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\handles.cc(186) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
invasive.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\invasive.cc(7) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\invasive.cc(192) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
MyActiveX.cpp
MyActiveXCtrl.cpp
c:\users\charlie\documents\myactivex\myactivex\myactivexctrl.cpp(12) : fatal error C1083: Cannot open include file: 'exports.h': No such file or directory
MyActiveXPropPage.cpp
network.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\network.cc(5) : warning C4627: '#include ': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\network.cc(7) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\network.cc(148) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
processes_and_threads.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\processes_and_threads.cc(6) : warning C4627: '#include ': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\processes_and_threads.cc(8) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\processes_and_threads.cc(541) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
registry.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\registry.cc(6) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\registry.cc(63) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
spyware.cc
c:\users\charlie\desktop\google\sandbox_poc\pocdll\spyware.cc(5) : warning C4627: '#include ': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\spyware.cc(6) : warning C4627: '#include "utils.h"': skipped when looking for precompiled header use
        Add directive to 'stdafx.h' or rebuild precompiled header
c:\users\charlie\desktop\google\sandbox_poc\pocdll\spyware.cc(62) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
Generating Code...
Results
  
Build log was saved at "file://c:\Users\Charlie\Documents\MyActiveX\MyActiveX\Debug\BuildLog.htm"
MyActiveX - 9 error(s), 14 warning(s)