You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All
First of all thanks for this valuable framework.
I'm trying to install bold with my Delphi 10.4.2 CE but I'm facing error on compilation [dcc32 Error] BoldFormSaver.pas(586): E2003 Undeclared identifier: 'OnDeriveAndSubscribe' [dcc32 Error] BoldFormSaver.pas(586): E2035 Not enough original parameters [dcc32 Error] BoldFormSaver.pas(587): E2003 Undeclared identifier: 'OnReverseDerive' [dcc32 Error] BoldFormSaver.pas(587): E2035 Not enough original parameters [dcc32 Error] BoldFormSaver.pas(588): E2003 Undeclared identifier: 'OnNotifyOutOfdate' [dcc32 Fatal Error] Bold.dpk(370): F2063 Unable to compile used unit 'BoldFormSaver.pas'
I'm using AttracsBold branch.
Thanks for your help.
Andriantahina
The text was updated successfully, but these errors were encountered:
There is work ongoing with Formsaver to use Subscription. It simplify the code and for this concrete error OnDeriveAndSubscribe is removed. Tell if you want to test new unit
Hi All
First of all thanks for this valuable framework.
I'm trying to install bold with my Delphi 10.4.2 CE but I'm facing error on compilation
[dcc32 Error] BoldFormSaver.pas(586): E2003 Undeclared identifier: 'OnDeriveAndSubscribe' [dcc32 Error] BoldFormSaver.pas(586): E2035 Not enough original parameters [dcc32 Error] BoldFormSaver.pas(587): E2003 Undeclared identifier: 'OnReverseDerive' [dcc32 Error] BoldFormSaver.pas(587): E2035 Not enough original parameters [dcc32 Error] BoldFormSaver.pas(588): E2003 Undeclared identifier: 'OnNotifyOutOfdate' [dcc32 Fatal Error] Bold.dpk(370): F2063 Unable to compile used unit 'BoldFormSaver.pas'
I'm using AttracsBold branch.
Thanks for your help.
Andriantahina
The text was updated successfully, but these errors were encountered: