changing final result of compiling
-
hi everyone, when we write a program in the any programing languages he result of the compiling process is an executable file (.exe) how we can change this result ? we can do this ? if not what we can do to have a different result type ? ( like writing a converter program that converts the executable result of the main program to another result and .... ) thanks to you all :rose:
-
hi everyone, when we write a program in the any programing languages he result of the compiling process is an executable file (.exe) how we can change this result ? we can do this ? if not what we can do to have a different result type ? ( like writing a converter program that converts the executable result of the main program to another result and .... ) thanks to you all :rose:
ariyanna wrote:
hi everyone, when we write a program in the any programing languages he result of the compiling process is an executable file (.exe) how we can change this result ?
What result are you expecting from complier ?
cheers, Abhijit CodeProject MVP
-
ariyanna wrote:
hi everyone, when we write a program in the any programing languages he result of the compiling process is an executable file (.exe) how we can change this result ?
What result are you expecting from complier ?
cheers, Abhijit CodeProject MVP
-
hi everyone, when we write a program in the any programing languages he result of the compiling process is an executable file (.exe) how we can change this result ? we can do this ? if not what we can do to have a different result type ? ( like writing a converter program that converts the executable result of the main program to another result and .... ) thanks to you all :rose:
ariyanna wrote:
how we can change this result ?
It completely backs to your compiler. If you're writing C#, the compiler compiles your codes into MSIL (I think), If you're using Java, you have Byte Code after compiling. (Or I couldn't understand you well)
ariyanna wrote:
we can do this ?
I don't think so. There's some converters by the way.
-
something like picture format or something else, I'm talking about a picture that can be executable !
ariyanna wrote:
I'm talking about a picture that can be executable
:omg:
cheers, Abhijit CodeProject MVP
-
something like picture format or something else, I'm talking about a picture that can be executable !
This is too close to being dangerous (aka virus creating) I don't think you'll get an answer here.
-
ariyanna wrote:
how we can change this result ?
It completely backs to your compiler. If you're writing C#, the compiler compiles your codes into MSIL (I think), If you're using Java, you have Byte Code after compiling. (Or I couldn't understand you well)
ariyanna wrote:
we can do this ?
I don't think so. There's some converters by the way.