| | Compiling...
Mmgr.cpp
.\mmgr\Mmgr.cpp(226) : warning C4996: 'unlink' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(290) : see declaration of 'unlink'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.'
.\mmgr\Mmgr.cpp(248) : 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.'
.\mmgr\Mmgr.cpp(259) : 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.'
.\mmgr\Mmgr.cpp(284) : 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.'
.\mmgr\Mmgr.cpp(285) : 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.'
.\mmgr\Mmgr.cpp(286) : 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.'
.\mmgr\Mmgr.cpp(301) : warning C4311: 'type cast' : pointer truncation from 'const void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(375) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\mmgr\Mmgr.cpp(388) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\mmgr\Mmgr.cpp(421) : warning C4996: 'vsprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'vsprintf'
Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(430) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(460) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(461) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(478) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(492) : warning C4996: 'localtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(918) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(990) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(991) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(992) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(993) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1014) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1022) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1023) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1028) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1029) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1107) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1138) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1173) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1174) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1185) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1186) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1187) : warning C4996: 'strncpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1188) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1198) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1212) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1221) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1222) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1225) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\mmgr\Mmgr.cpp(1332) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1345) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1346) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1526) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1527) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1541) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1542) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1554) : warning C4996: 'localtime' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
UmbrellaScene.cpp
TextureScene.cpp
TexturedQuadScene.cpp
scene.cpp
ProjectScene.cpp
IsectTrisScene.cpp
tilerasterizer.cpp
textureunit.cpp
statistics.cpp
rasterizer.cpp
edgefunc.cpp
depthunit.cpp
colorunit.cpp
timer.cpp
RGBATexture.cpp
rendererAPI.cpp
LUR.cpp
glstate.cpp
bsCamera.cpp
Generating Code...
Linking...
Embedding manifest...
|