![]() |
|
IntraWeb 16.0.0 (and Lazarus support) is here! - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: IntraWeb 16.0.0 (and Lazarus support) is here! (/thread-4633.html) Pages:
1
2
|
IntraWeb 16.0.0 (and Lazarus support) is here! - Alexandre Machado - 11-01-2024 Hi guys, It's real!!! IntraWeb now supports Lazarus IDE and Free Pascal Compiler. A single code base, the same solid product, the same features, now available in Lazarus. ![]() We have a new major version available for immediate download: https://www.atozed.com/2024/11/intraweb-16-0-0/ Regarding Lazarus support: - The same installer should be used for all supported IDEs (From RAD Studio 2009 to RAD Studio 12.2 and Lazarus 3.4 or 3.6) - The same license can be used in any IDE, concurrently. You can use your active IW 15 license with IW 16 in Lazarus. - All 4 application types are also available for Lazarus: Http.sys, ISAPI, SA-Indy, ASPX. - IntraWeb for Lazarus must be installed on Lazarus for Windows, 64 bits - Versions 3.4 (from FpcDeluxe) and 3.6 (Official) are both supported - Free Pascal Compiler 3.2.2 is supported, x64 (x86_64-win64 target only) - Linux targets are not supported ATM. It's in our roadmap and being developed. - Please check our site for instructions/notes on how to install IntraWeb on Lazarus/FPC: https://www.atozed.com/intraweb/how-to-install-intraweb-16-on-lazarus/ Enjoy!
RE: IntraWeb 16 (and Lazarus support) is here! - MJS@mjs.us - 11-01-2024 C++ Builder 11.3 / IW 16.0.0 ![]() Registration.log: - Validating license License validated License written to registry BPL path for D11 is BPL path for D11 is BPL path for D11 is BPL path for D11 is dclIntraweb_16_D11.bpl - UnRegisterDesignTimePackage Removing old IntraWeb Design Packages registration on: HKCU Software\Embarcadero\BDS\22.0 Removing design time packages files Removing runtime packages files Removing design packages files from Windows\System32 folder Removing runtime packages files from Windows\System32 folder RemoveIWFiles RE: IntraWeb 16.0.0 (and Lazarus support) is here! - Alexandre Machado - 11-02-2024 Hi MJS, Is this C++Builder only, not RAD Studio with Delphi + C++Builder, is that correct? Is this a new CPP Builder install? Did you install IW 15 on it before? For some reason it's seems that it's not finding your C++Builder/RAD Studio path. Do you have IWBundledRemovalTool.exe on your system (from a previous iW installation maybe, under folder Tools\BundledRemoval)? If so, can you please run it and check if the paths for RAD Studio 11 are found (see image below)? RE: IntraWeb 16.0.0 (and Lazarus support) is here! - MJS@mjs.us - 11-03-2024 Hi Alexandre, >>Is this C++Builder only, not RAD Studio with Delphi + C++Builder, is that correct? No, this is Rad Studio. >>Is this a new CPP Builder install? Did you install IW 15 on it before? This is my normal dev machine with many previous IW 15 installs. I can still install / reinstall 15.6.7 without issue. >>... can you please run it and check if the paths for RAD Studio 11 are found (see image below)? ![]() Note from the 15.6.7 log that the BPL's are in a public folder, not a user folder. Possibly that's an issue.
RE: IntraWeb 16.0.0 (and Lazarus support) is here! - Alexandre Machado - 11-04-2024 That's weird. Please let me do some investigation and I'll get back to you on this. kind regards, RE: IntraWeb 16.0.0 (and Lazarus support) is here! - Alexandre Machado - 11-04-2024 Hi MJS, this is the latest IWBundledRemovalTool (the same that is used in our latest installer): https://downloads.atozed.com/intraweb/IWBundledRemovalTool.zip If possible, can you please run this version and see if it brings the same correct path of RAD Studio 11 on your development machine? This is exactly the same library used by our installer to detect the installation path of your RAD Studio. So it's unexpected if that works correctly when called by IWBundledRemovalTool but not by the installer itself. Kind regards, RE: IntraWeb 16.0.0 (and Lazarus support) is here! - MJS@mjs.us - 11-04-2024 It correctly finds the path:
RE: IntraWeb 16.0.0 (and Lazarus support) is here! - MJS@mjs.us - 11-04-2024 I also ran this on a backup dev machine with the same result (it was last updated around IW 15.3). The exit code from the installer is 3 with this from the Inno Setup docs: "3 A fatal error occurred while preparing to move to the next installation phase (for example, from displaying the pre-installation wizard pages to the actual installation process). This should never happen except under the most unusual of circumstances, such as running out of memory or Windows resources." RE: IntraWeb 16.0.0 (and Lazarus support) is here! - lfeliz - 11-06-2024 Great! I will update my Lazarus/FP install and give it ago. On the Lazarus install notes page, the images are not displaying. RE: IntraWeb 16.0.0 (and Lazarus support) is here! - Comograma - 11-07-2024 I have the same problem!! Any solution??!!!!!!!!! |