Delphi Intraweb bundled SSL - delphi

I am using intraweb XIV bundled edition for Delphi XE7. When i tested one intraweb XII application in this new bundled version the SSL/TLS is not working. the bundled version wont support SSL/TLS?

According to this feature matrix the SSL support seems only available in the ultimate edition of Intraweb .

Related

Microsoft.WebView2 & Edge

I'm trying to use Microsoft.WebView2 from microsoft.web.webview2.0.9.579.nupkg (TEdgeBrowser example from Delphi 10.4 Version 27.0.38860.1461)
This version works with canary or beta versions of Edge only. With release of Edge I got an error message Could not find Edge installation. Do you have a version installed that's compatible with this WebView2 SDK version?
Documentation says about canary versions of Edge only.
Which version of Microsoft.WebView2 will work with Edge release ?
I am not available with the Delphi app but I try to make a test with the Windows Forms app. In which, I download the webView2 1.0.664.37 using Nuget package manager and I try to test it with the MS Edge Version 87.0.664.60 (stable version at present).
Based on my test result, it did not work with the MS Edge Version 87.0.664.60 (stable version at present).
So as per this test result, the webView2 1.0.664.37 may not work in your Delphi app with the current stable version of the Edge browser (Version 87.0.664.60). You can test it in your Delphi app to verify it.
I make further tests and found that if I install the webView2 Evergreen Standalone Installer then it is working on my side. You can notice that there is a minor difference in the version of the webView2 runtime and MS Edge stable browser.
So if you are available to use the webView2 runtime then you can make a test with it.
If you cannot use the webView2 runtime and webView2 1.0.664.37 also not working in your Delphi app then I suggest you keep using the MS Edge Canary or Dev version with the webView2.

Installing Synedit on Delphi 10 Seattle

I am trying to install the latest Unicode version of TSynEdit in the Delphi 10 Seattle IDE. It builds OK but when installing I get the error:
Access violation at address 27158679 in module 'bds.exe'. Read
of address 00000010
It installs OK on previous versions up to XE8.
I tried putting showmessages() at the start of the register procedure but AV error still occurs before the registration.
Has anyone found a work around for this ?
The GetIt Package Manager contains the latest version of TSynEdit.
You can reach GetIt from the tools menu in the IDE.
It downloads/compiles/installs without errors on my D10Seattle machine.
At the moment, SourceForge files are pretty old. But you can download SynEdit components from github. It has project files for newer Delphi versions. I just built and installed it for 10.2 Tokyo.

Can I install Indy for delphi xe6?

I have to make a cross platform application. I read that Indy is a cross platform socket library.
Can I install indy for delphi xe6?
Indy is pre-installed in every version of Delphi since v6. You can use the bundled Indy version as-is, or consider upgrading it as there have been updates to Indy since XE6 was released.

Can Rad Studio XE6 be installed with Delphi 2005?

My PC currently has Delphi 2005 installed. Can Rad Studio XE6 be installed on this same PC without issue? Or, is it a case of one of the other?
Yup, each installation is completely independent of the other. The only caveat is that the file associations will only go to one version -- which will be the latest one unless you disable setting them when you do the install.

How to load Firebird 2.1.X fbclient.dll on Windows XP wihout installing Microsoft C++ 2005 Redistributable (vcredist_x86.exe)?

Using fbclient.dll in Firebird 2.1.X in fresh install Windows XP that never install with Microsoft C++ 2005 Redistrubable will cause problem.
I wish to deploy my application that contain fbclient.dll and all related Microsoft C++ 2005 redistributable libraries without installing the redistributable libraries. Can I do that? I am running the application in limited account. Install the VC++ redistributable is not an option here.
My application is developed with Delphi using LoadLibrary to load the fbclient.dll
It's possible to just copy the MSVC runtime into your application directory.
However, a standard installer would be better for automatic updates. And the installer will run under an administrator account, so your limited account is not a problem.
As i remenber (havent code near me), you can use manifest files.
A little hint can be seen here: http://www.firebirdnews.org/?p=2248
http://www.destructor.de/firebird/minimumclient.htm.
Relating posts:
Mixed Mode Library and CRT Dependencies - HELP
Visual Studio 2005 security updates and CRT DLL versions in manifest

Resources