Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000817202028.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TC ".\tinyasm.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000817202028.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000917202028.rsp" with contents
[
/OUT:"C:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Debug\tinyasm.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\tinyasm.exe.intermediate.manifest" /DEBUG /PDB:"c:\documents and settings\humberto costa\meus documentos\husis\debug\tinyasm.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib

".\Debug\ins.obj"

".\Debug\Tinyasm.obj"

".\Debug\tinyasm.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000917202028.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000A17202028.rsp" with contents
[
/out:".\Debug\Tinyasm.exe.embed.manifest" /notify_update /manifest

".\Debug\Tinyasm.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\RSP00000A17202028.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\BAT00000B17202028.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\BAT00000B17202028.bat"""
Output Window
  
Compiling...
tinyasm.c
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(126) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(747) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(764) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1240) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1270) : warning C4996: 'fopen' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1272) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1277) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1305) : warning C4996: 'fopen' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1311) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'char (*__w64 )[256]'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1311) : warning C4024: 'strncpy' : different types for formal and actual parameter 1
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1311) : warning C4996: 'strncpy' was declared deprecated
        c:\arquivos de programas\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1357) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1358) : warning C4996: 'strcat' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1360) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1361) : warning C4996: 'strcpy' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1374) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1384) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1411) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1421) : warning C4996: 'sprintf' was declared deprecated
        c:\arquivos de programas\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.'
c:\documents and settings\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1775) : warning C4996: 'fopen' was declared deprecated
        c:\arquivos de programas\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\humberto costa\meus documentos\husis\tinyasm\tinyasm.c(1781) : warning C4996: 'fopen' was declared deprecated
        c:\arquivos de programas\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.'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Humberto Costa\Meus documentos\HUSIS\Tinyasm\Debug\BuildLog.htm"
tinyasm - 0 error(s), 21 warning(s)