You are not logged in.
Hi Ab,
After i pull the newest code today, my project compling error on core.search.pas line 3131. IDE version is Delphi 2010.
[DCC Fatal Error] mormot.core.search.pas(3131): F2084 Internal Error: C15700
The sample MVCServer comple OK, but the sample which has vcl form comple error, like sample ThirdPartyDemos\tbo\04-HttpServer-InterfaceServices\TestRestClient.dpr
One more question:when i use RestClient in a dll,comple can`t find some function in *.inc,dll build with runtime package.
Last edited by yslmyr1990 (2024-03-14 06:56:13)
Offline
Delphi is really not good at nested inlining...
Please try https://github.com/synopse/mORMot2/commit/0a2f8d91
Offline