摘要:
一、问题今天下载了某个fpcsrc的分支,fpc交叉编译loongarch64和riscv64时出错: makefile:215: *** The Makefile doesn't support target riscv64-linux, please run fpcmake first. Sto 阅读全文
摘要:
lazarus开发多国语言程序的步骤1、project-->Options-->i18n-->Enable i18n选择多国语言文件保存目录,默认和project同一目录 2、在uses添加DefaultTranslator单元 unit Unit1; {$mode objfpc}{$H+} int 阅读全文
摘要:
用fpc trunk+lazarus trunk (2025-06-09)编译jvcl出现以下2个类型的错误:1、Identifier not found "OffsetRect" Error: Identifier not found "OffsetRect" 2、出现: jvxpcoreutil 阅读全文