PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev 64 bits, What exactly does 1500 elem
Windev 64 bits, What exactly does 1500 elem
Iniciado por tecnoinformatica, 21,jun. 2015 01:03 - 2 respuestas
Publicado el 21,junio 2015 - 01:03
Hi, does anybody know what pcsoft means by one element ?

I am trying to figure out whether to install the 32 or 64 bit version

The help says that one should use the 64 bit version "if you are using projects that include several elements (more than 1500)."

What is an Element? a button, a static, a cell, a window , a table, ?

TNX
Publicado el 21,junio 2015 - 14:17
Hi Diego,

from what I understand, it's 1500 files, with files being :
- a file described in the analysis
- a window
- a report
- a query
- a class
- ...

ie BIG projects

You need the 64 bit version only if you need to use more ram to load
everything, because you are slow down by the cache management in only 2
GB of ram

In other words, if you don't know if you need it, you probably don't :-)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 6/20/2015 5:03 PM, Diego Sanchez wrote:
Hi, does anybody know what pcsoft means by one element ?
I am trying to figure out whether to install the 32 or 64 bit version

The help says that one should use the 64 bit version "if you are using
projects that include several elements (more than 1500)."

What is an Element? a button, a static, a cell, a window , a table, ?

TNX
Publicado el 22,junio 2015 - 15:51
Hi Fabrice and thank you for the answer


This is the best and easiest answer I have received by far:

"In other words, if you don't know if you need it, you probably don't " :)