Build Log
  

Build started: Project: Pyffle, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000192008200.rsp" with contents
[
/I "..\..\..\Include" /I "c:\Python26\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "FFGLTILE_EXPORTS" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /FD /EHa /MT /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP ..\..\..\Source\FFGLPlugins\Pyffle\Pyffle.cpp

..\..\..\Source\FFGLPlugins\Pyffle\NosuchUtil.cpp

..\..\..\Source\FFGLPlugins\Pyffle\NosuchException.cpp

..\..\..\Source\FFGLPlugins\Pyffle\NosuchDebug.cpp

..\..\..\Source\Common\FFGLShader.cpp

..\..\..\Source\FFGLPlugins\FFGLPluginSDK.cpp

..\..\..\Source\FFGLPlugins\FFGLPluginManager.cpp

..\..\..\Source\FFGLPlugins\FFGLPluginInfoData.cpp

..\..\..\Source\FFGLPlugins\FFGLPluginInfo.cpp

..\..\..\Source\Common\FFGLExtensions.cpp

..\..\..\Source\FFGLPlugins\FFGL.cpp
]
Creating command line "cl.exe @c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000192008200.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000292008200.rsp" with contents
[
/OUT:"../../../Binaries/Win32/Pyffle_Default.dll" /INCREMENTAL:NO /LIBPATH:"C:\Python26\libs" /DLL /MANIFEST /MANIFESTFILE:"Release\Pyffle_Default.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"FFGLPlugins.def" /DEBUG /PDB:"c:\local\Pyffle_1_5\Binaries\Win32\Pyffle_Default.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /DYNAMICBASE:NO /IMPLIB:"Release/Pyffle.lib" /MACHINE:X86 OpenGL32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\FFGL.obj"

".\Release\FFGLExtensions.obj"

".\Release\FFGLPluginInfo.obj"

".\Release\FFGLPluginInfoData.obj"

".\Release\FFGLPluginManager.obj"

".\Release\FFGLPluginSDK.obj"

".\Release\FFGLShader.obj"

".\Release\NosuchDebug.obj"

".\Release\NosuchException.obj"

".\Release\NosuchUtil.obj"

".\Release\Pyffle.obj"
]
Creating command line "link.exe @c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000292008200.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000392008200.rsp" with contents
[
/outputresource:"..\..\..\Binaries\win32\Pyffle_Default.dll;#2" /manifest

.\Release\Pyffle_Default.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\RSP00000392008200.rsp /nologo"
Creating temporary file "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\BAT00000492008200.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\BAT00000492008200.bat"
Creating temporary file "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\BAT00000592008200.bat" with contents
[
@echo off

c:\python26\python.exe ..\..\..\Source\FFGLPlugins\Pyffle\postbuild.py

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line "c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\BAT00000592008200.bat"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
Pyffle.cpp
NosuchUtil.cpp
NosuchException.cpp
NosuchDebug.cpp
FFGLShader.cpp
FFGLPluginSDK.cpp
..\..\..\Source\FFGLPlugins\FFGLPluginSDK.cpp(55) : warning C4312: 'type cast' : conversion from 'DWORD' to 'char *' of greater size
..\..\..\Source\FFGLPlugins\FFGLPluginSDK.cpp(62) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
FFGLPluginManager.cpp
..\..\..\Source\FFGLPlugins\FFGLPluginManager.cpp(135) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
FFGLPluginInfoData.cpp
FFGLPluginInfo.cpp
..\..\..\Source\FFGLPlugins\FFGLPluginInfo.cpp(65) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
..\..\..\Source\FFGLPlugins\FFGLPluginInfo.cpp(66) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(207) : see declaration of 'strdup'
FFGLExtensions.cpp
..\..\..\Source\Common\FFGLExtensions.cpp(92) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(92) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glActiveTexturePROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(93) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(93) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glClientActiveTexturePROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(95) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(95) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1dPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(96) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(96) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1dvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(97) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(97) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1fPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(98) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(98) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1fvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(99) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(99) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1iPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(100) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(100) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1ivPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(101) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(101) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1sPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(102) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(102) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord1svPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(104) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(104) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2dPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(105) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(105) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2dvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(106) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(106) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2fPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(107) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(107) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2fvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(108) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(108) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2iPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(109) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(109) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2ivPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(110) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(110) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2sPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(111) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(111) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord2svPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(113) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(113) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3dPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(114) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(114) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3dvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(115) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(115) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3fPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(116) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(116) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3fvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(117) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(117) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3iPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(118) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(118) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3ivPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(119) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(119) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3sPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(120) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(120) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord3svPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(122) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(122) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4dPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(123) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(123) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4dvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(124) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(124) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4fPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(125) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(125) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4fvPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(126) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(126) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4iPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(127) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(127) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4ivPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(128) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(128) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4sPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(129) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(129) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glMultiTexCoord4svPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(148) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(148) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glDeleteObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(149) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(149) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetHandleARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(150) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(150) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glDetachObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(151) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(151) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glCreateShaderObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(152) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(152) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glShaderSourceARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(153) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(153) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glCompileShaderARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(154) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(154) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glCreateProgramObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(155) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(155) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glAttachObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(156) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(156) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glLinkProgramARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(157) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(157) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUseProgramObjectARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(158) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(158) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glValidateProgramARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(159) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(159) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform1fARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(160) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(160) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform2fARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(161) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(161) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform3fARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(162) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(162) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform4fARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(163) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(163) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform1iARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(164) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(164) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform2iARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(165) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(165) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform3iARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(166) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(166) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform4iARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(167) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(167) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform1fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(168) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(168) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform2fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(169) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(169) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform3fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(170) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(170) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform4fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(171) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(171) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform1ivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(172) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(172) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform2ivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(173) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(173) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform3ivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(174) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(174) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniform4ivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(175) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(175) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniformMatrix2fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(176) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(176) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniformMatrix3fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(177) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(177) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glUniformMatrix4fvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(178) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(178) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetObjectParameterfvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(179) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(179) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetObjectParameterivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(180) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(180) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetInfoLogARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(181) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(181) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetAttachedObjectsARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(182) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(182) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetUniformLocationARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(183) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(183) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetActiveUniformARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(184) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(184) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetUniformfvARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(185) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(185) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetUniformivARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(186) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(186) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetShaderSourceARBPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(206) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(206) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glBindFramebufferEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(207) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(207) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glBindRenderbufferEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(208) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(208) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glCheckFramebufferStatusEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(209) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(209) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glDeleteFramebuffersEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(210) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(210) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glDeleteRenderBuffersEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(211) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(211) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glFramebufferRenderbufferEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(212) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(212) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glFramebufferTexture1DEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(213) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(213) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glFramebufferTexture2DEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(214) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(214) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glFramebufferTexture3DEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(215) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(215) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGenFramebuffersEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(216) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(216) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGenRenderbuffersEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(217) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(217) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGenerateMipmapEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(218) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(218) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetFramebufferAttachmentParameterivEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(219) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(219) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glGetRenderbufferParameterivEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(220) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(220) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glIsFramebufferEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(221) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(221) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glIsRenderbufferEXTPROC' of greater size
..\..\..\Source\Common\FFGLExtensions.cpp(222) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
..\..\..\Source\Common\FFGLExtensions.cpp(222) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'glRenderbufferStorageEXTPROC' of greater size
FFGL.cpp
..\..\..\Source\FFGLPlugins\FFGL.cpp(274) : warning C4311: 'type cast' : pointer truncation from 'CFreeFrameGLPlugin *' to 'DWORD'
..\..\..\Source\FFGLPlugins\FFGL.cpp(325) : warning C4312: 'type cast' : conversion from 'DWORD' to 'CFreeFrameGLPlugin *' of greater size
..\..\..\Source\FFGLPlugins\FFGL.cpp(358) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'DWORD'
..\..\..\Source\FFGLPlugins\FFGL.cpp(369) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'char *' of greater size
..\..\..\Source\FFGLPlugins\FFGL.cpp(374) : warning C4312: 'type cast' : conversion from 'DWORD' to 'const SetParameterStruct *' of greater size
..\..\..\Source\FFGLPlugins\FFGL.cpp(387) : warning C4312: 'type cast' : conversion from 'DWORD' to 'const FFGLViewportStruct *' of greater size
..\..\..\Source\FFGLPlugins\FFGL.cpp(407) : warning C4312: 'type cast' : conversion from 'DWORD' to 'ProcessOpenGLStruct *' of greater size
..\..\..\Source\FFGLPlugins\FFGL.cpp(420) : warning C4312: 'type cast' : conversion from 'DWORD' to 'double *' of greater size
Generating Code...
Linking...
   Creating library Release/Pyffle.lib and object Release/Pyffle.exp
Embedding manifest...
Performing Post-Build Event...
postbuild.py: looking for Pyffle plugins to update in ../../../Binaries/win32
Default Pyffle dll = Pyffle_Default.dll
Copying Pyffle_Default.dll to Pyffle_One.dll
Copying Pyffle_Default.dll to Pyffle_Osc.dll
Copying Pyffle_Default.dll to Pyffle_Two.dll
Results
  
Build log was saved at "file://c:\local\Pyffle_1_5\Projects\FFGLPlugins\MSVC_8\Release\BuildLog.htm"
Pyffle - 0 error(s), 194 warning(s)