Discussion:
run time error in vc++ 2008 express edition
AMIT SHAH
2010-12-06 17:45:51 UTC
Permalink
Hi all,
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.
I tried initializing them to zero but for no improvement. Please suggest me
a solution.

Regards
Amit Shah
Cristian Adam
2010-12-06 18:03:32 UTC
Permalink
Post by AMIT SHAH
Hi all,
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.
I tried initializing them to zero but for no improvement. Please suggest me
a solution.
Regards
Amit Shah
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)".

This should be fixed in SVN.

Cheers,
Cristian.

Loading...