Skip to content

Instantly share code, notes, and snippets.

@trishume
Created October 20, 2011 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trishume/1300150 to your computer and use it in GitHub Desktop.
Save trishume/1300150 to your computer and use it in GitHub Desktop.
errors from turing compile
------ Build started: Project: GIF, Configuration: Release Win32 ------
dev2gif.c
..\src\libungif\dev2gif.c(105): warning C4101: 'k' : unreferenced local variable
..\src\libungif\dev2gif.c(105): warning C4101: 'j' : unreferenced local variable
..\src\libungif\dev2gif.c(419): warning C4101: 'i' : unreferenced local variable
..\src\libungif\dev2gif.c(418): warning C4101: 'ScreenByte' : unreferenced local variable
..\src\libungif\dev2gif.c(420): warning C4101: 'Bit' : unreferenced local variable
..\src\libungif\dev2gif.c(419): warning C4101: 'k' : unreferenced local variable
..\src\libungif\dev2gif.c(420): warning C4101: 'BufferOffset' : unreferenced local variable
..\src\libungif\dev2gif.c(419): warning C4101: 'j' : unreferenced local variable
dgif_lib.c
..\src\libungif\dgif_lib.c(63): warning C4013: 'open' undefined; assuming extern returning int
..\src\libungif\dgif_lib.c(74): warning C4013: 'close' undefined; assuming extern returning int
..\src\libungif\dgif_lib.c(108): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(721) : see declaration of 'fdopen'
..\src\libungif\dgif_lib.c(934): warning C4101: 'i' : unreferenced local variable
..\src\libungif\dgif_lib.c(934): warning C4101: 'Error' : unreferenced local variable
..\src\libungif\dgif_lib.c(934): warning C4101: 'j' : unreferenced local variable
egif_lib.c
..\src\libungif\egif_lib.c(73): warning C4013: 'open' undefined; assuming extern returning int
..\src\libungif\egif_lib.c(95): warning C4013: 'close' undefined; assuming extern returning int
..\src\libungif\egif_lib.c(129): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(721) : see declaration of 'fdopen'
..\src\libungif\egif_lib.c(191): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\libungif\egif_lib.c(202): warning C4101: 'Size' : unreferenced local variable
..\src\libungif\egif_lib.c(276): warning C4101: 'Size' : unreferenced local variable
..\src\libungif\egif_lib.c(690): warning C4101: 'NewCode' : unreferenced local variable
..\src\libungif\egif_lib.c(691): warning C4101: 'NewKey' : unreferenced local variable
..\src\libungif\egif_lib.c(846): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\libungif\egif_lib.c(849): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\libungif\egif_lib.c(853): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\libungif\egif_lib.c(862): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\libungif\egif_lib.c(865): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
getarg.c
..\src\libungif\getarg.c(192): 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.
..\src\libungif\getarg.c(240): 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.
..\src\libungif\getarg.c(318): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(322): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(326): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(330): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(334): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(338): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(342): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(346): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(350): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(353): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(412): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(417): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(422): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(427): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(432): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(437): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(442): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(447): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(452): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\src\libungif\getarg.c(458): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
gif_err.c
gif_font.c
..\src\libungif\gif_font.c(247): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
..\src\libungif\gif_font.c(259): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
gifalloc.c
qprintf.c
..\src\libungif\qprintf.c(55): 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 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
quantize.c
..\src\libungif\quantize.c(185): warning C4244: '=' : conversion from 'long' to 'GifByteType', possible loss of data
..\src\libungif\quantize.c(186): warning C4244: '=' : conversion from 'long' to 'GifByteType', possible loss of data
..\src\libungif\quantize.c(187): warning C4244: '=' : conversion from 'long' to 'GifByteType', possible loss of data
Generating Code...
GIF.vcxproj -> X:\dev\turing\vc projects\.\GIF_files___Win32_Release\GIF.lib
------ Build started: Project: Compiler, Configuration: Release Win32 ------
comperr.c
..\src\comperr.c(765): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\comperr.c(2905): warning C4101: 'TL_dummy' : unreferenced local variable
compile.c
..\src\compile.c(1174): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\compile.c(1295): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\compile.c(1364): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\compile.c(1768): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\compile.c(1769): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\compile.c(2535): warning C4013: 'TL_TLI_TLIOF' undefined; assuming extern returning int
..\src\compile.c(2540): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\compile.c(2689): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\compile.c(3224): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\compile.c(3485): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\compile.c(3837): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'void *'
..\src\compile.c(3874): warning C4013: 'TL_TLB_TLBALL' undefined; assuming extern returning int
..\src\compile.c(3881): warning C4013: 'TL_TLB_TLBDAL' undefined; assuming extern returning int
..\src\compile.c(3902): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'void *'
..\src\compile.c(3988): warning C4047: '=' : 'Language_Offset' differs in levels of indirection from 'TLaddressint'
..\src\compile.c(4228): warning C4013: 'Language_Compile_CompileError' undefined; assuming extern returning int
..\src\compile.c(4229): warning C4013: 'Language_Compile_Memory' undefined; assuming extern returning int
..\src\compile.c(4230): warning C4013: 'Language_Compile_Scanner' undefined; assuming extern returning int
..\src\compile.c(4231): warning C4013: 'Language_Compile_PreScan' undefined; assuming extern returning int
..\src\compile.c(4233): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\compile.c(4269): warning C4013: 'Language_Compile_Scope' undefined; assuming extern returning int
..\src\compile.c(4270): warning C4013: 'Language_Compile_Value' undefined; assuming extern returning int
..\src\compile.c(4271): warning C4013: 'Language_Compile_Types' undefined; assuming extern returning int
..\src\compile.c(4272): warning C4013: 'Language_Compile_Symbol' undefined; assuming extern returning int
..\src\compile.c(4273): warning C4013: 'Language_Compile_Coder' undefined; assuming extern returning int
..\src\compile.c(4274): warning C4013: 'Language_Compile_PredefRoutines' undefined; assuming extern returning int
..\src\compile.c(4275): warning C4013: 'Language_Compile_Lists' undefined; assuming extern returning int
..\src\compile.c(4276): warning C4013: 'Language_Compile_Expn' undefined; assuming extern returning int
..\src\compile.c(4277): warning C4013: 'Language_Compile_TypeDecl' undefined; assuming extern returning int
..\src\compile.c(4278): warning C4013: 'Language_Compile_Util' undefined; assuming extern returning int
..\src\compile.c(4287): warning C4013: 'Language_Compile_Parser' undefined; assuming extern returning int
..\src\compile.c(4214): warning C4101: 'TL_dummy' : unreferenced local variable
expn.c
..\src\expn.c(775): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\expn.c(5902): warning C4101: 'TL_dummy' : unreferenced local variable
lists.c
..\src\lists.c(774): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\lists.c(2366): warning C4101: 'TL_dummy' : unreferenced local variable
memory.c
..\src\memory.c(765): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\memory.c(808): warning C4244: '=' : conversion from 'unsigned long' to 'TLint2', possible loss of data
..\src\memory.c(867): warning C4101: 'TL_dummy' : unreferenced local variable
parser.c
..\src\parser.c(788): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\parser.c(1674): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\parser.c(1808): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\parser.c(3123): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\parser.c(6442): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\parser.c(6450): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\parser.c(6451): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\parser.c(6452): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\parser.c(6453): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\parser.c(6460): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\parser.c(7376): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
..\src\parser.c(7381): warning C4101: 'TL_dummy' : unreferenced local variable
predef.c
..\src\predef.c(773): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\predef.c(1494): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\predef.c(1645): warning C4244: '=' : conversion from 'TLint4' to 'Language_Compile_Predef', possible loss of data
..\src\predef.c(1576): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\predef.c(1580): warning C4101: 'sy' : unreferenced local variable
prescan.c
..\src\prescan.c(767): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\prescan.c(1017): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\prescan.c(1180): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\prescan.c(1530): warning C4101: 'TL_dummy' : unreferenced local variable
scanner.c
..\src\scanner.c(769): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\scanner.c(860): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(862): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(1182): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\scanner.c(1247): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\scanner.c(1514): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\scanner.c(1529): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
..\src\scanner.c(2968): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(2970): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(3109): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(3111): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\src\scanner.c(3216): warning C4244: '=' : conversion from 'TLint4' to 'Language_Compile_PPTok', possible loss of data
..\src\scanner.c(3226): warning C4101: 'TL_dummy' : unreferenced local variable
scope.c
..\src\scope.c(768): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\scope.c(1206): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\scope.c(1207): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\scope.c(1210): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\scope.c(1331): warning C4101: 'TL_dummy' : unreferenced local variable
symbol.c
..\src\symbol.c(771): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\symbol.c(3637): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\symbol.c(3638): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\symbol.c(3684): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\symbol.c(3711): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\symbol.c(3910): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\symbol.c(3990): warning C4101: 'TL_dummy' : unreferenced local variable
typedecl.c
..\src\typedecl.c(776): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\typedecl.c(2490): warning C4013: 'TL_TLA_TLAIMX' undefined; assuming extern returning int
..\src\typedecl.c(2687): warning C4018: '>' : signed/unsigned mismatch
..\src\typedecl.c(4768): warning C4101: 'TL_dummy' : unreferenced local variable
types.c
..\src\types.c(770): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\types.c(1951): warning C4244: '=' : conversion from 'TLint2' to 'TLint1', possible loss of data
..\src\types.c(2089): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\types.c(3934): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\types.c(3935): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\types.c(3986): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\types.c(3988): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\types.c(4111): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\types.c(4332): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\types.c(4344): warning C4244: '=' : conversion from 'TLint2' to 'TLint1', possible loss of data
..\src\types.c(4324): warning C4101: 'TL_dummy' : unreferenced local variable
util.c
..\src\util.c(777): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\util.c(1874): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
..\src\util.c(2789): warning C4101: 'TL_dummy' : unreferenced local variable
value.c
..\src\value.c(769): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\value.c(1345): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\value.c(1447): warning C4013: 'TL_TLS_TLSCXX' undefined; assuming extern returning int
..\src\value.c(1721): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\value.c(2333): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\value.c(2334): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\value.c(2335): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\value.c(2381): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\value.c(2393): warning C4013: 'TL_TLI_TLIPR' undefined; assuming extern returning int
..\src\value.c(2497): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\value.c(2492): warning C4101: 'TL_dummy' : unreferenced local variable
Generating Code...
x:\dev\turing\src\value.c(1431): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x50E27B90:0x00000008]', line 183)
To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
------ Build started: Project: TLib Override, Configuration: Release Win32 ------
tlavfs.c
..\src\tlavfs.c(192): 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 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
..\src\tlavfs.c(253): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\tlavfs.c(334): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
..\src\tlavfs.c(363): warning C4244: '=' : conversion from 'long' to 'TLnat2', possible loss of data
..\src\tlavfs.c(377): warning C4244: '+=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
tlavrs.c
..\src\tlavrs.c(45): warning C4013: 'sprintf' undefined; assuming extern returning int
..\src\tlavrs.c(160): warning C4033: 'TL_TLA_TLAVRS' must return a value
..\src\tlavrs.c(171): warning C4033: 'TL_TLA_TLAVRS' must return a value
..\src\tlavrs.c(248): warning C4033: 'TL_TLA_TLAVRS' must return a value
tleabt.c
tledh.c
tlequit.c
tletr.c
Generating Code...
TLib Override.vcxproj -> X:\dev\turing\vc projects\.\Release\TLib Override.lib
------ Build started: Project: TLib, Configuration: Release Win32 ------
main.c
TL.c
..\tlib\TL.c(69): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\tlib\TL.c(152): warning C4013: 'TL_TLK' undefined; assuming extern returning int
..\tlib\TL.c(153): warning C4013: 'TL_TLM' undefined; assuming extern returning int
..\tlib\TL.c(154): warning C4013: 'TL_TLX' undefined; assuming extern returning int
..\tlib\TL.c(155): warning C4013: 'TL_TLC' undefined; assuming extern returning int
..\tlib\TL.c(156): warning C4013: 'TL_TLB' undefined; assuming extern returning int
..\tlib\TL.c(157): warning C4013: 'TL_TLA' undefined; assuming extern returning int
..\tlib\TL.c(158): warning C4013: 'TL_TLI' undefined; assuming extern returning int
..\tlib\TL.c(159): warning C4013: 'TL_TLS' undefined; assuming extern returning int
..\tlib\TL.c(160): warning C4013: 'TL_TLE' undefined; assuming extern returning int
TLA.c
TLA4AD.c
..\tlib\TLA4AD.c(228): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4AD.c(228): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4AD.c(271): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4AD.c(271): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLA4CM.c
..\tlib\TLA4CM.c(174): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4CM.c(174): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4CM.c(178): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA4CM.c(185): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLA4DN.c
TLA4DV.c
TLA4ML.c
TLA4MN.c
TLA4MX.c
TLA8AD.c
TLA8CD.c
TLA8CL.c
TLA8CM.c
..\tlib\TLA8CM.c(190): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA8CM.c(190): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA8CM.c(194): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA8CM.c(201): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLA8CR.c
TLA8DN.c
TLA8DV.c
TLA8FL.c
..\tlib\TLA8FL.c(214): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLA8FL.c(218): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLA8GX.c
TLA8LN.c
Generating Code...
x:\dev\turing\tlib\tla8dn.c(178): warning C4716: 'TL_TLA_TLA8DN' : must return a value
x:\dev\turing\tlib\tla8ad.c(178): warning C4716: 'TL_TLA_TLA8AD' : must return a value
x:\dev\turing\tlib\tla4ml.c(168): warning C4716: 'TL_TLA_TLA4ML' : must return a value
x:\dev\turing\tlib\tla4dn.c(168): warning C4716: 'TL_TLA_TLA4DN' : must return a value
Compiling...
TLA8MD.c
TLA8ML.c
TLA8MN.c
TLA8MX.c
TLA8QR.c
TLA8RD.c
TLA8RE.c
TLA8SD.c
TLA8SG.c
TLA8SR.c
TLA8SX.c
..\tlib\TLA8SX.c(188): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
TLA8T.c
TLA8TD.c
TLA8TR.c
TLA8X.c
TLA8XP.c
TLAIMD.c
TLAIMN.c
TLAIMX.c
TLANMD.c
Generating Code...
x:\dev\turing\tlib\tla8ml.c(178): warning C4716: 'TL_TLA_TLA8ML' : must return a value
Compiling...
TLAPII.c
..\tlib\TLAPII.c(196): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAPII.c(210): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLAPRI.c
TLAPRR.c
TLARNI.c
TLARNR.c
TLARNZ.c
TLARSC.c
TLARSR.c
..\tlib\TLARSR.c(189): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLARSZ.c
..\tlib\TLARSZ.c(190): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLARZ.c
TLAV48.c
..\tlib\TLAV48.c(193): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAV48.c(193): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLAV84.c
..\tlib\TLAV84.c(229): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAV84.c(229): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLAV8D.c
TLAVD8.c
TLAVES.c
..\tlib\TLAVES.c(216): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAVES.c(265): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat2', possible loss of data
..\tlib\TLAVES.c(272): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
..\tlib\TLAVES.c(282): warning C4244: '=' : conversion from 'long' to 'TLnat2', possible loss of data
..\tlib\TLAVES.c(286): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
TLAVFS.c
..\tlib\TLAVFS.c(212): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAVFS.c(252): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
..\tlib\TLAVFS.c(270): warning C4244: '=' : conversion from 'long' to 'TLnat2', possible loss of data
..\tlib\TLAVFS.c(278): warning C4244: '+=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
TLAVI4.c
..\tlib\TLAVI4.c(189): warning C4244: '=' : conversion from 'TLnat4' to 'TLreal4', possible loss of data
..\tlib\TLAVI4.c(190): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\tlib\TLAVI4.c(193): warning C4244: '=' : conversion from 'TLnat4' to 'TLreal4', possible loss of data
TLAVI8.c
..\tlib\TLAVI8.c(193): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLAVN4.c
..\tlib\TLAVN4.c(199): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
TLAVN8.c
..\tlib\TLAVN8.c(205): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
Generating Code...
Compiling...
TLAVRS.c
..\tlib\TLAVRS.c(132): warning C4033: 'TL_TLA_TLAVRS' must return a value
..\tlib\TLAVRS.c(140): warning C4033: 'TL_TLA_TLAVRS' must return a value
..\tlib\TLAVRS.c(216): warning C4033: 'TL_TLA_TLAVRS' must return a value
TLAVS8.c
TLAVSI.c
..\tlib\TLAVSI.c(285): warning C4146: unary minus operator applied to unsigned type, result still unsigned
TLAVSN.c
TLB.c
TLBALL.c
TLBDAL.c
TLBFRC.c
..\tlib\TLBFRC.c(168): warning C4047: '=' : 'TL_TLB_Timestamp *' differs in levels of indirection from 'unsigned long'
TLBFRU.c
TLBNWC.c
..\tlib\TLBNWC.c(165): warning C4133: '=' : incompatible types - from 'TLaddressint' to 'TL_TLB_Timestamp *'
TLBNWU.c
TLBUNI.c
TLBUNR.c
TLBUUN.c
TLC.c
TLCALL.c
TLCCLR.c
TLCCON.c
TLCDIF.c
TLCEQ.c
Generating Code...
Compiling...
TLCGEQ.c
TLCIN.c
TLCINT.c
TLCLEQ.c
TLCNEQ.c
TLCUN.c
TLCXOR.c
TLdata.c
TLE.c
..\tlib\TLE.c(183): warning C4013: 'TL_TLE_TLETR' undefined; assuming extern returning int
TLEABT.c
..\tlib\TLEABT.c(410): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
TLECR.c
TLECRL.c
TLECRS.c
..\tlib\TLECRS.c(169): warning C4047: 'return' : 'TLaddressint' differs in levels of indirection from 'unsigned long'
TLEDH.c
..\tlib\TLEDH.c(164): warning C4133: 'function' : incompatible types - from 'TLaddressint' to 'int *'
TLEH.c
..\tlib\TLEH.c(176): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\tlib\TLEH.c(177): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\tlib\TLEH.c(178): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
TLEHE.c
TLEHX.c
TLELF.c
TLEQUIT.c
..\tlib\TLEQUIT.c(230): warning C4013: 'TL_TLI_TLISSO' undefined; assuming extern returning int
..\tlib\TLEQUIT.c(231): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\tlib\TLEQUIT.c(232): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
TLETR.c
..\tlib\TLETR.c(30): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
..\tlib\TLETR.c(71): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
..\tlib\TLETR.c(75): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
..\tlib\TLETR.c(76): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
..\tlib\TLETR.c(77): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
Generating Code...
Compiling...
TLI.c
..\tlib\TLI.c(322): warning C4013: 'TL_TLI_TLIZ' undefined; assuming extern returning int
TLICL.c
..\tlib\TLICL.c(205): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIEFR.c
..\tlib\TLIEFR.c(205): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIEOF.c
..\tlib\TLIEOF.c(209): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIFA.c
..\tlib\TLIFA.c(207): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIFS.c
TLIGC.c
..\tlib\TLIGC.c(242): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat1', possible loss of data
TLIGCB.c
..\tlib\TLIGCB.c(221): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\tlib\TLIGCB.c(242): warning C4244: '=' : conversion from 'TL_Cint' to 'TLchar', possible loss of data
TLIGF.c
TLIGI.c
..\tlib\TLIGI.c(214): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\tlib\TLIGI.c(219): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
TLIGIB.c
..\tlib\TLIGIB.c(221): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\tlib\TLIGIB.c(243): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\tlib\TLIGIB.c(245): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
TLIGK.c
TLIGN.c
..\tlib\TLIGN.c(214): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat2', possible loss of data
..\tlib\TLIGN.c(219): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat1', possible loss of data
TLIGR.c
..\tlib\TLIGR.c(213): warning C4244: '=' : conversion from 'TLreal8' to 'TLreal4', possible loss of data
TLIGS.c
..\tlib\TLIGS.c(308): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIGSS.c
TLIGSW.c
TLIGT.c
TLIOA.c
..\tlib\TLIOA.c(208): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIOF.c
Generating Code...
Compiling...
TLIOP.c
..\tlib\TLIOP.c(217): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\tlib\TLIOP.c(220): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\tlib\TLIOP.c(221): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
tlios.c
..\tlib\tlios.c(264): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLIPC.c
..\tlib\TLIPC.c(213): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'TLaddressint'
TLIPE.c
..\tlib\TLIPE.c(207): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\tlib\TLIPE.c(211): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\tlib\TLIPE.c(226): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
TLIPF.c
..\tlib\TLIPF.c(206): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\tlib\TLIPF.c(210): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\tlib\TLIPF.c(222): warning C4013: 'TL_TLS_TLSVFS' undefined; assuming extern returning int
..\tlib\TLIPF.c(225): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
TLIPI.c
TLIPK.c
TLIPN.c
TLIPR.c
TLIPS.c
TLIRE.c
TLIRER.c
TLISF.c
TLISK.c
TLISKE.c
TLISS.c
..\tlib\TLISS.c(222): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLISSI.c
TLISSO.c
TLISSS.c
TLITL.c
Generating Code...
Compiling...
TLIWR.c
TLIWRR.c
TLIZ.c
TLIZC.c
TLK.c
..\tlib\TLK.c(225): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\tlib\TLK.c(229): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
TLM.c
TLMCDINI.c
TLMCDSIG.c
TLMCDWT.c
TLMCEMP.c
TLMCFIN.c
TLMCLEN.c
TLMCPINI.c
TLMCPSIG.c
TLMCPWT.c
TLMCRINI.c
TLMCRSIG.c
TLMCRWT.c
TLMCTINI.c
TLMCTSIG.c
Generating Code...
Compiling...
TLMCTWT.c
TLMDCTWT.c
TLMDENT.c
TLMDEXT.c
TLMDINI.c
..\tlib\TLMDINI.c(173): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
TLMGNEP.c
TLMIPENT.c
TLMIPEXT.c
TLMIPINI.c
TLMRENT.c
TLMREXT.c
TLMRFIN.c
TLMRINI.c
TLMUDUMP.c
..\tlib\TLMUDUMP.c(169): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\tlib\TLMUDUMP.c(170): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\tlib\TLMUDUMP.c(211): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
TLS.c
TLSASN.c
TLSBS.c
TLSBSS.c
TLSBSX.c
TLSBX.c
..\tlib\TLSBX.c(166): warning C4047: '=' : '__x343 (*)' differs in levels of indirection from 'TLchar *'
Generating Code...
Compiling...
TLSBXS.c
TLSBXX.c
TLSCAT.c
TLSCSS.c
TLSCSX.c
TLSCTA.c
TLSCXS.c
TLSCXX.c
TLSDEL.c
TLSIND.c
TLSLEN.c
TLSMCC.c
TLSMCS.c
TLSMSC.c
TLSMSS.c
TLSREC.c
TLSRES.c
TLSRPT.c
TLSVCS.c
TLSVES.c
Generating Code...
Compiling...
TLSVFS.c
TLSVIS.c
..\tlib\TLSVIS.c(186): warning C4244: '=' : conversion from 'TLint4' to 'TLnat1', possible loss of data
..\tlib\TLSVIS.c(206): warning C4244: '=' : conversion from 'TLint4' to 'TLnat1', possible loss of data
TLSVNS.c
..\tlib\TLSVNS.c(186): warning C4244: '=' : conversion from 'unsigned long' to 'TLnat1', possible loss of data
TLSVRS.c
TLSVS8.c
TLSVSI.c
TLSVSN.c
TLX.c
..\tlib\TLX.c(49): 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 10.0\VC\include\time.inl(86) : see declaration of 'ctime'
..\tlib\TLX.c(82): 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 10.0\VC\include\time.inl(86) : see declaration of 'ctime'
..\tlib\TLX.c(141): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\tlib\TLX.c(143): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\tlib\TLX.c(198): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\process.h(206) : see declaration of 'getpid'
..\tlib\TLX.c(206): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
Generating Code...
TLib.vcxproj -> X:\dev\turing\vc projects\.\Release\TLib.lib
------ Build started: Project: MIO, Configuration: Release Win32 ------
mdio.c
mdioconfig.c
mdiodir.c
..\src\mdiodir.c(287): error C2220: warning treated as error - no 'object' file generated
..\src\mdiodir.c(287): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
mdiodlg.c
mdiodraw.c
mdiofile.c
..\src\mdiofile.c(150): error C2220: warning treated as error - no 'object' file generated
..\src\mdiofile.c(150): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
mdiofont.c
..\src\mdiofont.c(159): error C2220: warning treated as error - no 'object' file generated
..\src\mdiofont.c(159): 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.
..\src\mdiofont.c(166): 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.
..\src\mdiofont.c(305): 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.
mdiogui.c
mdiojoy.c
mdiomusic.c
..\src\mdiomusic.c(222): error C2220: warning treated as error - no 'object' file generated
..\src\mdiomusic.c(222): 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.
mdionet.c
..\src\mdionet.c(526): error C2220: warning treated as error - no 'object' file generated
..\src\mdionet.c(526): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\mdionet.c(531): 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.
..\src\mdionet.c(567): 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.
..\src\mdionet.c(608): 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.
..\src\mdionet.c(622): 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.
mdiopc.c
..\src\mdiopc.c(238): error C2220: warning treated as error - no 'object' file generated
..\src\mdiopc.c(238): 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.
..\src\mdiopc.c(519): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mdiopc.c(541): 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.
mdiopic.c
mdiopicgif.c
mdiopicjpeg.c
..\src\mdiopicjpeg.c(404): error C2220: warning treated as error - no 'object' file generated
..\src\mdiopicjpeg.c(404): 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.
..\src\mdiopicjpeg.c(408): 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.
mdiorgb.c
mdiosprite.c
mdiosys.c
..\src\mdiosys.c(137): error C2220: warning treated as error - no 'object' file generated
..\src\mdiosys.c(137): 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.
..\src\mdiosys.c(196): 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.
mdiotime.c
mdioutil.c
Generating Code...
Compiling...
mdiowin.c
..\src\mdiowin.c(460): error C2220: warning treated as error - no 'object' file generated
..\src\mdiowin.c(460): 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.
mdiowindlg.c
..\src\mdiowindlg.c(33): fatal error C1083: Cannot open include file: 'edtext.h': No such file or directory
mdiowingraph.c
..\src\mdiowingraph.c(746): error C2220: warning treated as error - no 'object' file generated
..\src\mdiowingraph.c(746): 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.
..\src\mdiowingraph.c(752): 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.
..\src\mdiowingraph.c(753): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mdiowingraph.c(775): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mdiowingraph.c(779): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
mdiowintext.c
..\src\mdiowintext.c(33): fatal error C1083: Cannot open include file: 'edtext.h': No such file or directory
mdiowintop.c
mio.c
..\src\mio.c(402): error C2220: warning treated as error - no 'object' file generated
..\src\mio.c(402): 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.
..\src\mio.c(403): 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.
..\src\mio.c(406): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(407): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(411): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(412): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(501): 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.
..\src\mio.c(549): 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.
..\src\mio.c(575): 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.
..\src\mio.c(578): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(579): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(580): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(614): 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.
..\src\mio.c(615): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(652): 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.
..\src\mio.c(667): 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.
..\src\mio.c(668): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(699): 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.
..\src\mio.c(700): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(750): 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.
..\src\mio.c(751): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(869): 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.
..\src\mio.c(870): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(889): 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.
..\src\mio.c(892): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(894): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(897): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(901): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(1182): 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.
..\src\mio.c(2077): 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.
..\src\mio.c(2078): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2079): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2080): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2081): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2082): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2083): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2084): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(2087): 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.
..\src\mio.c(2585): 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.
..\src\mio.c(2586): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(3138): 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.
..\src\mio.c(3173): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mio.c(3203): 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.
..\src\mio.c(3388): 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.
mioconfig.c
miocrypto.c
miodir.c
miodlg.c
miodraw.c
mioerror.c
..\src\mioerror.c(211): error C2220: warning treated as error - no 'object' file generated
..\src\mioerror.c(211): 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.
..\src\mioerror.c(235): 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.
..\src\mioerror.c(274): 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.
..\src\mioerror.c(317): 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.
miofile.c
..\src\miofile.c(269): error C2220: warning treated as error - no 'object' file generated
..\src\miofile.c(269): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miofile.c(294): 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.
..\src\miofile.c(310): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miofile.c(420): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(435): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(505): 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.
..\src\miofile.c(507): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(519): 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.
..\src\miofile.c(523): 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.
..\src\miofile.c(527): 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.
..\src\miofile.c(528): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(532): 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.
..\src\miofile.c(533): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(553): 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.
..\src\miofile.c(567): 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.
..\src\miofile.c(597): 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.
..\src\miofile.c(660): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miofile.c(777): 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.
..\src\miofile.c(788): 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.
..\src\miofile.c(792): 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.
..\src\miofile.c(823): 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.
..\src\miofile.c(919): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miofile.c(976): 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.
..\src\miofile.c(1001): 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.
..\src\miofile.c(1011): 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.
..\src\miofile.c(1012): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
miofont.c
..\src\miofont.c(154): error C2220: warning treated as error - no 'object' file generated
..\src\miofont.c(154): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miofont.c(360): 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.
miogui.c
miojoy.c
miolexer.c
..\src\miolexer.c(248): error C2220: warning treated as error - no 'object' file generated
..\src\miolexer.c(248): 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.
..\src\miolexer.c(412): 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.
x:\dev\turing\src\miolexscan.in(116): 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.
x:\dev\turing\src\miolexscan.in(330): 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.
x:\dev\turing\src\miolexscan.in(418): 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.
x:\dev\turing\src\miolexscan.in(605): 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.
x:\dev\turing\src\miolexscan.in(878): 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.
x:\dev\turing\src\miolexread.in(139): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(148): 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.
x:\dev\turing\src\miolexread.in(150): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(153): 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.
x:\dev\turing\src\miolexread.in(179): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(180): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(222): 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.
x:\dev\turing\src\miolexread.in(247): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
x:\dev\turing\src\miolexread.in(288): 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.
x:\dev\turing\src\miolexread.in(303): 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.
x:\dev\turing\src\miolexread.in(335): 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.
x:\dev\turing\src\miolexread.in(368): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(369): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
x:\dev\turing\src\miolexread.in(396): 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.
x:\dev\turing\src\miolexread.in(468): 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.
miomouse.c
miomusic.c
mionet.c
..\src\mionet.c(943): error C2220: warning treated as error - no 'object' file generated
..\src\mionet.c(943): 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.
..\src\mionet.c(1002): 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.
..\src\mionet.c(1008): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\mionet.c(1017): 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.
..\src\mionet.c(1071): 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.
..\src\mionet.c(1076): 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.
..\src\mionet.c(1082): 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.
Generating Code...
Compiling...
miopc.c
miopic.c
miorgb.c
miosprite.c
miosys.c
..\src\miosys.c(103): error C2220: warning treated as error - no 'object' file generated
..\src\miosys.c(103): 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.
miotext.c
miotime.c
..\src\miotime.c(221): error C2220: warning treated as error - no 'object' file generated
..\src\miotime.c(221): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
..\src\miotime.c(240): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
..\src\miotime.c(263): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
..\src\miotime.c(319): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
mioview.c
miowin.c
..\src\miowin.c(609): error C2220: warning treated as error - no 'object' file generated
..\src\miowin.c(609): 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.
..\src\miowin.c(610): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(611): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(1292): 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.
..\src\miowin.c(1293): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(1621): 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.
..\src\miowin.c(1845): 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.
..\src\miowin.c(1848): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(1852): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(1856): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowin.c(1860): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
miowindlg.c
miowindow.c
..\src\miowindow.c(266): error C2220: warning treated as error - no 'object' file generated
..\src\miowindow.c(266): 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.
..\src\miowindow.c(537): 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.
..\src\miowindow.c(647): 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.
miowingraph.c
miowintext.c
..\src\miowintext.c(35): fatal error C1083: Cannot open include file: 'edtext.h': No such file or directory
miowrapper.c
..\src\miowrapper.c(1244): error C2220: warning treated as error - no 'object' file generated
..\src\miowrapper.c(1244): 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.
..\src\miowrapper.c(1245): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1246): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1258): 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.
..\src\miowrapper.c(1259): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1260): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1261): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1262): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\miowrapper.c(1871): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miowrapper.c(1938): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miowrapper.c(1975): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\miowrapper.c(2014): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
Generating Code...
------ Build started: Project: JPEG, Configuration: Release Win32 ------
jcapimin.c
jcapistd.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcomapi.c
jcparam.c
jcphuff.c
jcprepct.c
jcsample.c
jctrans.c
jdapimin.c
jdapistd.c
jdatadst.c
jdatasrc.c
Generating Code...
Compiling...
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdphuff.c
jdpostct.c
jdsample.c
jdtrans.c
jerror.c
..\src\jpeg-6b\jerror.c(193): 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 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
..\src\jpeg-6b\jerror.c(199): 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 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
jidctfst.c
jidctint.c
Generating Code...
Compiling...
jidctred.c
jmemmgr.c
..\src\jpeg-6b\jmemmgr.c(1106): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\src\jpeg-6b\jmemmgr.c(1109): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
jmemnobs.c
jquant1.c
jquant2.c
jutils.c
Generating Code...
JPEG.vcxproj -> X:\dev\turing\vc projects\.\Release\JPEG.lib
------ Build started: Project: Interpreter, Configuration: Release Win32 ------
debug.c
..\src\debug.c(423): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\debug.c(619): warning C4013: 'TL_TLB_TLBFRU' undefined; assuming extern returning int
..\src\debug.c(641): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\debug.c(840): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\debug.c(1014): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\debug.c(1066): warning C4101: 'TL_dummy' : unreferenced local variable
error.c
..\src\error.c(322): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\error.c(416): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\error.c(484): warning C4013: 'TL_TLB_TLBFRU' undefined; assuming extern returning int
..\src\error.c(498): warning C4101: 'TL_dummy' : unreferenced local variable
language.c
..\src\language.c(635): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\language.c(643): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\language.c(644): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\language.c(652): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\language.c(737): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\language.c(1004): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\language.c(1020): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
..\src\language.c(1049): warning C4013: 'TL_TLI_TLIWR' undefined; assuming extern returning int
..\src\language.c(1031): warning C4101: 'success' : unreferenced local variable
..\src\language.c(1200): warning C4391: 'void memset()' : incorrect return type for intrinsic function, expected 'void'
..\src\language.c(1435): warning C4013: 'Language_UnitManager' undefined; assuming extern returning int
..\src\language.c(1436): warning C4013: 'Language_ErrorModule' undefined; assuming extern returning int
..\src\language.c(1450): warning C4013: 'TL_TLA_TLAIMX' undefined; assuming extern returning int
..\src\language.c(1492): warning C4013: 'Language_DebugModule' undefined; assuming extern returning int
..\src\language.c(1493): warning C4013: 'Language_Compile' undefined; assuming extern returning int
..\src\language.c(1494): warning C4013: 'Language_Execute' undefined; assuming extern returning int
..\src\language.c(1503): warning C4013: 'Paragrapher' undefined; assuming extern returning int
..\src\language.c(1409): warning C4101: 'TL_dummy' : unreferenced local variable
paraoot.c
..\src\paraoot.c(45): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\paraoot.c(54): warning C4391: 'void memcpy()' : incorrect return type for intrinsic function, expected 'void'
..\src\paraoot.c(401): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\paraoot.c(990): warning C4013: 'TL_TLS_TLSBXS' undefined; assuming extern returning int
..\src\paraoot.c(1604): warning C4047: '=' : 'Paragrapher_CString (*)' differs in levels of indirection from 'char *'
..\src\paraoot.c(1636): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\paraoot.c(1713): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\paraoot.c(1725): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\paraoot.c(1755): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\paraoot.c(1768): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\paraoot.c(2373): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\paraoot.c(2443): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
..\src\paraoot.c(2459): warning C4101: 'TL_dummy' : unreferenced local variable
unitman.c
..\src\unitman.c(358): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\unitman.c(617): warning C4013: 'TL_TLS_TLSBXS' undefined; assuming extern returning int
..\src\unitman.c(624): warning C4013: 'TL_TLS_TLSBSS' undefined; assuming extern returning int
..\src\unitman.c(1324): warning C4013: 'TL_TLB_TLBFRU' undefined; assuming extern returning int
..\src\unitman.c(1874): warning C4101: 'TL_dummy' : unreferenced local variable
Generating Code...
Interpreter.vcxproj -> X:\dev\turing\vc projects\.\Release\Interpreter.lib
------ Build started: Project: Coder, Configuration: Release Win32 ------
alloc.c
..\src\alloc.c(775): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\alloc.c(2021): warning C4101: 'TL_dummy' : unreferenced local variable
coder.c
..\src\coder.c(775): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\coder.c(1697): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\coder.c(1698): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\coder.c(1699): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\coder.c(1704): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\coder.c(1744): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\coder.c(1856): warning C4013: 'TL_TLI_TLIPR' undefined; assuming extern returning int
..\src\coder.c(2414): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\coder.c(2470): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\coder.c(2476): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\coder.c(2659): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\coder.c(2665): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\coder.c(2702): warning C4013: 'TL_TLI_TLIPF' undefined; assuming extern returning int
..\src\coder.c(2712): warning C4244: '=' : conversion from 'TLreal8' to 'TLreal4', possible loss of data
..\src\coder.c(3995): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\coder.c(4020): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\coder.c(4161): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\coder.c(4302): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\coder.c(4302): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\coder.c(4401): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\coder.c(7413): warning C4013: 'TL_TLS_TLSCXX' undefined; assuming extern returning int
..\src\coder.c(9448): warning C4013: 'TL_TLI_TLITL' undefined; assuming extern returning int
..\src\coder.c(9516): warning C4013: 'TL_TLI_TLISK' undefined; assuming extern returning int
..\src\coder.c(10712): warning C4047: '=' : 'TLstring (*)' differs in levels of indirection from 'TLaddressint'
..\src\coder.c(10821): warning C4013: 'TL_TLI_TLICL' undefined; assuming extern returning int
..\src\coder.c(10824): warning C4013: 'TL_TLI_TLIOF' undefined; assuming extern returning int
..\src\coder.c(11069): warning C4013: 'TL_TLB_TLBFRU' undefined; assuming extern returning int
..\src\coder.c(11371): warning C4013: 'TL_TLI_TLIWR' undefined; assuming extern returning int
..\src\coder.c(11497): warning C4047: '=' : 'Language_Offset' differs in levels of indirection from 'TLaddressint'
..\src\coder.c(11520): warning C4047: '=' : 'Language_Offset' differs in levels of indirection from 'TLaddressint'
..\src\coder.c(11698): warning C4047: '=' : 'Language_Offset' differs in levels of indirection from 'TLaddressint'
..\src\coder.c(11775): warning C4013: 'Language_Compile_Coder_Alloc' undefined; assuming extern returning int
..\src\coder.c(11741): warning C4101: 'TL_dummy' : unreferenced local variable
lookup.c
Generating Code...
x:\dev\turing\src\coder.c(2931): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x50E27B90:0x00000008]', line 183)
To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
------ Build started: Project: FileManager, Configuration: Release Win32 ------
fileio.c
..\src\fileio.c(65): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(312) : see declaration of 'open'
..\src\fileio.c(73): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
..\src\fileio.c(78): warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(313) : see declaration of 'read'
..\src\fileio.c(80): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
..\src\fileio.c(87): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
..\src\fileio.c(213): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(212) : see declaration of 'unlink'
..\src\fileio.c(270): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\src\fileio.c(274): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\src\fileio.c(277): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\src\fileio.c(283): 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.
..\src\fileio.c(527): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
fileman.c
..\src\fileman.c(222): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\fileman.c(223): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\fileman.c(254): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\fileman.c(299): warning C4244: '=' : conversion from 'TLint4' to 'FileManager_FileNoType', possible loss of data
..\src\fileman.c(378): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\fileman.c(390): warning C4013: 'TL_TLS_TLSBXS' undefined; assuming extern returning int
..\src\fileman.c(546): warning C4013: 'TL_TLA_TLAIMN' undefined; assuming extern returning int
..\src\fileman.c(642): warning C4013: 'TL_TLS_TLSBS' undefined; assuming extern returning int
..\src\fileman.c(702): warning C4018: '>=' : signed/unsigned mismatch
..\src\fileman.c(706): warning C4018: '>' : signed/unsigned mismatch
..\src\fileman.c(1079): warning C4244: '=' : conversion from 'TLint4' to 'FileManager_FileNoType', possible loss of data
..\src\fileman.c(2909): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\fileman.c(2910): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\fileman.c(2911): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\fileman.c(2923): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\fileman.c(2927): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\fileman.c(2983): warning C4101: 'TL_dummy' : unreferenced local variable
Generating Code...
FileManager.vcxproj -> X:\dev\turing\vc projects\.\Release\FileManager.lib
------ Build started: Project: Executor, Configuration: Release Win32 ------
event.c
..\src\event.c(435): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
execute.c
..\src\execute.c(481): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\execute.c(497): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\execute.c(641): warning C4101: 'TL_dummy' : unreferenced local variable
..\src\execute.c(958): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\execute.c(1030): warning C4013: 'TL_TLI_TLICL' undefined; assuming extern returning int
..\src\execute.c(1044): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\execute.c(1081): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\execute.c(1257): warning C4013: 'TL_TLB_TLBFRU' undefined; assuming extern returning int
..\src\execute.c(1409): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\execute.c(1705): warning C4013: 'TL_TLA_TLAIMN' undefined; assuming extern returning int
..\src\execute.c(1729): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\execute.c(1745): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
..\src\execute.c(1810): warning C4013: 'TL_TLI_TLIOP' undefined; assuming extern returning int
..\src\execute.c(1914): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\execute.c(1995): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\execute.c(2014): warning C4013: 'TL_TLI_TLIPF' undefined; assuming extern returning int
..\src\execute.c(2023): warning C4013: 'TL_TLI_TLIPE' undefined; assuming extern returning int
..\src\execute.c(2032): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\execute.c(2059): warning C4013: 'TL_TLI_TLIPR' undefined; assuming extern returning int
..\src\execute.c(2096): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\execute.c(2310): warning C4013: 'TL_TLI_TLIGS' undefined; assuming extern returning int
..\src\execute.c(2414): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\execute.c(2420): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\execute.c(2474): warning C4013: 'TL_TLI_TLIGI' undefined; assuming extern returning int
..\src\execute.c(2506): warning C4013: 'TL_TLI_TLIGN' undefined; assuming extern returning int
..\src\execute.c(2536): warning C4013: 'TL_TLI_TLIGR' undefined; assuming extern returning int
..\src\execute.c(2552): warning C4013: 'TL_TLI_TLIGK' undefined; assuming extern returning int
..\src\execute.c(2560): warning C4013: 'TL_TLI_TLIGSS' undefined; assuming extern returning int
..\src\execute.c(2586): warning C4013: 'TL_TLI_TLIGSW' undefined; assuming extern returning int
..\src\execute.c(2631): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\execute.c(2637): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\execute.c(2706): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\execute.c(2845): warning C4013: 'TL_TLI_TLISSS' undefined; assuming extern returning int
..\src\execute.c(2846): warning C4013: 'TL_TLI_TLIRER' undefined; assuming extern returning int
..\src\execute.c(3086): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat1', possible loss of data
..\src\execute.c(3194): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\execute.c(3220): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\execute.c(3222): warning C4244: '=' : conversion from 'TLint4' to 'TLint1', possible loss of data
..\src\execute.c(3225): warning C4244: '=' : conversion from 'TLint4' to 'TLnat2', possible loss of data
..\src\execute.c(3235): warning C4013: 'TL_TLB_TLBNWU' undefined; assuming extern returning int
..\src\execute.c(3678): warning C4013: 'Language_Execute_Heap' undefined; assuming extern returning int
..\src\execute.c(3679): warning C4013: 'MIO' undefined; assuming extern returning int
..\src\execute.c(3712): warning C4013: 'Language_Execute_Kernel' undefined; assuming extern returning int
..\src\execute.c(3713): warning C4013: 'Math' undefined; assuming extern returning int
..\src\execute.c(3714): warning C4013: 'String' undefined; assuming extern returning int
..\src\execute.c(3715): warning C4013: 'Language_Execute_System' undefined; assuming extern returning int
..\src\execute.c(3716): warning C4013: 'Limits' undefined; assuming extern returning int
..\src\execute.c(3717): warning C4013: 'Language_Execute_Graphics' undefined; assuming extern returning int
..\src\execute.c(3718): warning C4013: 'Language_Execute_Event' undefined; assuming extern returning int
..\src\execute.c(3719): warning C4013: 'MT' undefined; assuming extern returning int
..\src\execute.c(3720): warning C4013: 'Star' undefined; assuming extern returning int
..\src\execute.c(3671): warning C4101: 'TL_dummy' : unreferenced local variable
graphics.c
..\src\graphics.c(435): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\graphics.c(981): warning C4018: '<' : signed/unsigned mismatch
heap.c
..\src\heap.c(464): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\heap.c(847): warning C4101: 'TL_dummy' : unreferenced local variable
kernel.c
..\src\kernel.c(466): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\kernel.c(1173): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\kernel.c(1559): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat2', possible loss of data
..\src\kernel.c(1817): warning C4101: 'TL_dummy' : unreferenced local variable
limits.c
math.c
mt.c
..\src\mt.c(106): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(110): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\mt.c(126): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(146): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(166): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(186): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(235): warning C4047: '=' : 'MT___x576 (*)' differs in levels of indirection from 'MT_StrRegs **'
..\src\mt.c(237): warning C4047: '=' : 'MT___x577 (*)' differs in levels of indirection from 'TLnat4 *'
..\src\mt.c(250): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(268): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(287): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(302): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(317): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(332): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(347): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(367): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(385): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(399): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(419): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(437): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(451): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(471): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(486): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(504): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(523): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(538): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(556): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(574): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(589): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(604): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(619): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(634): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(653): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(672): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(691): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(710): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(729): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(749): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(768): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(789): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(804): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(828): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(855): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(874): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(889): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(911): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(931): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(946): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(968): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(983): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(997): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1017): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1035): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1049): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1068): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1083): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1097): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1117): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1135): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1149): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1168): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1183): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1197): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1217): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1232): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1246): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1266): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1281): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1295): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1315): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1330): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1344): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1364): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1379): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1394): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1410): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1431): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1446): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1461): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1477): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1498): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1513): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1528): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1544): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1565): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1580): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1595): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1611): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1632): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1647): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1663): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1686): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1709): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1753): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1780): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1799): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\mt.c(1822): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1844): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1867): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1894): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1926): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1941): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1955): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(1985): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2017): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2038): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2052): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2082): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2097): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2137): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2168): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2183): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2198): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2223): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\mt.c(2230): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2260): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2275): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2288): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\mt.c(2315): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2336): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2351): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2366): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2382): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2423): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2438): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2453): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2469): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2513): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2528): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2538): warning C4047: '=' : 'TLstring (*)' differs in levels of indirection from 'char *'
..\src\mt.c(2552): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2592): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2627): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2642): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2674): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2694): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2708): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2738): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2753): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2767): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2807): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2822): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2862): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2883): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2915): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2935): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2949): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(2986): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3001): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3011): warning C4047: '=' : 'TLstring (*)' differs in levels of indirection from 'char *'
..\src\mt.c(3013): warning C4018: '>=' : signed/unsigned mismatch
..\src\mt.c(3029): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3064): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3079): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3094): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3121): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3157): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3172): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3186): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3201): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(3221): warning C4047: '=' : 'MT_PageInfo *' differs in levels of indirection from 'unsigned long'
..\src\mt.c(213): warning C4101: 'ch' : unreferenced local variable
run.c
..\src\run.c(440): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
..\src\run.c(954): warning C4013: 'TL_TLE_TLEHE' undefined; assuming extern returning int
..\src\run.c(956): warning C4013: 'TL_TLE_TLEQUIT' undefined; assuming extern returning int
..\src\run.c(981): warning C4013: 'TL_TLI_TLISS' undefined; assuming extern returning int
..\src\run.c(982): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\run.c(985): warning C4013: 'TL_TLI_TLIPN' undefined; assuming extern returning int
..\src\run.c(991): warning C4013: 'TL_TLI_TLIPI' undefined; assuming extern returning int
..\src\run.c(1031): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\run.c(1272): warning C4018: '<' : signed/unsigned mismatch
..\src\run.c(1284): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\run.c(1396): warning C4018: '>' : signed/unsigned mismatch
..\src\run.c(1420): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(1431): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(1444): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\run.c(1457): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\run.c(1470): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\run.c(1483): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\run.c(1530): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat1', possible loss of data
..\src\run.c(1543): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat1', possible loss of data
..\src\run.c(1556): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat2', possible loss of data
..\src\run.c(1569): warning C4244: '=' : conversion from 'TLnat4' to 'TLnat2', possible loss of data
..\src\run.c(1591): warning C4391: 'void memcpy()' : incorrect return type for intrinsic function, expected 'void'
..\src\run.c(1644): warning C4244: '=' : conversion from 'TLreal8' to 'TLreal4', possible loss of data
..\src\run.c(1650): warning C4244: '=' : conversion from 'TLreal8' to 'TLreal4', possible loss of data
..\src\run.c(1920): warning C4391: 'void memset()' : incorrect return type for intrinsic function, expected 'void'
..\src\run.c(1979): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(2088): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(2092): warning C4047: '=' : 'TLint4' differs in levels of indirection from 'TLaddressint'
..\src\run.c(2172): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(2172): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(2811): warning C4013: 'TL_TLA_TLAIMX' undefined; assuming extern returning int
..\src\run.c(2823): warning C4013: 'TL_TLA_TLAIMN' undefined; assuming extern returning int
..\src\run.c(2948): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(3095): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(3395): warning C4013: 'TL_TLI_TLISK' undefined; assuming extern returning int
..\src\run.c(3416): warning C4013: 'TL_TLI_TLISKE' undefined; assuming extern returning int
..\src\run.c(3689): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\run.c(3746): warning C4013: 'TL_TLS_TLSBXX' undefined; assuming extern returning int
..\src\run.c(3802): warning C4244: '=' : conversion from 'TLint4' to 'char', possible loss of data
..\src\run.c(3807): warning C4244: '=' : conversion from 'TLint4' to 'TLint2', possible loss of data
..\src\run.c(3839): warning C4013: 'TL_TLI_TLITL' undefined; assuming extern returning int
..\src\run.c(3900): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(3906): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(3907): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\src\run.c(3964): warning C4013: 'TL_TLI_TLISSS' undefined; assuming extern returning int
..\src\run.c(3965): warning C4013: 'TL_TLI_TLIWRR' undefined; assuming extern returning int
..\src\run.c(4022): warning C4047: '=' : 'Language_Execute_HandlerArea *' differs in levels of indirection from 'unsigned long'
..\src\run.c(4201): warning C4244: '=' : conversion from 'TLint4' to 'TLnat1', possible loss of data
..\src\run.c(4247): warning C4244: '=' : conversion from 'TLint4' to 'TLnat1', possible loss of data
..\src\run.c(4429): warning C4018: '>' : signed/unsigned mismatch
..\src\run.c(4443): warning C4047: '=' : 'Language_Execute_ProcessDescriptor *' differs in levels of indirection from 'unsigned long'
..\src\run.c(5078): warning C4013: 'TL_TLE_TLEHX' undefined; assuming extern returning int
star.c
..\src\star.c(116): warning C4013: 'TL_TLS_TLSBX' undefined; assuming extern returning int
..\src\star.c(134): warning C4013: 'TL_TLI_TLISSS' undefined; assuming extern returning int
..\src\star.c(135): warning C4013: 'TL_TLI_TLIRER' undefined; assuming extern returning int
..\src\star.c(144): warning C4018: '>' : signed/unsigned mismatch
..\src\star.c(167): warning C4013: 'TL_TLI_TLIOF' undefined; assuming extern returning int
..\src\star.c(171): warning C4013: 'TL_TLS_TLSCAT' undefined; assuming extern returning int
..\src\star.c(172): warning C4013: 'TL_TLI_TLISSO' undefined; assuming extern returning int
..\src\star.c(173): warning C4013: 'TL_TLI_TLIPS' undefined; assuming extern returning int
..\src\star.c(174): warning C4013: 'TL_TLI_TLIPK' undefined; assuming extern returning int
..\src\star.c(196): warning C4013: 'TL_TLI_TLICL' undefined; assuming extern returning int
..\src\star.c(220): warning C4013: 'TL_TLS_TLSBXS' undefined; assuming extern returning int
..\src\star.c(237): warning C4013: 'TL_TLS_TLSCTA' undefined; assuming extern returning int
..\src\star.c(452): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'Star_symbolPtr'
..\src\star.c(462): warning C4047: '=' : 'TLnat4' differs in levels of indirection from 'Star_symbolPtr'
string.c
..\src\string.c(34): warning C4013: 'TL_TLS_TLSVFS' undefined; assuming extern returning int
system.c
..\src\system.c(435): warning C4391: 'void strcpy()' : incorrect return type for intrinsic function, expected 'char'
Generating Code...
x:\dev\turing\src\system.c(966): fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x50E27B90:0x00000008]', line 183)
To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
------ Build started: Project: Editor, Configuration: Release Win32 ------
ed.c
..\..\ready\src\ed.c(197): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\ed.c(197): 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.
..\..\ready\src\ed.c(928): 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.
..\..\ready\src\ed.c(930): 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.
..\..\ready\src\ed.c(1652): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\ed.c(1662): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\ed.c(1668): 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.
..\..\ready\src\ed.c(1669): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
..\..\ready\src\ed.c(1705): 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.
..\..\ready\src\ed.c(1762): 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.
edbbar.c
edcrash.c
..\..\ready\src\edcrash.c(254): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edcrash.c(254): 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.
..\..\ready\src\edcrash.c(257): 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.
..\..\ready\src\edcrash.c(260): 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.
..\..\ready\src\edcrash.c(263): 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.
..\..\ready\src\edcrash.c(266): 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.
..\..\ready\src\edcrash.c(269): 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.
..\..\ready\src\edcrash.c(272): 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.
..\..\ready\src\edcrash.c(275): 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.
..\..\ready\src\edcrash.c(278): 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.
..\..\ready\src\edcrash.c(281): 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.
..\..\ready\src\edcrash.c(284): 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.
..\..\ready\src\edcrash.c(287): 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.
..\..\ready\src\edcrash.c(290): 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.
..\..\ready\src\edcrash.c(293): 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.
..\..\ready\src\edcrash.c(296): 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.
..\..\ready\src\edcrash.c(299): 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.
..\..\ready\src\edcrash.c(302): 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.
..\..\ready\src\edcrash.c(305): 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.
..\..\ready\src\edcrash.c(308): 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.
..\..\ready\src\edcrash.c(311): 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.
..\..\ready\src\edcrash.c(314): 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.
..\..\ready\src\edcrash.c(317): 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.
..\..\ready\src\edcrash.c(556): 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.
..\..\ready\src\edcrash.c(562): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edcrash.c(709): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(889): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(891): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(898): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(903): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(905): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(911): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(918): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(926): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edcrash.c(934): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
eddde.c
eddisp.c
..\..\ready\src\eddisp.c(1017): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\eddisp.c(1017): 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.
..\..\ready\src\eddisp.c(1043): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(2425): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(2444): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(2448): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(2453): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(3378): 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.
..\..\ready\src\eddisp.c(3916): 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.
..\..\ready\src\eddisp.c(3917): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(3921): 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.
..\..\ready\src\eddisp.c(3922): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(3930): 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.
..\..\ready\src\eddisp.c(3932): 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.
..\..\ready\src\eddisp.c(3996): 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.
..\..\ready\src\eddisp.c(4013): 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.
..\..\ready\src\eddisp.c(4042): 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.
..\..\ready\src\eddisp.c(4054): 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.
..\..\ready\src\eddisp.c(4149): 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.
..\..\ready\src\eddisp.c(4157): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(4159): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(4168): 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.
..\..\ready\src\eddisp.c(4990): 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.
..\..\ready\src\eddisp.c(5525): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(5554): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(5714): 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.
..\..\ready\src\eddisp.c(5721): 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.
..\..\ready\src\eddisp.c(5723): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(5735): 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.
..\..\ready\src\eddisp.c(6034): 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.
..\..\ready\src\eddisp.c(6035): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(6043): 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.
..\..\ready\src\eddisp.c(6047): 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.
..\..\ready\src\eddisp.c(6055): 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.
..\..\ready\src\eddisp.c(6065): 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.
..\..\ready\src\eddisp.c(6069): 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.
..\..\ready\src\eddisp.c(6103): 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.
..\..\ready\src\eddisp.c(6120): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(6151): 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.
..\..\ready\src\eddisp.c(6208): 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.
..\..\ready\src\eddisp.c(7689): 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.
..\..\ready\src\eddisp.c(7690): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(7694): 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.
..\..\ready\src\eddisp.c(7695): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(7703): 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.
..\..\ready\src\eddisp.c(7705): 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.
..\..\ready\src\eddisp.c(7720): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\eddisp.c(7725): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
ederr.c
..\..\ready\src\ederr.c(131): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\ederr.c(131): 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.
..\..\ready\src\ederr.c(147): 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.
..\..\ready\src\ederr.c(174): 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.
..\..\ready\src\ederr.c(214): 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.
edfail.c
..\..\ready\src\edfail.c(198): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edfail.c(198): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(226): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(234): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(274): 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.
..\..\ready\src\edfail.c(318): 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.
..\..\ready\src\edfail.c(608): 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.
..\..\ready\src\edfail.c(609): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(620): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(630): 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.
..\..\ready\src\edfail.c(678): 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.
..\..\ready\src\edfail.c(684): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edfail.c(740): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(741): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(744): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(748): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(749): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(750): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(794): 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.
..\..\ready\src\edfail.c(804): 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.
..\..\ready\src\edfail.c(805): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(813): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(842): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(864): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(873): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(880): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfail.c(1252): 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.
edfalse.c
edfile.c
..\..\ready\src\edfile.c(223): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edfile.c(223): 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.
..\..\ready\src\edfile.c(231): 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.
..\..\ready\src\edfile.c(241): 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.
..\..\ready\src\edfile.c(264): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(271): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(274): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(296): 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.
..\..\ready\src\edfile.c(305): 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.
..\..\ready\src\edfile.c(313): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(355): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(398): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edfile.c(484): 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.
..\..\ready\src\edfile.c(519): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(532): 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.
..\..\ready\src\edfile.c(556): 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.
..\..\ready\src\edfile.c(560): 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.
..\..\ready\src\edfile.c(567): 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.
..\..\ready\src\edfile.c(703): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(765): 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.
..\..\ready\src\edfile.c(1692): 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.
..\..\ready\src\edfile.c(1703): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edfile.c(1708): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edfile.c(1828): 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.
..\..\ready\src\edfile.c(1830): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edfile.c(1832): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edfile.c(1837): 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.
..\..\ready\src\edfile.c(1838): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edglob.c
..\..\ready\src\edglob.c(114): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edglob.c(114): 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.
..\..\ready\src\edglob.c(124): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edglob.c(131): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edglob.c(234): 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.
..\..\ready\src\edglob.c(306): 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.
edgui.c
..\..\ready\src\edgui.c(316): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edgui.c(316): 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.
..\..\ready\src\edgui.c(1168): 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.
..\..\ready\src\edgui.c(1180): 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.
..\..\ready\src\edgui.c(1331): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edgui.c(1362): 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.
..\..\ready\src\edgui.c(1475): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edgui.c(1489): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
edint.c
edjava.c
..\..\ready\src\edjava.c(549): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edjava.c(549): 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.
..\..\ready\src\edjava.c(1492): 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.
..\..\ready\src\edjava.c(1555): 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.
..\..\ready\src\edjava.c(1571): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1572): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1579): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1588): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1610): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1660): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1668): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1675): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1685): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1716): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1734): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(1813): 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.
..\..\ready\src\edjava.c(2049): 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.
..\..\ready\src\edjava.c(2062): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(2073): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edjava.c(2263): 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.
..\..\ready\src\edjava.c(2272): 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.
..\..\ready\src\edjava.c(2276): 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.
edlog.c
..\..\ready\src\edlog.c(472): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edlog.c(472): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(478): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(480): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(486): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(488): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(556): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(558): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(569): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\..\ready\src\edlog.c(570): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
..\..\ready\src\edlog.c(591): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edlog.c(593): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edmenu.c
..\..\ready\src\edmenu.c(706): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edmenu.c(706): 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.
..\..\ready\src\edmenu.c(763): 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.
edprint.c
..\..\ready\src\edprint.c(442): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edprint.c(442): 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.
..\..\ready\src\edprint.c(443): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(447): 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.
..\..\ready\src\edprint.c(459): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(469): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(470): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(816): 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.
..\..\ready\src\edprint.c(817): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(821): 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.
..\..\ready\src\edprint.c(829): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(830): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprint.c(1337): 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.
edprog.c
..\..\ready\src\edprog.c(177): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edprog.c(177): 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.
..\..\ready\src\edprog.c(198): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edprog.c(270): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
edprop.c
..\..\ready\src\edprop.c(2548): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edprop.c(2548): 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.
..\..\ready\src\edprop.c(2569): 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.
..\..\ready\src\edprop.c(2574): 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.
..\..\ready\src\edprop.c(2577): 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.
..\..\ready\src\edprop.c(2711): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
..\..\ready\src\edprop.c(2776): 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 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
..\..\ready\src\edprop.c(2802): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edprop.c(2912): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edprop.c(2966): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edprop.c(2988): 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.
..\..\ready\src\edprop.c(3071): 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.
..\..\ready\src\edprop.c(3151): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edrec.c
..\..\ready\src\edrec.c(153): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edrec.c(153): 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.
..\..\ready\src\edrec.c(372): 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.
edreg.c
..\..\ready\src\edreg.c(334): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edreg.c(334): 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.
..\..\ready\src\edreg.c(338): 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.
..\..\ready\src\edreg.c(592): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edreg.c(625): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edreg.c(1027): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edreg.c(1054): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
Generating Code...
Compiling...
edrun.c
..\src\edrun.c(231): error C2220: warning treated as error - no 'object' file generated
..\src\edrun.c(231): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(244): 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.
..\src\edrun.c(377): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(379): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(383): 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.
..\src\edrun.c(389): 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.
..\src\edrun.c(396): 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.
..\src\edrun.c(398): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\edrun.c(795): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\edrun.c(1030): 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.
..\src\edrun.c(1821): 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.
..\src\edrun.c(1826): 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.
..\src\edrun.c(1876): 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.
..\src\edrun.c(1879): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(1881): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(1898): 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.
..\src\edrun.c(1940): 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.
..\src\edrun.c(1943): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(1945): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(1948): 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.
..\src\edrun.c(1951): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(1953): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2374): 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.
..\src\edrun.c(2384): 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.
..\src\edrun.c(2399): 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.
..\src\edrun.c(2415): 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.
..\src\edrun.c(2855): 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.
..\src\edrun.c(2858): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2860): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2863): 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.
..\src\edrun.c(2866): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2868): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2871): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2938): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2940): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\src\edrun.c(2944): 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.
..\src\edrun.c(2947): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\edrun.c(3095): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\src\edrun.c(3233): 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.
..\src\edrun.c(3234): 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.
..\src\edrun.c(3235): 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.
..\src\edrun.c(3236): 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.
..\src\edrun.c(3285): 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.
edsearch.c
..\..\ready\src\edsearch.c(194): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edsearch.c(194): 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.
..\..\ready\src\edsearch.c(429): 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.
..\..\ready\src\edsearch.c(464): 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.
edsplash.c
..\..\ready\src\edsplash.c(984): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edsplash.c(984): 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.
..\..\ready\src\edsplash.c(985): warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
..\..\ready\src\edsplash.c(989): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edsplash.c(990): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edsplash.c(991): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edsplash.c(1008): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edsplash.c(1023): 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.
..\..\ready\src\edsplash.c(1024): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edstat.c
..\..\ready\src\edstat.c(1025): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edstat.c(1025): 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.
edtext.c
..\..\ready\src\edtext.c(3556): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edtext.c(3556): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtext.c(3991): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtext.c(4847): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtext.c(4862): 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.
..\..\ready\src\edtext.c(4868): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edtext.c(4893): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtext.c(4895): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edtext.c(4903): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edtext.c(4904): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edtext.c(4905): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edtext.c(4909): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edtur.c
..\..\ready\src\edtur.c(222): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edtur.c(222): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
..\..\ready\src\edtur.c(224): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
..\..\ready\src\edtur.c(614): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtur.c(642): 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.
..\..\ready\src\edtur.c(1133): 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 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
..\..\ready\src\edtur.c(1135): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
edwin.c
..\..\ready\src\edwin.c(963): error C2220: warning treated as error - no 'object' file generated
..\..\ready\src\edwin.c(963): 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.
..\..\ready\src\edwin.c(978): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(999): 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.
..\..\ready\src\edwin.c(1009): 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.
..\..\ready\src\edwin.c(1011): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(1205): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(1209): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(2042): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(2064): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(2065): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
..\..\ready\src\edwin.c(2103): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Generating Code...
------ Build started: Project: Debugger, Configuration: Release Win32 ------
dbgalloc.c
..\src\dbgalloc.c(14): fatal error C1083: Cannot open include file: 'dbgalloc.h': No such file or directory
dbgmain.c
Generating Code...
------ Build started: Project: Turing License DLL, Configuration: Release Win32 ------
lang.c
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(X:\dev\turing\vc projects\.\Release\Turing License DLL.dll) does not match the Linker's OutputFile property value (X:\dev\turing\vc projects\Release\lang.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(Turing License DLL) does not match the Linker's OutputFile property value (lang). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
Turing License DLL.vcxproj -> X:\dev\turing\vc projects\.\Release\Turing License DLL.dll
1 file(s) copied.
------ Build started: Project: Turing, Configuration: Release Win32 ------
RC : fatal error RC1110: could not open src\mio.rc
========== Build: 7 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment