Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a custom DDX function for values in the MFC dialogs of our ARX. In ACAD 2018 calling CDataExchange::Fail in that function causes ACAD to crash.
I worked around it by adding a try...catch around the DDX function (it catches an 'unknown' error), so from that point of view I'm OK.
But, has anyone else experienced this? Or know why it might be happening? In this instance I was using DDX outside of the dialog DoDataExchange function - might that be an issue?
Solved! Go to Solution.