![]() |
Not support TMS Intraweb Componets ? - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Not support TMS Intraweb Componets ? (/thread-2570.html) |
Not support TMS Intraweb Componets ? - Kristy - 11-27-2021 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 ? RE: Not support TMS Intraweb Componets ? - Fabrizio Conti - 11-27-2021 I had the same problem, but after rebuilding the TMS Intraweb Components everything worked again. Fabrizio RE: Not support TMS Intraweb Componets ? - kudzu - 11-27-2021 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. RE: Not support TMS Intraweb Componets ? - Alexandre Machado - 11-27-2021 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. RE: Not support TMS Intraweb Componets ? - Kristy - 11-28-2021 Yup, its done. Thank you all. Reinstalled Tms Intraweb components. (This is the occasion when I upgraded for the first time) |