hi all, I'm working on theora in v c++ 2008 express. I'm getting the following runtime error for the encoder example. Appreciate all your help. debug Error! Run-time check failure #3- the variable "sb_full" is being used without being initialised regards, sahana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100610/9708342c/attachment.htm
On 10/06/2010 22:52, SAHANA DEVARAJU wrote:> hi all, > > I'm working on theora in v c++ 2008 express. I'm getting the following > runtime error for the encoder example. > Appreciate all your help. > > debug Error! > > Run-time check failure #3- the variable "sb_full" is being used > without being initialised > > regards, > sahanaYou should disable "Basic Runtime Check" (/RTCu), for both libtheora and encoder example projects. Cheers, Cristian.