Topic: New default exe created automatically

Hi Dmitry,

I am surprised to discover that every time I create a new project without compiling anything, there is a new exe file automatically created in my project's folder with a fancy timestamp: 19/10/2015 21:59.  My last project was created today 17/11/2015 15:39.

Re: New default exe created automatically

Hello tcoton

Surprising !
Normally this only happens when you click on the green button (run project) to test any error.
What manipulations arrive at this result ?
Especially with a strange timestamp.
I'm curious to know because I never have this problem without clicking green button.

JB

Re: New default exe created automatically

I just created a new project do nothing, click on "save as" to save it in a new folder and done, new exe with strange timestamp

Re: New default exe created automatically

Hello tcoton

I've done the same way (create a new project and only save as).
Nothing else

Well, it's true :

I have my project with exe extension and overall, as for you, an amazing timestamp (17/08/2015 17:24).

An executable is created, okay, after all this is the Save As function, but the timestamp is not that of the day is beyond me.

Perhaps Dmitry has an explanation

JB

Re: New default exe created automatically

I would like to know, yes smile

Re: New default exe created automatically

Actually exe file is not compiled, it's just file builder.dll renamed to projectname.exe

Dmitry.

Re: New default exe created automatically

It's true

In any project, Builder.dll and MyProject.exe have same weight
JB