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都支持。
本文来自博客园,作者:{咏南中间件},转载请注明原文链接:https://www.cnblogs.com/hnxxcxg/p/18924079