Jump to content


Photo

Cant install on Delphi 2005


  • Please log in to reply
4 replies to this topic

#1 Huppel

Huppel
  • Members
  • 7 posts

Posted 02 October 2023 - 04:26 PM

When compiling in NXInftf6 

 

procedure TNxObjectView.InvalidateRect(InvalidationRect: TRect);
begin
{$IFDEF UNSAFE}
  Windows.InvalidateRect(Control.Handle, InvalidationRect, False);
{$ELSE}
  Windows.InvalidateRect(Control.Handle, @InvalidationRect, False);
{$ENDIF}
end;
 
it says incompatible types : PRect and TRect
 
 
Release Notes say that latest version of NextGrid is compatible with Delphi 2005. Is that still valid?
 
Thank you very much


#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 07 October 2023 - 03:56 PM

Hello,

 

It's most probably the problem with finding NxSuite6.inc file. Can you please check in Tools ⟶ Options ⟶ Library Path if there is a path added to the folder containing this file?


boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.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 Huppel

Huppel
  • Members
  • 7 posts

Posted 13 November 2023 - 02:54 PM

Hello there,

 

NXSuite6.inc is in the main Sources Folder. And that folder is in my library path. Adding the path is also not possible because it's already added. Just to check twice.

 

Regards



#4 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 13 November 2023 - 04:05 PM

Hi,

 

I will need to look little more to see what may caused this, but yes Delphi 2005 is supported.


boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Members Section: bms.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.

#5 Huppel

Huppel
  • Members
  • 7 posts

Posted 13 November 2023 - 06:58 PM

Thank you Boki.

 

If i can assist with my delphi 2005 installation, just tell me.

 

Regards






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users