the following
TCheckListBox* CheckListBox;
TBookmark Bookmark;
CheckListBox->Items->AddObject("Text", (TObject*)Bookmark);
worked with BCB 2007 but in BCB 2009 I get an error message that
typecast from TByteDynArray to TObject* is not allowed.
How can I solve this problem?
Regards,
Matthias