mormot2跨平台支持策略

mormot2跨平台支持策略

1)linux

只支持lazarus+mormot2,不支持delphi或kylix。

mormot.defines.inc 开关文件里面有明确说明:

(********************** Delphi Conditionals **********************)

  {$ifndef MSWINDOWS}
  'Kylix or Delphi for MacOS/Linux/Mobile are unsupported'
  '-> we recommend using FPC for POSIX platforms'
  {$endif MSWINDOWS}

 

2)windows

lazarus(delphi)+mormot2都支持。

posted @ 2025-06-11 15:48  delphi中间件  阅读(69)  评论(0)    收藏  举报