Support Board
Date/Time: Wed, 25 Dec 2024 04:31:59 +0000
Post From: Custom Study crashes only if loaded on startup
[2015-11-04 14:53:21] |
jwick - Posts: 142 |
Thanks for your suggestions. I'm trying to set everything up for debugging; however, every time I try to re-build my Debug configuration, I get an unresolved external symbol error (the Release configuration builds without issue). Even though the VS setup instructions indicate otherwise, I played around with the project properties for the Debug configuration, and under C/C++ -> Code Generation -> Runtime Library, if I change it from /MT to /MTd, then the unresolved external symbol error disappears and the build succeeds. However, when I do that, there is a CPU exception every time I load the charts. |