Build Log
  

Build started: Project: SkypePlugin, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP0000294900408.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "STRICT" /D "NDEBUG" /D "_MBCS" /D "_ATL_STATIC_REGISTRY" /FD /EHsc /MT /Yu"stdafx.h" /Fp"Release\SkypePlugin.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /TP ".\TariffCalculator.cpp"

".\Tariff.cpp"

".\SkypePlugin.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP0000294900408.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002A4900408.rsp" with contents
[
/O2 /D "WIN32" /D "_WINDOWS" /D "STRICT" /D "NDEBUG" /D "_MBCS" /D "_ATL_STATIC_REGISTRY" /FD /EHsc /MT /Yc"stdafx.h" /Fp"Release\SkypePlugin.pch" /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /TP ".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002A4900408.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002B4900408.rsp" with contents
[
/OUT:"Release\SkypePlugin.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\SkypePlugin.exe.intermediate.manifest" /SUBSYSTEM:WINDOWS /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib

".\release\SkypePlugin.obj"

".\release\stdafx.obj"

".\release\Tariff.obj"

".\release\TariffCalculator.obj"

".\release\SkypePlugin.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002B4900408.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002C4900408.rsp" with contents
[
/outputresource:".\release\SkypePlugin.exe;#1" /manifest

".\release\SkypePlugin.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\RSP00002C4900408.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\BAT00002D4900408.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line """c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\BAT00002D4900408.bat"""
Output Window
  
Compiling...
stdafx.cpp
C:\Program Files\Microsoft Platform SDK\Include\atl\atlwin.h(2912) : warning C4996: '_tcsncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\tchar.h(1467) : see declaration of '_tcsncpy'
        Message: 'This function or variable may be unsafe. Consider using _tcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Still need OleCreateFontIndirect()
C:\lib\Boost\include\boost-1_33_1\boost/date_time/c_time.hpp(68) : warning C4996: 'localtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
C:\lib\Boost\include\boost-1_33_1\boost/date_time/c_time.hpp(75) : warning C4996: 'gmtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(101) : see declaration of 'gmtime'
        Message: 'This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Compiling...
TariffCalculator.cpp
.\TariffCalculator.cpp(73) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
.\TariffCalculator.cpp(73) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
.\TariffCalculator.cpp(90) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
.\TariffCalculator.cpp(92) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
.\TariffCalculator.cpp(94) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
Tariff.cpp
SkypePlugin.cpp
c:\documents and settings\rory\my documents\visual studio 2005\projects\skypeplugin\skypeplugin\MainDlg.h(251) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
c:\documents and settings\rory\my documents\visual studio 2005\projects\skypeplugin\skypeplugin\MainDlg.h(257) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
c:\documents and settings\rory\my documents\visual studio 2005\projects\skypeplugin\skypeplugin\MainDlg.h(260) : warning C4482: nonstandard extension used: enum 'TariffType' used in qualified name
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Rory\My Documents\Visual Studio 2005\Projects\SkypePlugin\SkypePlugin\Release\BuildLog.htm"
SkypePlugin - 0 error(s), 11 warning(s)