| | Compiling...
WindowsTest.cpp
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(132) : 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 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(162) : error C3861: 'ilutConvertToHBitmap': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(163) : error C3861: 'ilutGetBmpInfo': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(457) : error C3861: 'ilutSetWinClipboard': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(466) : error C3861: 'ilutGetWinClipboard': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(480) : error C3861: 'ilutGetWinClipboard': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(531) : error C3861: 'ilutWinPrint': identifier not found
c:\devilfixer\devil-1.6.8\examples\windowstest\windowstest.cpp(586) : error C3861: 'ilutWinLoadUrl': identifier not found
BatchConv.cpp
c:\devilfixer\devil-1.6.8\examples\windowstest\batchconv.cpp(60) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\direct.h(127) : see declaration of 'chdir'
c:\devilfixer\devil-1.6.8\examples\windowstest\batchconv.cpp(67) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\direct.h(127) : see declaration of 'chdir'
c:\devilfixer\devil-1.6.8\examples\windowstest\batchconv.cpp(71) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\direct.h(127) : see declaration of 'chdir'
c:\devilfixer\devil-1.6.8\examples\windowstest\batchconv.cpp(76) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(215) : see declaration of 'stricmp'
c:\devilfixer\devil-1.6.8\examples\windowstest\batchconv.cpp(157) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(215) : see declaration of 'stricmp'
Generating Code...
|