PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Analysis File Location After Install
[WD20] Analysis File Location After Install
Iniciado por guest, 06,dic. 2017 18:42 - 1 respuesta
Publicado el 06,diciembre 2017 - 18:42
My exe generation options:

32 bit
Include the main library in the executable
The analysis is included in the library
Framework included in the executable

Does this mean the analysis is embedded in the exe? Or is the analysis file installed somewhere. I need to use it to reconnect to the main analysis after connecting to a different analysis. If it is embedded in the exe, then I imagine it would be best for me to include the analysis file in my installation, probably in /ProgramData.
Publicado el 06,diciembre 2017 - 21:06
Hi Curtis,

yes the .wdd file is inside the exe.
You can add it as an external file instead when you need

Best regards