[bt-devel] Bt Windows Crash

Gary Holmlund gary.holmlund at gmail.com
Wed Aug 4 22:09:14 MST 2010


  On 8/3/2010 8:49 PM, Gary Holmlund wrote:
>
> I am convinced this problem is a compiler bug. Add to the 
> DisplayOptions struct like this:
>
> struct DisplayOptions {
>     int lineBreaks;
>     int verseNumbers;
>     int notUsed;                 // ADDED
> };
>
> The crash goes away.
>
> I have googled looking for the bug, but I have not found it.
>
> I am considering changing to Visual Studio 2010 instead of 2008. 
> Perhaps it is better. It will take a while to set up the build again 
> for it.
>
> Any other thoughts?
>
> Gary
I have the debug version from Visual Studio 2010 compiled. It crashes 
the same place as before and does not crash if I add the third int into 
DisplayOptions. So, it is the same as VS 2008.

Gary



More information about the bt-devel mailing list