PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Executable is Using Old Code
[WD20] Executable is Using Old Code
Iniciado por guest, 10,may. 2016 19:39 - 2 respuestas
Publicado el 10,mayo 2016 - 19:39
If I create a setup procedure and install my application it runs well. If I create an executable and run it from the project_directory/exe folder then old code is used for at least one control. So far I've only noticed just one control, but I have not been able to check the entire app.

Things I tried:
Repaired the project.

Added a ToastDisplay() call to the control, checked it in, recompiled, and regenerated the executable. The ToastDisplay() was not displayed.

Changed one of the icons set by the control, but when I regenerated it was still using the old icons.

Has anyone ever had a problem like this?
Publicado el 10,mayo 2016 - 21:13
Hi Curtis,

Do you have multiple configurations?
If so the executable will be created in the configuration named subdirectory in the exe folder,

Bye,

Peter Holemans
Publicado el 10,mayo 2016 - 22:17
Only one configuration.