Exception during shutdown
Posted: Wed Aug 08, 2018 2:11 am
Ever since I added TRVCamcorder and TRVCamera to my application I was getting a strange "BluetoothSocketException" during program shutdown:
I narrowed it down to setting the TRVCamcorder->Activate=true. When I don't perform that one step, my application shuts down without any issues.
I tried to duplicate this in a small sample application, but unfortunately I was not able to duplicate it.
Any ideas what could be causing this? Anything I should do to TRVCamcorder or TRVCamera before closing the app (aside from the obvious TRVCamcorder->Activate=false and TRVCamera->Abort())?
BTW: My application doesn't even do anything with Bluetooth.I narrowed it down to setting the TRVCamcorder->Activate=true. When I don't perform that one step, my application shuts down without any issues.
I tried to duplicate this in a small sample application, but unfortunately I was not able to duplicate it.
Any ideas what could be causing this? Anything I should do to TRVCamcorder or TRVCamera before closing the app (aside from the obvious TRVCamcorder->Activate=false and TRVCamera->Abort())?