Build Log
  

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

Command Lines
  
Creating temporary file "c:\shallows\msvc_net\shallows\Debug\RSP00004715683448.rsp" with contents
[
/Od /I "C:\Program Files\ImageMagick-6.2.6-Q16\include" /I "C:\Program Files\NVIDIA Corporation\Cg\include" /I "..\..\include\\" /I "C:\Boost\include\boost-1_33_1" /I "C:\Utils\incudes\libpng" /I "C:\Utils\incudes\zlib" /I "C:\Program Files\ImageMagick-6.2.6-Q16\include\wand" /I "C:\Program Files\ImageMagick-6.2.6-Q16\include\Magick++" /I "C:\Program Files\ImageMagick-6.2.6-Q16\include\magick" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "COMPILING_SHALLOWS" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ..\..\src\textureCreation.cpp

..\..\src\Texture3D.cpp

..\..\src\Texture2D.cpp

..\..\src\Texture1D.cpp

..\..\src\Texture.cpp

..\..\src\ShallowsExt.cpp

..\..\src\shallows.cpp

..\..\src\Shader.cpp

..\..\src\RenderTexture2D.cpp

..\..\src\RenderTarget.cpp

..\..\src\RenderBuffer.cpp

..\..\src\readBuffer.cpp

..\..\src\Program.cpp

..\..\src\OnScreenRenderTarget.cpp

..\..\src\OnScreenBuffer.cpp

..\..\src\OffScreenRenderTarget.cpp

..\..\src\OffScreenBuffer.cpp

..\..\src\imageCreationInternal.cpp

..\..\src\imageCreation.cpp

..\..\src\Image.cpp

..\..\src\GLShader.cpp

..\..\src\GLProgram.cpp

..\..\src\FrameBuffer.cpp

..\..\src\CgShader.cpp

..\..\src\CgProgramImpl.cpp

..\..\src\CgProgram.cpp
]
Creating command line "cl.exe @c:\shallows\msvc_net\shallows\Debug\RSP00004715683448.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\shallows\msvc_net\shallows\Debug\RSP00004815683448.rsp" with contents
[
/OUT:"Debug\shallows.dll" /LIBPATH:"C:\Utils\libs" /LIBPATH:"C:\Boost\lib" /LIBPATH:"C:\Program Files\ImageMagick-6.2.6-Q16\lib" /LIBPATH:"C:\Program Files\NVIDIA Corporation\Cg\lib" /DLL /MANIFEST /MANIFESTFILE:"Debug\shallows.dll.intermediate.manifest" /implib:shallows.lib opengl32.lib glu32.lib libpng.lib zlib.lib cg.lib cggl.lib CORE_RL_Magick++_.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\CgProgram.obj"

".\Debug\CgProgramImpl.obj"

".\Debug\CgShader.obj"

".\Debug\FrameBuffer.obj"

".\Debug\GLProgram.obj"

".\Debug\GLShader.obj"

".\Debug\Image.obj"

".\Debug\imageCreation.obj"

".\Debug\imageCreationInternal.obj"

".\Debug\OffScreenBuffer.obj"

".\Debug\OffScreenRenderTarget.obj"

".\Debug\OnScreenBuffer.obj"

".\Debug\OnScreenRenderTarget.obj"

".\Debug\Program.obj"

".\Debug\readBuffer.obj"

".\Debug\RenderBuffer.obj"

".\Debug\RenderTarget.obj"

".\Debug\RenderTexture2D.obj"

".\Debug\Shader.obj"

".\Debug\shallows.obj"

".\Debug\ShallowsExt.obj"

".\Debug\Texture.obj"

".\Debug\Texture1D.obj"

".\Debug\Texture2D.obj"

".\Debug\Texture3D.obj"

".\Debug\textureCreation.obj"
]
Creating command line "link.exe @c:\shallows\msvc_net\shallows\Debug\RSP00004815683448.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\shallows\msvc_net\shallows\Debug\RSP00004915683448.rsp" with contents
[
/outputresource:".\Debug\shallows.dll;#2" /manifest

.\Debug\shallows.dll.intermediate.manifest
]
Creating command line "mt.exe @c:\shallows\msvc_net\shallows\Debug\RSP00004915683448.rsp /nologo"
Creating temporary file "c:\shallows\msvc_net\shallows\Debug\BAT00004A15683448.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\shallows\msvc_net\shallows\Debug\BAT00004A15683448.bat"
Creating temporary file "c:\shallows\msvc_net\shallows\Debug\BAT00004B15683448.bat" with contents
[
@echo off



Copy_dll_d



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Copying dll file to windows\system32"

exit 1

:VCEnd
]
Creating command line "c:\shallows\msvc_net\shallows\Debug\BAT00004B15683448.bat"
Output Window
  
