Problem with extradev
I have moved my delphi 4 setup to a new notebook. When I install xtradev I
get the following error.
I did file open and browsed to the extradev directory, selected the file and
installed and compiled it.(Is this the correct proc)?
[Fatal Error] Unit1.pas(12): Unit TXtraDev was compiled with a different
version of ppFilDev.TppFileDevice
Thanks in advance.
Steve
get the following error.
I did file open and browsed to the extradev directory, selected the file and
installed and compiled it.(Is this the correct proc)?
[Fatal Error] Unit1.pas(12): Unit TXtraDev was compiled with a different
version of ppFilDev.TppFileDevice
Thanks in advance.
Steve
This discussion has been closed.
Comments
it. However, you can install the package into Delphi as any other design
time package. Here is how to recompile ExtraDevices for your installed
version of RB.
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
Then reinstall it. If the installed version of Extradevices doesn't work
with your version of RB, then you need to recompile the Extradevices package
for your version of RB and install it as previously shown.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
create a new app and just put the extradevice on the form I get the
following run tim error.
I presume this means the earlier version is still installed but it does not
show in the installed packages.
Thank you in advance
[Error] Packages 'xtradev' and 'xtradev4' both contain unit 'TXComp'
[Error] Packages 'xtradev' and 'xtradev4' both contain unit 'TXtraDev'
[Error] Packages 'xtradev' and 'xtradev4' both contain unit 'TXParse'
[Error] Packages 'xtradev' and 'xtradev4' both contain unit 'TXTIFF'
[Fatal Error] Could not compile package 'xtradev'