kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

IWBSInput was compiled with a different version #36

Open blaforet opened 6 years ago

blaforet commented 6 years ago

Hi I'm changing computer and installing delphi Xe7 and components. Using Intraweb 14.1.8 and installed the latest version of IWBootStrapFramework. (have the same config on current computer and works great).

When I try to compile my project I get this error. [dcc32 Error] IWBSRestServer.pas(14): E2037 Declaration of 'Execute' differs from previous declaration [dcc32 Error] IWBSRestServer.pas(16): E2170 Cannot override a non-virtual method [dcc32 Fatal Error] IWBSRestServer.pas(35): F2051 Unit IWURL was compiled with a different version of IW.Common.Strings.IWStringReplace

Do you know what is causing this or how i can fix it?

Thank you Benoit L.

blaforet commented 6 years ago

Hi The issue was caused by old unit files (.dcu) that were installed with the demo version of Intraweb 14 during the Xe7 installation.
Once eliminated the compilation work just fine.