Possible to assign name for temporary executable?
Possible to assign name for temporary executable?
Is it possible to asssign a name for temp. executable instead of "pureBasic.0" ?
- NicTheQuick
- Addict
- Posts: 1519
- Joined: Sun Jun 22, 2003 7:43 pm
- Location: Germany, Saarbrücken
- Contact:
Re: Possible to assign name for temporary executable?
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.
Re: Possible to assign name for temporary executable?
... 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,...
- NicTheQuick
- Addict
- Posts: 1519
- Joined: Sun Jun 22, 2003 7:43 pm
- Location: Germany, Saarbrücken
- Contact:
Re: Possible to assign name for temporary executable?
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 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.
Re: Possible to assign name for temporary executable?
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
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

Re: Possible to assign name for temporary executable?
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
- Addict
- Posts: 2345
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Possible to assign name for temporary executable?
With projects you can do it. See the Output Executable field:

https://www.purebasic.com/documentation ... piler.html

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