recompiling TExtraDevices
If I place an ExtraOptions component on my form in my project then try to
compile, I get the following error:
[Fatal Error] ExamReport.pas(22): Unit TXtraDev was compiled with a
different version of ppFilDev.TppFileDevice
I have recompiled the package as per the instructions in the tech-tips
newgroup. However I still get this error. Any way to fix this?
compile, I get the following error:
[Fatal Error] ExamReport.pas(22): Unit TXtraDev was compiled with a
different version of ppFilDev.TppFileDevice
I have recompiled the package as per the instructions in the tech-tips
newgroup. However I still get this error. Any way to fix this?
This discussion has been closed.
Comments
It sounds like that you may have either 2 versions of the TExtraDev code or
compiled resources, or your environment is not correctly pointing to the
source directory of TExtraDev.
Before running the TextraDev dpk, try removing it from your list of
components, then compile and install the package.
Peter Grimshaw