<div class="gmail_quote">On Mon, Dec 6, 2010 at 6:45 PM, AMIT SHAH <span dir="ltr">&lt;<a href="mailto:amitshah007@gmail.com">amitshah007@gmail.com</a>&gt;</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 &#39;encoder_example_static&#39; to run on vc++ 2008 express edition. It compiles fine but when I hit debug button it complains about some variable &quot;sb_full&quot;, &quot;best_bits&quot;...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++ -&gt; Code Generation and change the &quot;Basic Runtime Checks&quot; from &quot;Both (/RTC1, equiv. to /RTCsu)&quot; to &quot;Stack Frames (/RTCs)&quot;.<br>
<br>This should be fixed in SVN.<br><br>Cheers,<br>Cristian.<br>