Atozed Forums
IW 15.3.6 is out - 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: IW 15.3.6 is out (/thread-3231.html)



IW 15.3.6 is out - Alexandre Machado - 05-17-2023

Hi guys,

there is a new update available:

https://www.atozed.com/2023/05/intraweb-15-3-6/

This version brings integration with Facebook OAuth API, extensions to the OAuth infrastructure, and some fixes as well.

New OAuth demo is being uploaded to our github repo 

Enjoy!  Big Grin


RE: IW 15.3.6 is out - valmeras - 05-19-2023

I am using Rad Studio 10.2.3 (C++ Builder) and I cannot run my application with this new version.
If I create a new Intraweb project it works.
But with the old one, the first error message was below:

1. [Fatal Error] The name BCC_OptimizeForSpeed. contains an invalid character ".".  
I had to open the project file manually and remove that character. But I have been compiling and running that project for years!

After that, I am getting that error message now:
2. [Fatal Error] Access violation at address 5005A7AB in module 'rtl250.bpl'. Read of address 57D09A44

I think you need to rebuild the new 15.3.6 version with Rad Studio 10.2.3! Because for sure there is something wrong!

Finally, I was able to have my old application compile and run!
But I think it will be a good thing to test this new version on your side with some old C++ Builder 10.2.3 to see if they can be compiled and linked with no problem!