Jump to content


Photo

won't install in 10.4


  • Please log in to reply
8 replies to this topic

#1 pka4916

pka4916
  • Members
  • 42 posts

Posted 31 May 2020 - 05:30 PM

Seems like the latest version does not install for 10.4

 

it's missing the an extra ../  for the  inc file in some of the files.

 

and compiling through the command prompt, seems to be complaining about a delphi.dpr file,   but through the GUI it installs after making those modifications.



#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 31 May 2020 - 05:44 PM

Hi,

 

Maybe the Library path is not fully set? This sounds like it may be the problem.


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 pka4916

pka4916
  • Members
  • 42 posts

Posted 31 May 2020 - 09:29 PM

Well, problem is, that it works fine for 10.3  but not for 10.4

 

If I do this

 

dcc32 -B NxGrid6Dsgn_d10_4.dpk    -Q -I"$(BDSLIB)\$(Platform)\release;$(BDSUSERDIR)\Imports;$(BDS)\Imports;$(BDSCOMMONDIR)\Dcp;$(BDS)\include;C:\Users\Me\AppData\Local\Delphi Components\Berg Soft\DelphiXE104;C:\Users\Me\AppData\Local\Delphi Components\Berg Soft\Sources" -U"C:\Users\Me\AppData\Local\Delphi Components\Berg Soft\DelphiXE104" -LE"C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl" -LN"C:\Users\Public\Documents\Embarcadero\Studio\21.0\Dcp" -NU"C:\Users\Me\AppData\Local\Delphi Components\Berg Soft\DelphiXE104" -NS"System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;Data.Win;Web.Win;Soap.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;"
 
It complains that it cannot find some files.
Note,  only 3 Design packages are failing..  All other ones are fine.
 
it's
 
NxGrid6Dsgn_d10_4.dpk 
NxDBGrid6Dsgn_d10_4.dpk
NxInspector6Dsgn_d10_4.dpk
 
All other ones are fine.
 
Even If I just load the project in Delphi,  I can compile all of them straight, except for those 3


#4 pka4916

pka4916
  • Members
  • 42 posts

Posted 31 May 2020 - 09:54 PM

ok figured it out.

 

I disabled the   vers.inc from those 3 design packages.

and the .RES files we're missing in 10.4

they are in all the other versions.

so re-generated those, and now it works.



#5 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 04 June 2020 - 03:39 PM

Hi,

 

Sorry for delay,

 

Maybe there was something in conflict and this happened. I will check it anyway if I find something unusual, but all should be fine.


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.

#6 pka4916

pka4916
  • Members
  • 42 posts

Posted 19 June 2020 - 02:01 AM

ok, I did some more digging on this..

 

It seems that for 2 files it needed to be ..\..\    instead of  ..\

and in 1 file there was an  system.images duplicated.

 

 

NxColumnsEditor6.pas

changed it to  {$I '..\..\NxSuite6.inc'}

disabled     // System.ImageList;

 

 

NxInspectorNodesEditor6.pas

changed to {$I '../../NxSuite6.inc'}



#7 TrevorRoberts

TrevorRoberts
  • Members
  • 14 posts

Posted 19 June 2020 - 02:32 AM

Today I re-installed 10.3 Community Edition and downloaded the latest version of NextSuite 6.

 

Overall this is a great product and I love it! In fact, it's my favourite component. Things were going well, but I got an error message when installing the Grid package.

 

The error is apparently a missing file:

NxXMLDoc6 in '..\..\Sources\NxXMLDoc6.pas';



#8 Boki (Berg)

Boki (Berg)

    Boki (Berg)

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

Posted 19 June 2020 - 10:21 AM

It seems that Delphi is constantly messing with ImageList units even though I have added IFDEF's . It seems to be messing it as soon I press Save. I will try to find some permanent solution.

 

Not sure about inc file since this worked unchanged for long time and I think Windows style path is valid.

 

@TrevorRoberts: Hm, this file should be located in Sources sub-folder. Maybe Library path is not properly set, but not sure why other files are found (?).


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.

#9 pka4916

pka4916
  • Members
  • 42 posts

Posted 20 June 2020 - 01:31 AM

@boki  if you look at my other thread,  you see the side effect that is causing it as well.

After I made those changes, it's working fine for Delphi 10.3 and 10.4

So it's for both.  Delphi versions for me.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users