-
Content Count
11 -
Joined
-
Last visited
-
Days Won
1
Everything posted by pcoenen
-
Thanks to Attila Kovacs TLS1.3 is working. Next I got an error mesaage when trying 64bit. Had to enable UseSystemTLSFlags := true again (default) and had to add or ISC_REQ_MANUAL_CRED_VALIDATION, // Bypass Windows root CA check To dwSSPIFlags := .. with FunctionTable.InitializeSecurityContext( Regards, Pascal
-
The fix did the job, thank you. Much appreciated.
-
FYI, I'm using the webDAV component from the Clever Internet Suite. Under Windows 11 I received the following message: 'The context has expired and can no longer be used, code 0' . It was solved by disabling the following property: UseSystemTLSFlags and setting TLSFlags to tfUseTLS12
-
Delphi 12,2 Patch 1 This is really strange. When I resize a datamodule I get the following error message; When I select No a couple of times because of different Events used in components on this Datamodule, then it compiles fine. I can select the event and go to the code behind it, no error. Just when I resize the Datamodule in the IDE, then the error is back. I've never seen this before. Any idea? Regards, Pascal
-
Error after resizing a datamodule in the IDE
pcoenen replied to pcoenen's topic in Delphi IDE and APIs
Please ignore, found the reason. -
Yes, double checked, guess I'm doing something wrong. I switched to the Pascal Highlighter. Thank you for the new features, very nice.
-
> Highlighters need to override this method to support this feature. Currently the Pascal, DWS and python highlighters do that. Hi, tried Flow control symbols. It seem to work with Pascal as Highlighter but not with DWS. Delphi 12.2 Patch 1.
-
No news from them for quite some time, what pity. Open tickets are not answered anymore.
-
I have been using the DLL version from Chilkat for quite some years now. I learned a lot from their example website. The owner, Matt, is very helpful. Previously I was using different component sets which made it more difficult to mantain.
-
I had to update one Library Path: Options > Language > Delphi > Windows x64 because of DCP error when trying to build to Windows 64 bit. From $(BDSCOMMONDIR)\Dcp to $(BDSCOMMONDIR)\Dcp\$(Platform)
-
Announcement: Magenta Hardware Components
pcoenen replied to Angus Robertson's topic in Delphi Third-Party
>3 - Directory Changes Monitoring Component, that notifies changes in a directory such as file or directory Create/Delete/Modify/Rename. Thank you very much Angus.