aftabgardan2006 / iwelite

Automatically exported from code.google.com/p/iwelite
Other
0 stars 0 forks source link

Port to RAD Studio XE? #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try building/installing in XE
2. Bombs trying to use some old IW units - easy to fix
3. Bombs in ArcIWCheckListBox with undefined TIWBaseHTMLComponentContext - not 
so easy to fix

What is the expected output? 
Smooth compile

What do you see instead?
Can't build/install due to dependencies on very old IW version.

What version of the product are you using? On what operating system?
Latest, Win7 64 Bit 

Please provide any additional information below.

Apparently TIWBaseHTMLComponentContext does not exist in recent versions of 
Intraweb. This obsolete class is used *everywhere*.

Original issue reported on code.google.com by googlegr...@idk-inc.com on 10 Sep 2010 at 1:50

GoogleCodeExporter commented 8 years ago
TIWCompContext is IW XI equivalent.

Original comment by nando.dessena on 10 Oct 2010 at 3:59

GoogleCodeExporter commented 8 years ago
More problems with porting to Delphi XE>
1.E2003 Undeclared identifier: 'DebugEOL'
2.TIWPageContext40(AContext.PageContext).UpdateMode = umPartial
  E2003 Undeclared identifier: 'UpdateMode'
3.E2003 Undeclared identifier: 'FIWControlImplementation'

Is there some update for Delphi XE

Original comment by bojan.sa...@gmail.com on 13 Feb 2011 at 7:32