search for: c4996

Displaying 5 results from an estimated 5 matches for "c4996".

Did you mean: 24996
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...figuration: Debug Win32 ------ 6>Deleting intermediate and output files for project 'libFLAC_dynamic', configuration 'Debug|Win32' 6>Performing Custom Build Step 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(231) : warning C4996: 'stricmp' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(213) : see declaration of 'stricmp' 5> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...9; : conversion from 'int64_t' to 'int', possible loss of data c:\Eigenes\compiler\llvm-2.0\win32\x86\X86GenRegisterInfo.inc(805) : warning C4065: switch statement contains 'default' but no 'case' labels C:\eigenes\compiler\vcc2005\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated C:\eigenes\compiler\vcc2005\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt' Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'...
2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...<math.h> It seems then to work without failures; odd. However, the deprecation warnings are not suppressed for std::_Uninit_Copy and std::_Copy_Opt (warning 4996) in xutility and memory headers respectively e.g. >C:\Program Files\Microsoft Visual Studio 8\VC\include\memory(93) : warning C4996: 'std::_Uninit_copy' was declared deprecated 5> C:\Program Files\Microsoft Visual Studio 8\VC\include\memory(82) : see declaration of 'std::_Uninit_copy' 5> Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe S...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
George, > I have been experimenting with getting LLVM to build with > MSVC8 express. > > I have succeeded in getting trunk to build and run the > Fibonacci example in release mode. I have found various minor > problems with the build system. First, it appears not to be > able to run the configure subproject commands if there is a > space in the directory path.
2007 Nov 11
2
[LLVMdev] MSVC 8 Build
Hi all, I have been experimenting with getting LLVM to build with MSVC8 express. I have succeeded in getting trunk to build and run the Fibonacci example in release mode. I have found various minor problems with the build system. First, it appears not to be able to run the configure subproject commands if there is a space in the directory path. Secondly, it fails to build different subprojects