Hi all Suddenly I have a problem with Overbyte ICS and XE6 see the error message in the attached image (XE7 works OK) though any thoughts? thanks! (edit. resolved now , whew)
did you install the same package in both XE6 and XE7? that's when this issue occurs, you want to make sure that the name of the package is unique per delphi installation, i.e.
OverbyteicsDXe6Design.bpl for Xe6 OverbyteicsDXe7Design.bpl for Xe7
otherwise, one of them won't work because of the difference in generated BPL.
resolved
ReplyDeleteI noticed there is a new release for XE7
and that installs OK in XE6 :)
did you install the same package in both XE6 and XE7? that's when this issue occurs, you want to make sure that the name of the package is unique per delphi installation, i.e.
ReplyDeleteOverbyteicsDXe6Design.bpl for Xe6
OverbyteicsDXe7Design.bpl for Xe7
otherwise, one of them won't work because of the difference in generated BPL.
yeah , that will be the problem
ReplyDelete(I now have them reversed, LOL)
its strange that the problem did not show up straight away though?