<div class="gmail_quote">On Mon, Dec 6, 2010 at 6:45 PM, AMIT SHAH <span dir="ltr"><<a href="mailto:amitshah007@gmail.com">amitshah007@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<div> I am new to theora and I am trying to get 'encoder_example_static' to run on vc++ 2008 express edition. It compiles fine but when I hit debug button it complains about some variable "sb_full", "best_bits"...not being initialized. </div>
<div>I tried initializing them to zero but for no improvement. Please suggest me a solution. </div><div><br></div><div>Regards</div><div>Amit Shah<br clear="all"><br></div></blockquote></div><br>Go to the project settings (Alt-F7) and then to C/C++ -> Code Generation and change the "Basic Runtime Checks" from "Both (/RTC1, equiv. to /RTCsu)" to "Stack Frames (/RTCs)".<br>
<br>This should be fixed in SVN.<br><br>Cheers,<br>Cristian.<br>