Build Log
  

Rebuild started: Project: SMTGer, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001559844560.rsp" with contents
[
/GL /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MD /Yu"stdafx.h" /Fp"Release\SMTGer.pch" /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll"

".\SMTGer.cpp"

".\AssemblyInfo.cpp"
]
Creating command line "cl.exe @"c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001559844560.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001659844560.rsp" with contents
[
/GL /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MD /Yc"stdafx.h" /Fp"Release\SMTGer.pch" /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll"

".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001659844560.rsp" /nologo /errorReport:prompt"
Creating command line "resgen.exe /useSourcePath /compile "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Form1.resX","Release\SMTGer.Form1.resources""
Creating command line "rc.exe /d "_UNICODE" /d "UNICODE" /fo"Release/app.res" ".\app.rc""
Creating temporary file "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001759844560.rsp" with contents
[
/OUT:"C:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\Release\SMTGer.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\SMTGer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\Release\SMTGer.pdb" /SUBSYSTEM:WINDOWS /LTCG /ENTRY:"main" /DYNAMICBASE:NO /FIXED:No /MACHINE:X86  /ASSEMBLYRESOURCE:".\Release\SMTGer.Form1.resources"

".\Release\AssemblyInfo.obj"

".\Release\SMTGer.obj"

".\Release\stdafx.obj"

".\Release\app.res"
]
Creating command line "link.exe @"c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001759844560.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001859844560.rsp" with contents
[
/outputresource:"..\Release\SMTGer.exe;#1" /manifest

".\Release\SMTGer.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\RSP00001859844560.rsp" /nologo"
Creating temporary file "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\BAT00001959844560.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\BAT00001959844560.bat"""
Output Window
  
Compiling...
stdafx.cpp
Compiling...
SMTGer.cpp
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1138) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1164) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1174) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1181) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1183) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1184) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1240) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1245) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1267) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1272) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1291) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1310) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1317) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1355) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1359) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1366) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1370) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1374) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1378) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1384) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1389) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1394) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1396) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1399) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1404) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1408) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1412) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1417) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1422) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1433) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1439) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1470) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1482) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1492) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1559) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1573) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1579) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1625) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1630) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1674) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1682) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1685) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1686) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1334) : warning C4101: 'aux' : unreferenced local variable
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1718) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1724) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1731) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1738) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1745) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1753) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1759) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1764) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1771) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1845) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1895) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(1945) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2018) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2085) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2123) : warning C4101: 'config' : unreferenced local variable
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2121) : warning C4101: 'buf' : unreferenced local variable
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2118) : warning C4101: 'confEx' : unreferenced local variable
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2120) : warning C4101: 'configuracao' : unreferenced local variable
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2303) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2315) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2325) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2386) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2611) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\Form1.h(2614) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
AssemblyInfo.cpp
Compiling managed resources...
Read in 1 resources from "c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Form1.resX"
Writing resource file...  Done.
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Generating code
c:\bkp - ana\workspaces\workspace_vc++\microterminal\dll\smtger_vc++\smtger\form1.h(1000) : warning C4700: uninitialized local variable 'hWindow' used
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\Bkp - Ana\WorkSpaces\WorkSpace_VC++\Microterminal\DLL\SMTGer_VC++\SMTGer\Release\BuildLog.htm"
SMTGer - 0 error(s), 69 warning(s)