Thanks for quick response. I have had a search on all my repos, couldn't find it anywhere.
I have also tried {$STRONGLINKTYPES ON} in the .drp file like:
. program MyApp;
{$WEAKLINKRTTI OFF}
{$STRONGLINKTYPES ON}
{$R 'VersionInfo.res' 'VersionInfo.rc'}
uses
...
Btw, I am using Delphi XE5, and the app is a mixture of VCL and FMX.