TExtraDevices & RB9
I have a problem to get the TExtraDevices to work with RB
Delphi7
RB 9 Enterprise
I changed in the package Requires tp rbRCL97.dcp
When I try to recompile the package I get the error's
Undefined...: TppDrawBarCode
Undefined...: TppDrawRichText
Any Idea what I can do to get it to work?
Thanks,
Ralf
From Tech-Tips:
I. TExtraDevices
-------------
1. Select Install Packages in Delphi.
2. Remove the TExtraDevices package (xtradev.bpl).
3. Open xtradev.dpk in the ExtraDevices source directory for
your Delphi version (i.e., ExtraDev\Delphi6\Source\).
4. Click Install.
This should recompile TXtradev.pas with the new
version of RB.
This discussion has been closed.
Comments
The TppDrawBarCode and TppDrawRichText classes are now contained in their
own files.
ppRichTxDrwCmd.pas
ppBarCodDrwCmd.pas
Adding these files to the package should solve the immediate issue.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Ralf