I am still use Delphi 7 :)
I changed (added several properties) to vcl70
package code and then recompiled it. I created vcl70.bpl
file, copied it to the Windows System32 folder, and get an error message:
Runtime Error 216 bla bla..
I copied the original vcl70.bpl
file to the System32 folder and don't get the error message.
What may be the problem?
Example Code:
TForm = class(TCustomForm)
...
published
property Test: String read FTest write FTest;