Hi,
just moved a project from BCB5 into RAD2007 and I now got a problem with the TRzFontCombo box causing EAccessViolation.
The offending line is pretty simple:
SpeakerListHeaderFontComboBox->FontName = "Arial";
This code has been around for years in BCB5. Using RC 5.5.1 in RAD2007 Pro. all SP:s on windows XP all SP:s.
Edit:
This does not seem to be a problem with my app, I created a fresh VCL project, place a font combo on the form and assigned "Arial" to the FontName property in the forms OnShow event and it crashes.
