Jump to content


Photo

Installing nextcomps5_12-18 (Delphi 7)


  • Please log in to reply
2 replies to this topic

#1 FourWhey

FourWhey
  • Members
  • 165 posts

Posted 20 February 2020 - 09:53 PM

NxItemsEditor.pas

 

uses has System.ImageList in it.

 

Need to remove this. It already has ImgList in the uses.

 

Maybe this needs a conditional compiler directive for compatibility?

 

Edit: 

 

The same in NxColumnsEditor6.pas and NxInspectorNodesEditor6.pas



#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 21 February 2020 - 04:01 PM

Hi,

 

it seems that my Delphi Ide added them automatically. Sorry for this, I’m now more careful, I’m trying to find a way to not have them added, but also being able to work in new Delphi.


boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#3 FourWhey

FourWhey
  • Members
  • 165 posts

Posted 24 February 2020 - 06:00 AM

In other controls I have that are supporting older versions of Delphi they have $IFDEF directives around this type of thing.

 

You may need to do the same.

uses Windows, Classes, Sysutils, Graphics, ActiveX, Contnrs, SyncObjs,
     {$ifdef IEHASTYPES} Types, {$endif}
     {$ifdef IEHASUITYPES} System.UITypes, {$endif}
     hyieutils, hyiedefs, iewia, imageenproc, dialogs, iexBitmaps;





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users