Compiling...
CgProgram.cpp
c:\shallows\src\cgprogram.cpp(50) : warning C4355: 'this' : used in base member initializer list
CgProgramImpl.cpp
CgShader.cpp
FrameBuffer.cpp
GLProgram.cpp
GLShader.cpp
Image.cpp
imageCreation.cpp
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(86) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::Coordinate
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(180) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::Drawable
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(260) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::VPath
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2223) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathArcArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2397) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathCurvetoArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2578) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
imageCreationInternal.cpp
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(86) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::Coordinate
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::Coordinate,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(180) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::Drawable
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::Drawable,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(260) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::VPath
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::VPath,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2223) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathArcArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathArcArgs,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2397) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathCurvetoArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathCurvetoArgs,
            _Alloc=std::allocator
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_nod<_Ty,_Alloc>::_Alnod' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_nod<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node
        ]
        and
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        c:\program files\imagemagick-6.2.6-q16\include\magick++\drawable.h(2578) : see reference to class template instantiation 'std::list<_Ty>' being compiled
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs
        ]
c:\program files\microsoft visual studio 8\vc\include\list(96) : warning C4251: 'std::_List_ptr<_Ty,_Alloc>::_Alptr' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_List_ptr<_Ty,_Alloc>'
        with
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
        and
        [
            _Ty=std::_List_nod>::_Node *
        ]
        and
        [
            _Ty=Magick::PathQuadraticCurvetoArgs,
            _Alloc=std::allocator
        ]
OffScreenBuffer.cpp
c:\shallows\src\offscreenbuffer.cpp(428) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\shallows\src\offscreenbuffer.cpp(466) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
c:\shallows\src\offscreenbuffer.cpp(483) : warning C4018: '<' : signed/unsigned mismatch
c:\shallows\src\offscreenbuffer.cpp(494) : warning C4018: '<' : signed/unsigned mismatch
c:\shallows\src\offscreenbuffer.cpp(504) : warning C4018: '<' : signed/unsigned mismatch
c:\shallows\src\offscreenbuffer.cpp(514) : warning C4018: '<' : signed/unsigned mismatch
c:\shallows\src\offscreenbuffer.cpp(527) : warning C4018: '<' : signed/unsigned mismatch
OffScreenRenderTarget.cpp
OnScreenBuffer.cpp
OnScreenRenderTarget.cpp
Program.cpp
readBuffer.cpp
RenderBuffer.cpp
RenderTarget.cpp
RenderTexture2D.cpp
Shader.cpp
shallows.cpp
Generating Code...
Compiling...
ShallowsExt.cpp
c:\shallows\src\shallowsext.cpp(976) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\shallows\src\shallowsext.cpp(989) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Texture.cpp
Texture1D.cpp
Texture2D.cpp
Texture3D.cpp
textureCreation.cpp
Generating Code...
Linking...
CgProgram.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification
   Creating library shallows.lib and object shallows.exp
Embedding manifest...
Copying dll file to windows\system32
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\shallows\msvc_net\shallows\Debug\BuildLog.htm"
shallows - 0 error(s), 35 warning(s)