BrokenGamesUG / rise-of-legions

Rise of Legions is a hybrid of MOBA, tower defense and deckbuilding - with fast-paced, easy-to-pickup tug-of-war strategy. Play solo or bring a friend for co-op or 2v2, collect cards, build your deck and crush your enemies.
GNU Affero General Public License v3.0
141 stars 48 forks source link

Build Fail #4

Open lustrc opened 3 years ago

lustrc commented 3 years ago

[dcc32 Fatal Error] Winapi.D3D11.pas(5111): F2051 Unit FMX.Context.DX11 was compiled with a different version of Winapi.D3D11.ID3D11Device

(Apply the diff FMX.Canvas.D2D.diff to the respective file.) How to complete this step?

tothpaul commented 3 years ago

when the Interface part of a unit (like FMX.Canvas.D2D) is changed, all the units that uses that one need to be recompiled also. So just copy the original unit in the same directory as the patched one so it can be recompiled.