Recent

Author Topic: Can we build big erp application from Lazarus  (Read 1695 times)

MarkMLl

  • Hero Member
  • *****
  • Posts: 8032
Re: Can we build big erp application from Lazarus
« Reply #15 on: October 10, 2024, 12:40:38 pm »
I also wonder what OP thinks is a "big" ERP application?

I have a horrid feeling that he is gearing up to make a pitch to Birmingham City Council.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Logitech, TopSpeed & FTL Modula-2 on bare metal (Z80, '286 protected mode).
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

Thaddy

  • Hero Member
  • *****
  • Posts: 16184
  • Censorship about opinions does not belong here.
Re: Can we build big erp application from Lazarus
« Reply #16 on: October 10, 2024, 01:08:11 pm »
Well, that could not hurt  :D
If I smell bad code it usually is bad code and that includes my own code.

krolikbest

  • Sr. Member
  • ****
  • Posts: 250
Re: Can we build big erp application from Lazarus
« Reply #17 on: October 10, 2024, 03:06:39 pm »
why I have asked this question because of it's exe size .

there is no option to split the code like link file or obj file .

Exe is usually small, most of work you keep in libraries, keep in mind that sometimes regulations are changing and then you only have to replace some library/ies.

rvk

  • Hero Member
  • *****
  • Posts: 6585
Re: Can we build big erp application from Lazarus
« Reply #18 on: October 10, 2024, 04:07:21 pm »
why I have asked this question because of it's exe size .

there is no option to split the code like link file or obj file .
Besides the fact you can split code... what exactly is the problem with a large .exe??
What do you consider large .exe??

EXCEL.EXE is almost 50MB. My commercial ERP program (in Delphi) is 32MB.
And I've even seen .exe in the multiple hundreds of MBs.

And Windows might not even read the complete .exe directly into memory (it first reads a loader with information about how much memory needs to be reserved for executing the code).

So what exactly do you see as a problem?

Packs

  • Sr. Member
  • ****
  • Posts: 368
Re: Can we build big erp application from Lazarus
« Reply #19 on: October 10, 2024, 04:14:33 pm »
I accepting.

I also developed Delphi application.

It is erp. It is 2 mb file and we have multiple bpl files

 

TinyPortal © 2005-2018