search for: c4305

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

2000 Dec 08
7
Some scratches with beta3
Hi, I have included the oggvorbis encoding and playback stuff in the Linux-Mandrake distro back in August 2000. At that time I put the "nightly CVS" version, which worked just fine. Then on Mon Nov 27 I noticed some RPM's labelled "1.0beta3" on the website so I upgraded with these ones. Since then we have had some serious problems in encoding: approx 20% of the WAV
2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
...ad of EAFNOSUPPORT (prepend WSA... to all system error constants) \llvm\tools\clang\lib\Serialization\ASTReaderStmt.cpp(1083) : warning C4805: '==' : unsafe mix of type 'const uint64_t' and type 'bool' in operation \llvm\unittests\Support\MathExtrasTest.cpp(76) : warning C4305: 'initializing' : truncation from 'double' to 'const float' \llvm\unittests\adt\stringreftest.cpp(21) : warning C4717: 'llvm::operator<<' : recursive on all control paths, function will cause runtime stack overflow -Jochen
2013 Oct 09
2
unsigned long long suffix
share/compat.h contains the following code: /* adjust for compilers that can't understand using LLU suffix for uint64_t literals */ #ifdef _MSC_VER #define FLAC__U64L(x) x #else #define FLAC__U64L(x) x##LLU #endif I tested MSVS 2005 and indeed it doesn't support LLU suffix, but it can compile a code with ULL suffix. Also, http://gcc.gnu.org/onlinedocs/gcc/Long-Long.html mentions ?ULL?
2008 Nov 11
1
visual studio 2005 - help getting speex workin'
Hey there, I'm having trouble getting speex working with a project that uses it. For some quick background, the game Quake 3 was GPL'ed a while ago. Some programmers decided to throw it into a public svn and improve on it, called it ioquake3. One of the blokes integrated speex into ioquake3 and it works, but I have troubles getting it to compile/link properly with Visual Studio 2005. I
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I see it a lot in my test application on windows. It is non existent on my linux box. I haven't tried mingw yet. please note that I'm using visual studio 2008 w/the vcproj that Bjoern Rasmussen made for 0.5.2 (w/some file references removed) at the moment and it is giving a lot of C4554 warnings