| | Compiling...
prot.cpp
.\prot.cpp(571) : warning C4244: '=' : conversion from 'DWORD' to 'UCHAR', possible loss of data
Compiling...
disasm.c
.\disasm\disasm.c(74) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(147) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(529) : warning C4996: 'memicmp' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(62) : see declaration of 'memicmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _memicmp. See online help for details.'
.\disasm\disasm.c(637) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(650) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(663) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(829) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
.\disasm\disasm.c(955) : warning C4996: 'strlwr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(214) : see declaration of 'strlwr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.'
assembl.c
.\disasm\assembl.c(140) : warning C4996: 'strupr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(219) : see declaration of 'strupr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.'
.\disasm\assembl.c(703) : warning C4996: 'strupr' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(219) : see declaration of 'strupr'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.'
.\disasm\assembl.c(806) : warning C4996: 'strnicmp' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : see declaration of 'strnicmp'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.'
asmserv.c
Linking...
Creating library D:\QEP\Release\Prot.lib and object D:\QEP\Release\Prot.exp
Generating code
Finished generating code
LINK : warning LNK4199: /DELAYLOAD:OleAcc.dll ignored; no imports found from OleAcc.dll
Creating manifest...
|