Posts: 23
Threads: 5
Joined: May 2018
Reputation:
0
Location: HELL
IW 15.2.46/47 Get error message when Delphi started loading
Unable to find the program entry point
@Iwcontrol@TIWCustmControl@RenderAsync$qqrp30Iwrendercontext@TIWCompContext
(Dynamic link library)
C:\Users\Public\Documents\Embarcadero\Studio\20\Bpl\iw15tmsdxe11
No problem when go back to install IW 15.2.41
... Not support TMS Intraweb Componets ?
Posts: 18
Threads: 8
Joined: Oct 2018
Reputation:
4
I had the same problem, but after rebuilding the TMS Intraweb Components everything worked again.
Fabrizio
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Delphi DCUs are brittle because of their fast compile and link strategy. This means sometimes other libraries need recompiled from sources.
It has nothing to do with support or not. Its how Delphi works since Delphi 1.0 in around 1996.
Posts: 2,250
Threads: 193
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
When interface of IntraWeb components change - which is required, for instance, to introduce new features - dependent packages (TMS, CGDevTools, etc) need to be rebuilt from sources.
As Chad explained above, that's how Delphi packages work since day one. There is very little we can do about it, especially because there is very little we can do without changing the interface of the classes.
Posts: 23
Threads: 5
Joined: May 2018
Reputation:
0
Location: HELL
Yup, its done. Thank you all.
Reinstalled Tms Intraweb components.
(This is the occasion when I upgraded for the first time)