Tagged Questions
The output-file tag has no wiki summary.
3
votes
2answers
83 views
Will the conditional method call with no code be included in the output file?
I have 3 questions, but they are hard to describe, so I've put them into the code:
// 1. will this method be included in the output exe file when
// there is a call for it but the LOG_ENABLED is not ...
3
votes
1answer
84 views
Is it possible to configure the Build Configuration to automatically add suffixes for target platform?
is it possible to setup (ideally from GUI) the Build Configuration to automatically add suffixes to the output files according to the target platform ?
I mean, I will have for instance library ...
3
votes
1answer
615 views
Android MediaRecorder and setOutputFile
I've read the Android SDK and I've found that the MediaRecorder class can take input from a Camera, Audio or other source and compress it. Through the setOutputFile method you can specify where you ...
3
votes
3answers
310 views
Should I put my output files in source control?
I've been asked to put every single file in my project under source control, including the database file (not the schema, the complete file).
This seems wrong to me, but I can't explain it. Every ...
2
votes
2answers
474 views
Why does “Copy if newer” not copy a file when the file is updated?
I have a solution in Visual Studio Express that looks like this:
The LogicSchema class in C# that will parse a specified XML file at run-time. The following is in the main method of Program.cs:
...
0
votes
4answers
76 views
How to ask the user for an output file in python
I have to ask the user for an output file and then append data to it but whenever I try it tells me that the data has no append attribute. I think this is because when I try to open the file it is ...
0
votes
1answer
146 views
How to overwrite a gpg output file without prompt(automatically)?
I would like to know how to overwrite an output file with gpg encryption?
if i have the same filename in the target directory it fails decryption
the command that i use to decrypt is :
gpg ...