PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → problem with .exe creation
problem with .exe creation
Iniciado por ferrid, 26,may. 2016 09:33 - 3 respuestas
Publicado el 26,mayo 2016 - 09:33
hello from Italy and sorry for my very bad english

I'm a TRUE beginner with Windev (bought 20 days ago) and I have a very
strange problem.
I created a small project (no database, just a window with some text fields,
checkboxes and buttons

When I run it in Windev everything it's fine and it works very well, but when
I create the executable to see if it works on another computer... nothing
happens! :(

I tried it with different combinations of include/exclude the framework, or
with the "sign" of the executable, but... when I click the icon, simply, nothing
happens

I also tried creating the "Setup" and installing it on another computer, but
the result is the same: nothing.

Can someone give me a help?
Publicado el 26,mayo 2016 - 13:25
Hi Daniele,

this is very strange indeed.
The first thing that comes to mind would be that your Anti-virus tool is
blocking the exe generation.

So please go in that tool and exclude BOTH your windev director and your
project directory from it (or you can try temporary deactivating your AV
to see if it is the culprit).

Best regards

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

More information on http://www.fabriceharari.com
Miembro registrado
31 mensajes
Publicado el 26,mayo 2016 - 14:29
Hi Daniele
I am a relatively new WinDev developer (~1 yr) as well but I am also an IT consultant for several clients that use non-WinDev software.
I have seen this sort of problem many times and it seems to be a problem with privileges.
1. Does the exe file actually exist?
2. If you look in Process Explorer does it appear to be running but you have no visual interface?
3. What happens if you right click the program and select Run as Administrator?
4. What happens if you run WinDev as Administrator?

--
Garry
Miembro registrado
19 mensajes
Publicado el 26,mayo 2016 - 17:25
solved.

a typical beginner error: "1st Project Window" not setted

now it works

thanks to all, I think you'll read other posts from me, in future... ;)