I wrote a 64 bit program and compiled for release. Ran the program and found an anomaly in the code so I switched to debug mode so I could trace through the code. I did a build and then "Run with debugging". I got an Access Violation on OldCreateOrder. I changed the form to text view and removed the OldCreateOrder property from the form. "Run with debugging", again. I got another Access Violoation on another boolean property: AButton.ParentFont. I removed that property, still in form text view. Another run, another Access Violation on another boolean property.
One thing I noticed, when I switched from text view back to form view, all the removed properties were restored, and I still get the Access Violations.
Running in 64 bit Release, 32 bit debug and release work fine.
I'm stumped.
Is there something I can do to fix this?