TRVMicrophone causes blank FMX app to crash on startup
Posted: Thu May 11, 2023 2:54 pm
Hi. I'm trying to build a simple audio recorder by using TRVMicrophone, but including this component on a blank FMX project causes it to crash. This was tested for Windows platform, using Delphi 11.3 and RVMedia FMX version 9.3 with source code.
When running the blank project with debugger it shows "Range check error" and points to line 4173 on fmxMRVCamView:
Not sure what the relation is between TRVCamView and TRVMicrophone though.
When running the blank project with debugger it shows "Range check error" and points to line 4173 on fmxMRVCamView:
Code: Select all
Screen_Cursors[crSRV_MOVE_LEFT] := LoadCursor(HInstance, 'CURLEFT');