PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Project structure for Git Windev 25
Project structure for Git Windev 25
Iniciado por k.snepvangers, 20,jul. 2020 11:35 - No hay respuesta
Publicado el 20,julio 2020 - 11:35
Hey,

I am trying to clean up the file/project structure of our windev applications so that we have a clean Git repo. Most of this works fine however now that I moved the windows to their own folder when I start a project test, I get red lines in my GUI. The dynamic audit is telling me images cant be found in a folder called <projectfolder>/<projectname>.cp. But this folder doesn't exist. However, when I build my exe or when I open a preview of these windows everything works as it should.

I've tried repairing the project and applying a skin template to the project to no avail. Does anyone have a solution for this problem?

Also is there anyway to prevent copying images used in the controls when applying a skin template?