Hi all,
I try to import CST file in Dynamics SL 2015 but I got an error: system message 10232 assertion failure file custobj.cpp
I don't know why I facing that error, please advise.
Thank you.
*This post is locked for comments
Hi all,
I try to import CST file in Dynamics SL 2015 but I got an error: system message 10232 assertion failure file custobj.cpp
I don't know why I facing that error, please advise.
Thank you.
*This post is locked for comments
"An assertion statement specifies a condition that you expect to be true at a point in your program. If that condition is not true, the assertion fails, execution of your program is interrupted, and the Assertion Failed dialog box appears."
https://msdn.microsoft.com/en-us/library/ww5t02fa.aspx
We can't help you debug this without being able to see the code and I think stackoverflow.com would be a better place to ask that question. Find that custobj.cpp file and go to that part of the code where the error is happening. I.e. m_hData == NULL
Also, not sure if you've used stackoverflow before but make sure to tag the post with C++ so that the right people can see it and help you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156