Delphi 7 and Recompiling Core Packages

Giganews Newsgroups
Subject:Delphi 7 and Recompiling Core Packages
Posted by: Sergio Gianezini
Date:Sat, 16 Aug 2008

Hello people, I'm want to change some core componentes of my delphi 7, like
imagelist (to add png/xp color support), treeview, listview and even
treader/twriter, but i really need to recompile vcl70.bpl to enable the
changes in ide. Is this possible?
I create a vcl.bpl by double clicking on a required clause, compile, but if
i move thart generated package over the old vcl70.bpl, delphi just throw a
access violation and don't run; i think that is something related to the
options of the package...

Replies