Recent

Author Topic: unusual static FPC  (Read 709 times)

beria2

  • New Member
  • *
  • Posts: 20
unusual static FPC
« on: December 01, 2025, 10:52:21 pm »
 O:-) No one knows if this can be done through FPC compilation or if it already exists. That is, FPC does not have a virtual memory manager at all and without the physical presence of procedure code such as GetMem, that is, the minimum file size will be smaller.  Why is this necessary - to write dynamic libraries for a package where all such functionality is already implemented through its functions.  In principle, GetMem can also be done through package functions... And yes, without a doubt and without dynamic strings and the like....))))

PascalDragon

  • Hero Member
  • *****
  • Posts: 6284
  • Compiler Developer
Re: unusual static FPC
« Reply #1 on: December 01, 2025, 11:30:47 pm »
Dynamic Packages are a Work-in-Progress and there the core functions of the RTL will reside in a base RTL package while other modules/packages including the main program depend on that.

beria2

  • New Member
  • *
  • Posts: 20
Re: unusual static FPC
« Reply #2 on: December 02, 2025, 12:37:25 am »
Dynamic Packages are a Work-in-Progress and there the core functions of the RTL will reside in a base RTL package while other modules/packages including the main program depend on that.

and when will the first betas of this be released? I want to build FPC like LEGO!!!!  :-[ :-[

PascalDragon

  • Hero Member
  • *****
  • Posts: 6284
  • Compiler Developer
Re: unusual static FPC
« Reply #3 on: December 04, 2025, 09:38:46 pm »
Dynamic Packages are a Work-in-Progress and there the core functions of the RTL will reside in a base RTL package while other modules/packages including the main program depend on that.

and when will the first betas of this be released? I want to build FPC like LEGO!!!!  :-[ :-[

We have not even released the 3.2.4 fixes release yet. The next major release is very far off, not to mention that as I said it's work-in-progress, that means it's not here yet even main.

 

TinyPortal © 2005-2018