Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000137643496.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp".\Debug/Wrapper.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP ".\WrapperDlg.cpp"

".\Wrapper.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000137643496.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000237643496.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0700" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp".\Debug/Wrapper.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP ".\StdAfx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000237643496.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_AFXDLL" /d "_DEBUG" /d "_VC80_UPGRADE=0x0700" /l 0x409 /fo".\Debug/Wrapper.res" ".\Wrapper.rc""
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\TMP00000337643496.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Wrapper.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Wrapper.exe.embed.manifest.res" "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\TMP00000337643496.tmp""
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000437643496.rsp" with contents
[
/OUT:".\Debug/Wrapper.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\Wrapper.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/Wrapper.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 Ws2_32.lib

".\Debug\StdAfx.obj"

".\Debug\Wrapper.obj"

".\Debug\Wrapper.res"

".\Debug\WrapperDlg.obj"

".\Debug\Wrapper.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000437643496.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000537643496.rsp" with contents
[
/out:".\Debug\Wrapper.exe.embed.manifest" /notify_update /manifest

".\Debug\Wrapper.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000537643496.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\BAT00000637643496.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\BAT00000637643496.bat"""
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\TMP00000737643496.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\Wrapper.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\Wrapper.exe.embed.manifest.res" "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\TMP00000737643496.tmp""
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000837643496.rsp" with contents
[
/OUT:".\Debug/Wrapper.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\Wrapper.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/Wrapper.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 Ws2_32.lib

".\Debug\StdAfx.obj"

".\Debug\Wrapper.obj"

".\Debug\Wrapper.res"

".\Debug\WrapperDlg.obj"

".\Debug\Wrapper.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\RSP00000837643496.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
Compiling...
WrapperDlg.cpp
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(249) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(250) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(273) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(274) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(284) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(285) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(298) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(307) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(316) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(325) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(334) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(363) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(364) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(374) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(375) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(388) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(397) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(406) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(415) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(424) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(453) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(454) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(464) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(465) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(477) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(486) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(495) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(504) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(513) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(538) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(539) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(550) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(551) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(563) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(572) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(581) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(610) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(611) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(612) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(645) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(646) : warning C4996: 'strcpy' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(647) : warning C4996: 'strcat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapperdlg.cpp(648) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Wrapper.cpp
c:\documents and settings\gustavo lafava\desktop\ornella 1\wrapper + driver\wrapper.cpp(50) : warning C4996: 'CWinApp::Enable3dControls' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(4471) : see declaration of 'CWinApp::Enable3dControls'
        Message: 'CWinApp::Enable3dControls is no longer needed. You should remove this call.'
Generating Code...
Compiling resources...
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\Wrapper + Driver\Debug\BuildLog.htm"
Wrapper - 0 error(s), 44 warning(s)