oreillymj;330970 Wrote: 
> Is the assertion not just a debug statement added to the application?
> 
> In older versions of Visual studio, debug assertions were lost when the
> project was closed, but newer versions of VS store this stuff within the
> project file. So someone has added the Assertion cbits <32 somewhere in
> the code and it's been saved with the project. "Release" compilations
> of the code shouldn't show this message.
> 
> Have I missed something here?

Yes, someone add the assertion for a reason, to catch a bug. The
assertions are not compiled in on unix or release builds on windows,
but when playing flac it sometimes skips a bit. It is a bug, and it
needs fixing.

Richard


-- 
rtitmuss
------------------------------------------------------------------------
rtitmuss's Profile: http://forums.slimdevices.com/member.php?userid=36
View this thread: http://forums.slimdevices.com/showthread.php?t=47870

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive

Reply via email to