Recent

Author Topic: [SOLVED] "Fatal: Can't find unit used by Program" ERROR - FPC Bug  (Read 1529 times)

Key-Real

  • Sr. Member
  • ****
  • Posts: 362
Re: "Fatal: Can't find unit used by Program" ERROR - FPC Bug
« Reply #15 on: July 11, 2024, 03:28:51 pm »
ohman,

someone changed the default

  LINKER.sysinitunit to '' !!

now I have to specify this in
Code: Pascal  [Select][+][-]
  1. procedure TLinkerPS1.InitSysInitUnitName;
  2. begin
  3.   sysinitunit:='si_prc';
  4. end;

 

TinyPortal © 2005-2018