Hi,
I am using the MVL5.0 with DM6467 EVM. I am facing the issue with engine closed hangs when I try to link one of communication protocol library that I have. It is working fine with MVL4.0. I do not understand what causing this issue.
When I executes below command without using the MPEG2TS muxer library at that time it is working fine.,
a. CERuntime_init()
b. Engine_open()
c. Engine_close()
d. CERuntime_exit()
but when try to execute any of the APi of MPEG2TS muxer at that time it is creating issue.
a. CERuntime_init()
b. Engine_open()
c. Stack_Open()
d. Stack_Close()
e. Engine_close()
f. CERuntime_exit()
Stack library is developed in C++. In this case it hangs at Engine_close() giving message as,
'terminate called without an active exception'
Thanks for help in advance. Any kind of suggestion or help will be appriciated.
Thanks,
Dilip Patel