I purchased XE5 last night. I uninstalled TMS Component Pack and XE3 then installed XE5 and TMS Component Pack.
I have always added ADVStyleIF to my uses clause, added a Data Module, dropped an AdvAppStyler onto it and an AdvFormStyler onto my form and linked the two together. Then when I wanted to change the apps style I would set the style in the Data Module with something like MyDataModule.MyAdvAppStyler.Style := tsOffice2010Blue;
Since I switched to XE5, I can open my projects from XE3 and everything still works fine. But, if I create a new project and do above steps I get something similar to the below:
project (projectname.exe) raised exception class $c0000005 with message 'access violation 0x005c1103: read of address 0x00000068.
Any ideas?
Disregard, I had failed to add the datamodule form to the auto-create forms list or create it in code.