Possible to assign name for temporary executable?

Working on new editor enhancements?
flashbob
User
User
Posts: 92
Joined: Sat May 11, 2024 4:04 pm

Possible to assign name for temporary executable?

Post by flashbob »

Is it possible to asssign a name for temp. executable instead of "pureBasic.0" ?
User avatar
NicTheQuick
Addict
Addict
Posts: 1519
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Possible to assign name for temporary executable?

Post by NicTheQuick »

Not that I am aware of. Why exactly do you need that?
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
flashbob
User
User
Posts: 92
Joined: Sat May 11, 2024 4:04 pm

Re: Possible to assign name for temporary executable?

Post by flashbob »

... it's because of my firewall. It would be better if PB always would use the same name for the compiled executable instead of PureBasic_Compilation0, PureBasic_Compilation1, PureBasic_Compilation2,...
User avatar
NicTheQuick
Addict
Addict
Posts: 1519
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Possible to assign name for temporary executable?

Post by NicTheQuick »

You mean your antivirus? A firewall should not make any problems here.
The only thing you can do is to enable the checkbox for creating the temporary executable in the source file folder. You will find it in the compiler options.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
flashbob
User
User
Posts: 92
Joined: Sat May 11, 2024 4:04 pm

Re: Possible to assign name for temporary executable?

Post by flashbob »

You're right, not AntiVirus, but there is a process protection included.
I anabled the mentioned checkbox. If there is an existing executable, PB increases the number at the end of this file automatically...

But if it doesn't work, then I'll just have to live with it ;-)
User avatar
mk-soft
Always Here
Always Here
Posts: 6246
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Possible to assign name for temporary executable?

Post by mk-soft »

I simply added the exception for the files ‘...\Temp\PureBasic_Compilation_[0,1,2,3,etc].exe’ to Avira.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Possible to assign name for temporary executable?

Post by DarkDragon »

With projects you can do it. See the Output Executable field:

Image
https://www.purebasic.com/documentation ... piler.html
bye,
Daniel
Post Reply