Re: (no subject)
Cristian Adam <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.general |
|---|---|
| Message-ID | <[email protected]> |
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, > sahana You should disable "Basic Runtime Check" (/RTCu), for both libtheora and encoder example projects. Cheers, Cristian.