PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD] Size of the executable
[WD] Size of the executable
Iniciado por guest, 02,may. 2018 16:32 - 2 respuestas
Publicado el 02,mayo 2018 - 16:32
Hello to all

I'm starting to develop a new Windev project converting an existing project developed using Fujitsu Netcobol tool.
The project contains a lot of forms and i think the final result could be something like a big exe file.
Please, can suggest me the way to follow:

- Only One big executable file (max size???)
- One executable that contains only the main menu and add, when needed, a call to various .wdl library grouped by program type (archive, accounting, commercial, etc etc)

Any suggestions is very appreciated..

Thanks in advance
Gianni
Publicado el 03,mayo 2018 - 17:41
Hi Gianni,
my best application (best, I'm vain...) have:
-512 windows
-14 internal windows
- 362 reports
- 914 queries
-9 classes
-14 sets of procedures
-6 websevices

The exe file in 32 bit is 66,3MB and work perfectly.
Publicado el 03,mayo 2018 - 18:15
Hi Giovanni

Thanks for your informations.

I was in doubt about the generated size of the final executable, so i was thinking to separate each form grouping them by type in a .wdl.
Your response is quite confortable and i will try to follow your steps.

Thanks
Gianni