can't install under XE3 with IW14

I'm trying to install the 5.4 TMS to XE5 with intraweb 14.0.18.  The last MSBuild is failing with the following message:


Done Building Project "C:\Users\Public\Documents\RAD Studio\DIAComponents\TMS\T
MSIntrawebProIW14XE5\IW14TMSSEDXE5UPD.dproj" (default targets) -- FAILED.


Build FAILED.

"C:\Users\Public\Documents\RAD Studio\DIAComponents\TMS\TMSIntrawebProIW14XE5\I
W14TMSSEDXE5UPD.dproj" (default target) (1) ->
(_PasCoreCompile target) ->
  iw14tmsgriddxe5.dpk(38): error E2202: Required package 'IntraWeb' not found
  iw14tmssedXE5upd.dpk(36): error E2202: Required package 'iw14tmsgriddxe5' not
 found

    0 Warning(s)
    2 Error(s)

Time Elapsed 00:00:00.32

What can I do to fix this error.

Thanks in advance.
Allen

I renamed the intraweb to dclintraweb_14_dxe5 in package file and fixed the build failed iw14tmssedxe5upd build.


Now I'm getting:

  Embarcadero Delphi for Win32 compiler version 26.0
  Copyright (c) 1983,2013 Embarcadero Technologies, Inc.
C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\Bin\CodeGear.Delphi.Targets(
187,5): error E1026: File not found: 'iw14tmssedxe5.res'
Done Building Project "C:\Users\Public\Documents\RAD Studio\DIAComponents\TMS\T
MSIntrawebProIW14XE5\IW14TMSSEDXE5UPD.dproj" (default targets) -- FAILED.


Build FAILED.

"C:\Users\Public\Documents\RAD Studio\DIAComponents\TMS\TMSIntrawebProIW14XE5\I
W14TMSSEDXE5UPD.dproj" (default target) (1) ->
(_PasCoreCompile target) ->
  C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\Bin\CodeGear.Delphi.Target
s(187,5): error E1026: File not found: 'iw14tmssedxe5.res'

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:02.21

Thanks in advance for help.
Allen

Hi,


Can you try to build the package from the Delphi IDE instead of the command line?
Same basic error.

[dcc32 Error] E1026 File not found: 'iw14tmssedxe5.res'

I searched the directory for that file and found that there is only a IW14TMSSEDXE5UPD.res.  

I was able to compile once I renamed the file to IW14TMSSEDXE5.res.  Where would I update the project to look for the file that comes with the package?

Thanks
Allen


There was an incorrect reference in the IW14TMSSEDXE5UPD package, this has now been fixed.
The update will be included with the next release of the TMS IW Component Pack.

Hopefully you will fix the reference to "IntraWeb" that should be "Intraweb_14_DXE5" in packages IW14TMSDEDXE5UPD and IW14TMSSEDXE5UPD.


Also, IW14TMSDEDXE5UPD won't install because it is looking for iw14tmsdedxe5.  And IW14TMSSEDXE5UPD is looking for   iw14tmsgriddxe5 and iw14tmsdxe5.  Changing them by adding upd to the end of the references in the requires section of the respective .dproj files allows them to be added.

Thanks
Allen

Yes these issues have been fixed.

Hi



I am having a problem with XE5 with IW14. I have downloaded the Component Pack Pro source of 5.0.4.1. and am following the instructions in install.txt.



The issue is a Build Fail, the error is "iw14tmsdxe5upd.dpk(46): error E2202: Required package 'IntraWeb_14_DXE5' not found.



I have a file on my system "C:\Program Files (x86)\Embarcadero\RAD Studio\12.0\bin\Intraweb_140_190.bpl" but not the required package "Intraweb _14_dxe5".



Could this be because I am installing into the version of IW which ships with Delphi XE5?



Advice gratefully appreciated.



Philip L Jackson

If you install with Delphi XE5 and the default version of IntraWeb that comes with it, you should use package iw14tmsdxe5.dproj and not iw14tmsdxe5upd.dpk as instructed in INSTALL.TXT

Hi



This is part of the contents of install.txt - I can see no mention of any alternative files when using the copy of IW which is shipped with Delphi.



Looking closely I presume I was meant to know IntraWeb 14.0.0 is the installed version, not 14.0.x, but there again there is nothing to say x > 0. All I did was focus on the XE5 in the text



I have the full keys now so will try again when I have installed the new version of IW





   IntraWeb 14.0.0 / RAD Studio XE3 - XE5



   msbuild IW14TMSDxx.dproj

   msbuild IW14TMSDEDxx.dproj

   msbuild IW14TMSGRIDDxx.dproj

   msbuild IW14TMSGRIDDEDxx.dproj

   msbuild IW14TMSXLSDxx.dproj





   IntraWeb 14.0.x / RAD Studio 2009 - XE2



   msbuild IW14TMSDxx.dproj

   msbuild IW14TMSDEDxx.dproj

   msbuild IW14TMSGRIDDxx.dproj

   msbuild IW14TMSGRIDDEDxx.dproj

   msbuild IW14TMSXLSDxx.dproj



   IntraWeb 14.0.x / RAD Studio XE3 - XE5



   msbuild IW14TMSDxxUPD.dproj

   msbuild IW14TMSDEDxxUPD.dproj

   msbuild IW14TMSGRIDDxxUPD.dproj

   msbuild IW14TMSGRIDDEDxxUPD.dproj

   msbuild IW14TMSXLSDxxUPD.dproj