
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\scripts>echo loading variables 
loading variables

C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\scripts>call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" 
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: allTestExample, Configuration: Debug|Win32
allTestExample - up-to-date
Build started: Project: allTestExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxObjLoader.cpp
ofxDirList.cpp
ofxThread.cpp
CreEPS.cpp
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(285) : warning C4305: '=' : truncation from 'double' to 'float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(294) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(301) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(308) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(317) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(534) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(623) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(812) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(818) : warning C4305: '*=' : truncation from 'double' to 'float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(826) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(853) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(860) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(862) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(867) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(930) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_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\time.inl(88) : see declaration of 'ctime'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1055) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1066) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1613) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1627) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1640) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1654) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
ofxVectorGraphics.cpp
ofxCvImage.cpp
ofxCvGrayscaleImage.cpp
ofxCvFloatImage.cpp
ofxCvContourFinder.cpp
ofxCvColorImage.cpp
ofxOscSender.cpp
ofxOscReceiver.cpp
ofxOscMessage.cpp
ofxUDPManager.cpp
ofxTCPServer.cpp
ofxTCPManager.cpp
ofxTCPClient.cpp
tinyxmlparser.cpp
tinyxmlerror.cpp
tinyxml.cpp
Compiling...
ofxXmlSettings.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
Compiling...
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\allTestExample\obj\Release\BuildLog.htm"
allTestExample - 0 error(s), 22 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: dirListExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxDirList.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\obj\Debug\BuildLog.htm"
dirListExample - 0 error(s), 2 warning(s)
Build started: Project: dirListExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxDirList.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
Compiling...
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\dirListExample\obj\Release\BuildLog.htm"
dirListExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: networkTcpClientExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxTCPClient.cpp
ofxTCPManager.cpp
ofxTCPServer.cpp
ofxUDPManager.cpp
ofxThread.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\obj\Debug\BuildLog.htm"
networkTcpClientExample - 0 error(s), 2 warning(s)
Build started: Project: networkTcpClientExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxThread.cpp
ofxUDPManager.cpp
ofxTCPServer.cpp
ofxTCPManager.cpp
ofxTCPClient.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
Compiling...
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpClientExample\obj\Release\BuildLog.htm"
networkTcpClientExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: networkTcpServerExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxTCPClient.cpp
ofxTCPManager.cpp
ofxTCPServer.cpp
ofxUDPManager.cpp
ofxThread.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\obj\Debug\BuildLog.htm"
networkTcpServerExample - 0 error(s), 2 warning(s)
Build started: Project: networkTcpServerExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxThread.cpp
ofxUDPManager.cpp
ofxTCPServer.cpp
ofxTCPManager.cpp
ofxTCPClient.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
Compiling...
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\networkTcpServerExample\obj\Release\BuildLog.htm"
networkTcpServerExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: objLoaderExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxObjLoader.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\obj\Debug\BuildLog.htm"
objLoaderExample - 0 error(s), 2 warning(s)
Build started: Project: objLoaderExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxObjLoader.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
Compiling...
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\objLoaderExample\obj\Release\BuildLog.htm"
objLoaderExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: opencvExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxCvColorImage.cpp
ofxCvContourFinder.cpp
ofxCvFloatImage.cpp
ofxCvGrayscaleImage.cpp
ofxCvImage.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\obj\Debug\BuildLog.htm"
opencvExample - 0 error(s), 2 warning(s)
Build started: Project: opencvExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxCvImage.cpp
ofxCvGrayscaleImage.cpp
ofxCvFloatImage.cpp
ofxCvContourFinder.cpp
ofxCvColorImage.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
Compiling...
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\opencvExample\obj\Release\BuildLog.htm"
opencvExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: oscReceiveExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxOscMessage.cpp
ofxOscReceiver.cpp
ofxOscSender.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
oscpack.lib(OscReceivedElements.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
Generating code
Finished generating code
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
oscpack.lib(OscReceivedElements.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
Generating code
Finished generating code
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\bin\vc80.pdb'; linking object as if no debug info
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\obj\Debug\BuildLog.htm"
oscReceiveExample - 0 error(s), 7 warning(s)
Build started: Project: oscReceiveExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxOscSender.cpp
ofxOscReceiver.cpp
ofxOscMessage.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
Compiling...
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscReceiveExample\obj\Release\BuildLog.htm"
oscReceiveExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: oscSenderExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxOscMessage.cpp
ofxOscReceiver.cpp
ofxOscSender.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
oscpack.lib(OscReceivedElements.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
Generating code
Finished generating code
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
oscpack.lib(OscReceivedElements.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
Generating code
Finished generating code
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\bin\vc80.pdb'; linking object as if no debug info
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\obj\Debug\BuildLog.htm"
oscSenderExample - 0 error(s), 7 warning(s)
Build started: Project: oscSenderExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxOscSender.cpp
ofxOscReceiver.cpp
ofxOscMessage.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
Compiling...
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\oscSenderExample\obj\Release\BuildLog.htm"
oscSenderExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: threadExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxThread.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\obj\Debug\BuildLog.htm"
threadExample - 0 error(s), 2 warning(s)
Build started: Project: threadExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofxThread.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
Compiling...
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\threadExample\obj\Release\BuildLog.htm"
threadExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: vectorGraphicsExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxVectorGraphics.cpp
CreEPS.cpp
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(285) : warning C4305: '=' : truncation from 'double' to 'float'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(294) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(301) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(308) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(317) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(534) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(623) : 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\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(812) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(818) : warning C4305: '*=' : truncation from 'double' to 'float'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(826) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(853) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(860) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(862) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(867) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(930) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_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\time.inl(88) : see declaration of 'ctime'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1055) : 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'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1066) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1613) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1627) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1640) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
1>c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\addons\ofxvectorgraphics\libs\creeps.cpp(1654) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\obj\Debug\BuildLog.htm"
vectorGraphicsExample - 0 error(s), 23 warning(s)
Build started: Project: vectorGraphicsExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
CreEPS.cpp
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(285) : warning C4305: '=' : truncation from 'double' to 'float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(294) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(301) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(308) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(317) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(534) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(623) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(812) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(818) : warning C4305: '*=' : truncation from 'double' to 'float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(826) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(853) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(860) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(862) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(867) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(930) : warning C4996: 'ctime': This function or variable may be unsafe. Consider using ctime_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\time.inl(88) : see declaration of 'ctime'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1055) : 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'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1066) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1613) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1627) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1640) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
3>..\..\..\addons\ofxVectorGraphics\libs\CreEPS.cpp(1654) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_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 'vsprintf'
ofxVectorGraphics.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
Compiling...
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorGraphicsExample\obj\Release\BuildLog.htm"
vectorGraphicsExample - 0 error(s), 22 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: vectorMathExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\obj\Debug\BuildLog.htm"
vectorMathExample - 0 error(s), 2 warning(s)
Build started: Project: vectorMathExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\vectorMathExample\obj\Release\BuildLog.htm"
vectorMathExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: xmlSettingsExample, Configuration: Debug|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling...
ofxXmlSettings.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\obj\Debug\BuildLog.htm"
xmlSettingsExample - 0 error(s), 2 warning(s)
Build started: Project: xmlSettingsExample, Configuration: Release|Win32
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
tinyxmlparser.cpp
tinyxmlerror.cpp
tinyxml.cpp
ofxXmlSettings.cpp
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
Compiling...
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\addonsExamples\xmlSettingsExample\obj\Release\BuildLog.htm"
xmlSettingsExample - 0 error(s), 1 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: advancedGraphicsExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\obj\Debug\BuildLog.htm"
advancedGraphicsExample - 0 error(s), 1 warning(s)
Build started: Project: advancedGraphicsExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\advancedGraphicsExample\obj\Release\BuildLog.htm"
advancedGraphicsExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: audioInputExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\apps\examples\audioinputexample\src\testapp.cpp(18) : error C2661: 'ofSoundStreamSetup' : no overloaded function takes 6 arguments
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\audioInputExample\obj\Debug\BuildLog.htm"
audioInputExample - 1 error(s), 0 warning(s)
Build started: Project: audioInputExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
.\src\testApp.cpp(18) : error C2661: 'ofSoundStreamSetup' : no overloaded function takes 6 arguments
main.cpp
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\audioInputExample\obj\Release\BuildLog.htm"
audioInputExample - 1 error(s), 0 warning(s)

Build complete: 0 Projects succeeded, 2 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: audioOutputExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
c:\documents and settings\zach\my documents\projects\of\vs2008\0.0573\of_prerelease_v0.05_windows_vs_fat_v1\apps\examples\audiooutputexample\src\testapp.cpp(25) : error C2661: 'ofSoundStreamSetup' : no overloaded function takes 6 arguments
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\audioOutputExample\obj\Debug\BuildLog.htm"
audioOutputExample - 1 error(s), 0 warning(s)
Build started: Project: audioOutputExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
.\src\testApp.cpp(25) : error C2661: 'ofSoundStreamSetup' : no overloaded function takes 6 arguments
main.cpp
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\audioOutputExample\obj\Release\BuildLog.htm"
audioOutputExample - 1 error(s), 0 warning(s)

Build complete: 0 Projects succeeded, 2 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: emptyExample, Configuration: Debug|Win32
Linking...
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\obj\Debug\BuildLog.htm"
emptyExample - 0 error(s), 0 warning(s)
Build started: Project: emptyExample, Configuration: Release|Win32
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\emptyExample\obj\Release\BuildLog.htm"
emptyExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: eventsExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\obj\Debug\BuildLog.htm"
eventsExample - 0 error(s), 1 warning(s)
Build started: Project: eventsExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\eventsExample\obj\Release\BuildLog.htm"
eventsExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: fontsExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\obj\Debug\BuildLog.htm"
fontsExample - 0 error(s), 1 warning(s)
Build started: Project: fontsExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\fontsExample\obj\Release\BuildLog.htm"
fontsExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: graphicsExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\obj\Debug\BuildLog.htm"
graphicsExample - 0 error(s), 1 warning(s)
Build started: Project: graphicsExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\graphicsExample\obj\Release\BuildLog.htm"
graphicsExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: imageLoaderExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\obj\Debug\BuildLog.htm"
imageLoaderExample - 0 error(s), 1 warning(s)
Build started: Project: imageLoaderExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageLoaderExample\obj\Release\BuildLog.htm"
imageLoaderExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: imageSaverExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\obj\Debug\BuildLog.htm"
imageSaverExample - 0 error(s), 1 warning(s)
Build started: Project: imageSaverExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\imageSaverExample\obj\Release\BuildLog.htm"
imageSaverExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: movieGrabberExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\obj\Debug\BuildLog.htm"
movieGrabberExample - 0 error(s), 1 warning(s)
Build started: Project: movieGrabberExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\movieGrabberExample\obj\Release\BuildLog.htm"
movieGrabberExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: moviePlayerExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\obj\Debug\BuildLog.htm"
moviePlayerExample - 0 error(s), 1 warning(s)
Build started: Project: moviePlayerExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\moviePlayerExample\obj\Release\BuildLog.htm"
moviePlayerExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: polygonExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\obj\Debug\BuildLog.htm"
polygonExample - 0 error(s), 1 warning(s)
Build started: Project: polygonExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\polygonExample\obj\Release\BuildLog.htm"
polygonExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: serialExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\obj\Debug\BuildLog.htm"
serialExample - 0 error(s), 1 warning(s)
Build started: Project: serialExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\serialExample\obj\Release\BuildLog.htm"
serialExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: soundPlayerExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\obj\Debug\BuildLog.htm"
soundPlayerExample - 0 error(s), 1 warning(s)
Build started: Project: soundPlayerExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerExample\obj\Release\BuildLog.htm"
soundPlayerExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: soundPlayerFFTExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\obj\Debug\BuildLog.htm"
soundPlayerFFTExample - 0 error(s), 1 warning(s)
Build started: Project: soundPlayerFFTExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\soundPlayerFFTExample\obj\Release\BuildLog.htm"
soundPlayerFFTExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: textureExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\obj\Debug\BuildLog.htm"
textureExample - 0 error(s), 1 warning(s)
Build started: Project: textureExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureExample\obj\Release\BuildLog.htm"
textureExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: textureScreengrabExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\obj\Debug\BuildLog.htm"
textureScreengrabExample - 0 error(s), 1 warning(s)
Build started: Project: textureScreengrabExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\textureScreengrabExample\obj\Release\BuildLog.htm"
textureScreengrabExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
trying comipilation
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

vcbuild.exe : warning VCBLD6002: invalid option /na specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option /nd specified.  The option was ignored.
vcbuild.exe : warning VCBLD6002: invalid option --build specified.  The option was ignored.
Build started: Project: windowExample, Configuration: Debug|Win32
Compiling...
main.cpp
testApp.cpp
ofAppRunner.cpp
ofGraphics.cpp
ofImage.cpp
ofTexture.cpp
ofTrueTypeFont.cpp
ofSoundPlayer.cpp
ofSoundStream.cpp
ofMath.cpp
ofUtils.cpp
ofQtUtils.cpp
ofVideoGrabber.cpp
ofVideoPlayer.cpp
ofSerial.cpp
ofAppEvents.cpp
ofAudioEvents.cpp
ofEventModel.cpp
ofKeyEvents.cpp
ofMouseEvents.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
videoInput.lib(videoInput.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '..\..\..\libs\videoInput\lib\videoInput.lib' or at 'c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\bin\vc80.pdb'; linking object as if no debug info
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\obj\Debug\BuildLog.htm"
windowExample - 0 error(s), 1 warning(s)
Build started: Project: windowExample, Configuration: Release|Win32
Compiling...
ofMouseEvents.cpp
ofKeyEvents.cpp
ofEventModel.cpp
ofAudioEvents.cpp
ofAppEvents.cpp
ofSerial.cpp
ofVideoPlayer.cpp
ofVideoGrabber.cpp
ofQtUtils.cpp
ofUtils.cpp
ofMath.cpp
ofSoundStream.cpp
ofSoundPlayer.cpp
ofTrueTypeFont.cpp
ofTexture.cpp
ofImage.cpp
ofGraphics.cpp
ofAppRunner.cpp
testApp.cpp
main.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
adding DLLs and creating data folder
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\fmodex.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\fmodexL.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\FreeImage.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\FreeType-6.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\glut32.dll
C:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\\..\..\..\other\dlls\Zlib.dll
6 File(s) copied
Build log was saved at "file://c:\Documents and Settings\zach\My Documents\projects\OF\vs2008\0.0573\of_preRelease_v0.05_windows_VS_FAT_v1\apps\examples\windowExample\obj\Release\BuildLog.htm"
windowExample - 0 error(s), 0 warning(s)

Build complete: 2 Projects succeeded, 0 Projects failed, 0 Projects skipped
