I am having problems installing the new components.
I have upgraded my IntraWeb components to 12.1.25 and
have downloaded the v5.0 TMS Intraweb components.
I follow the Install.txt file and Copy tmsdefs121.inc to
tmsdefs.inc.
I can then install IW12TMSDXE2.dproj, but the moment I
try open IW12TMSDEDXE2.dproj I get an error:
"Class TIWHTMLLabelDE not found".
Any help would be most appreciated.
I found another post saying to just ignore the errors.
Doing this allows me to install all the components.
One question I have now though is when I try to build a project that has a TMS IW Grid on it, it recompiles the components and fails with "[DCC Fatal Error] IWWebGrid.pas(33): F1026 File not found: 'JPEG.dcu'"
Any ideas?
My second issue seems to be a XE2 issue.
Replacing all JPEG references in the uses clause to {$IFDEF VER230} VCL.Imaging.Jpeg {$ELSE} Jpeg {$ENDIF} fixes the issue.
The correct solution would be to setup your unit scope names correct in the IDE, i.e. project options, unit scope names should be: Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell