Calling <library>Initialize Multiple Times - MATLAB Complier
이전 댓글 표시
The documentation isn't totally clear, what happens if I call <library>Initialize and <library>Terminate multiple times in a process? I've read some thing that says this leads to undefined behavior. I've been using this paradigm in my software and I've never noticed a problem. I just want to make sure I'm not getting lucky.
For that matter, I've never used the mclInitializeApplication() call either. There is a comment in the code I inherited that says the <library>Initialize() function will call the application initialization routine if necessary. Is this true? The documentation leads me to think it isn't, but again, the code works.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!