Thomas1965 said:
My response is: I already know this fact and I am aware about this.
Thomas1965 asked me:
Why do you want to build it? |
My answer is: I learned both C++ programming and Win32 API programming and I want to use my knowledge to modify Daum's DosBox to satisfy my needs and to do that I need the source code of his/her DosBox, not the executable and binary code.
This is okay that I could find by myself a download that gives me the source code of his/her DosBox, so now I can modify it as I want, but what should I do after the modification?
After the modification I need to compile the modified source code and get the executable of the DosBox that I want to use, but I found myself not knowing how to compile the source code, so I downloaded the source code, but I am not modifying it until I know how to compile it first.
This is the reason that I started this thread to learn how to compile the source code of DosBox Daum.
I guess that this is possible to do what I want to do using either g++ or gcc compiler, but I am still not sure how to use either g++ or gcc to achieve this.
Once I know I will be satisfied.
The reason that I chose to start this thread in the "Beginners" forum is because using either g++ or gcc to compile an application that was written either in C++ or C is very basic, and not knowing how to do this basic makes me a beginner, although I am not beginner neither in C++ nor C nor Win32 API programming at all.
Thomas1965 said:
I believe that compiling DOSBox with MinGw is also possible and I don't care what compiler I will use to compile this DOSBox as long as I have the ability to compile this DOSBox somehow.
I hope that this tutorial will help me.
Thank you very much for posting it for me. I appreciate this a lot.
I will let you know if this helped me or not.