Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000160284860.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PULSARAPI_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp".\Debug/PulsarAPI.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\StdAfx.cpp
]
Creating command line "cl.exe @c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000160284860.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000260284860.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PULSARAPI_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp".\Debug/PulsarAPI.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\tk_time.cpp

.\PulsarAPI.cpp
]
Creating command line "cl.exe @c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000260284860.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000360284860.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "PULSARAPI_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/PulsarAPI.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TC .\tk_crc.c

.\ap_headervalid.c
]
Creating command line "cl.exe @c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000360284860.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0600" /l 0x409 /fo".\Debug/PulsarAPI.res" .\PulsarAPI.rc"
Creating temporary file "c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\TMP00000460284860.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\PulsarAPI.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\PulsarAPI.dll.embed.manifest.res" c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\TMP00000460284860.tmp"
Creating temporary file "c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000560284860.rsp" with contents
[
/OUT:".\Debug/PulsarAPI.dll" /INCREMENTAL /LIBPATH:"..\Common" /DLL /MANIFEST /MANIFESTFILE:".\Debug\PulsarAPI.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"PulsarAPI.def" /DEBUG /PDB:".\Debug/PulsarAPI.pdb" /DYNAMICBASE:NO /IMPLIB:".\Debug/PulsarAPI.lib" /MACHINE:X86 odbc32.lib odbccp32.lib version.lib winmm.lib C:\Users\jstamour\Downloads\pulsar320_sdk_101411\PulsarSetupv205_101411\MPDH8USB_TCP\Release\MPDH8USB_TCP.lib C:\Users\jstamour\Downloads\pulsar320_sdk_101411\PulsarSetupv205_101411\MPDH8USB_TCP\Debug\MPDH8USB_TCP.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\ap_headervalid.obj"

".\Debug\PulsarAPI.obj"

".\Debug\PulsarAPI.res"

".\Debug\StdAfx.obj"

".\Debug\tk_crc.obj"

".\Debug\tk_time.obj"

".\Debug\PulsarAPI.dll.embed.manifest.res"
]
Creating command line "link.exe @c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\RSP00000560284860.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
StdAfx.cpp
Compiling...
PulsarAPI.cpp
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(192) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(223) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(363) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(364) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(365) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(366) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(398) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(400) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(402) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(977) : warning C4244: '=' : conversion from 'UINT32_T' to 'UINT16_T', possible loss of data
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1015) : warning C4244: 'argument' : conversion from 'UINT32_T' to 'UINT16_T', possible loss of data
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1370) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1376) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1346) : warning C4101: 'temp' : unreferenced local variable
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1742) : warning C4101: 'lElements' : unreferenced local variable
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1744) : warning C4101: 'lResult' : unreferenced local variable
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1745) : warning C4101: 'pArrayElements' : unreferenced local variable
c:\users\jstamour\downloads\pulsar320_sdk_03142012\pulsar320_sdk_03142012\pulsarapi\pulsarapi.cpp(1743) : warning C4101: 'iCount' : unreferenced local variable
tk_time.cpp
Generating Code...
Compiling...
ap_headervalid.c
tk_crc.c
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : fatal error LNK1104: cannot open file 'C:\Users\jstamour\Downloads\pulsar320_sdk_101411\PulsarSetupv205_101411\MPDH8USB_TCP\Release\MPDH8USB_TCP.lib'
Results
  
Build log was saved at "file://c:\Users\jstamour\Downloads\pulsar320_sdk_03142012\Pulsar320_SDK_03142012\PulsarAPI\Debug\BuildLog.htm"
PulsarAPI - 1 error(s), 18 warning(s)