I deleted the old xtradev6.BPL, compiled a new one after installing RB 7.01 and I receive the error message. Unit TXtrDev was compiled with a different version of ppFilDev.TppFileDevice
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.
I forgot to add. You also need to remove any old RB and ExtraDevice source directories from your library path, which is causing the conflict. When you recompile the extra device package, make sure you are using the latest RB 7.01 dcus in your library path.
Comments
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.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
directories from your library path, which is causing the conflict. When you
recompile the extra device package, make sure you are using the latest RB
7.01 dcus in your library path.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
J. Michael Eubanks