You are not logged in.
An error message was displayed for the mormot2Tests project. The test program could not be executed.
Does mormot2 not support delphi7?
Offline
Does mormot2 not support delphi7?
As described in the documentation: "Note that before Delphi 2006, you will need to download and install FastMM4 heap memory manager".
With best regards
Thomas
Offline
Thank you for your reply.
I have downloaded and installed fastmm4, but an error occurred while running the test program.
In the unit “test. core. Data " line 820, in TTestCoreProcess. MustacheRenderer procedure, an error occurred when calling httpGet, prompt:winhttp. DLL error 2EE7 .
Offline
I am using Windows 7 32-bit +delphi7 on an old machine
Offline
My guess is that your Windows 7 server certificates list is deprecated so the test project is not able to download the needed JSON reference material using HTTPS.
Either update the HTTPS certificates list of the system, or retrieve the *.json files from another regression tests runs, on a more recent Windows revision.
The HTTPS layer of Windows 7 is clearly deprecated.
Offline
Thank you for your reply.
That may be so.
I just have an old project that needs to add some functionality, and I want to use a small part of mormot2's functionality, the wrong part should be left alone. Now delphi7 is rarely used, now using fpc.
Offline