boss-ide icon indicating copy to clipboard operation
boss-ide copied to clipboard

DOSCommand conflict on install

Open jimmckeeth opened this issue 3 years ago • 0 comments

Installing into Delphi 11.1

Ran installation boss install -g boss-ide

When I open the IDE

Can't load package C:\Users\Jim\.boss\modules\4e7eb35756869019c9263ab22556beb6\modules\.bpl\boss_ide.bpl.
Cannot load package 'DOSCommandDR260.'  It contains unit 'DosCommand', which is also contained in package 'DOSCommandDR280'.
Do you want to attempt to load this package the next time a project is loaded?

It would appear I already had DOSCommandDR280 installed from GetIt

image

I tried rebuilding boss_ide.dproj with the newer version of DOSCommand, but it isn't compatible.

[dcc32 Error] Boss.Commands.pas(29): E2010 Incompatible types: 'TNewLineEvent' and 'Procedure'

jimmckeeth avatar Jun 15 '22 20:06 jimmckeeth