I am using dev c++ v4. I want to create setup of my application but can't find a way. There is no option in any menu to create setup. I want to know how to create setup of application developed in dev-c++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since you cross-posted after your question was answered on DevShed, perhaps you might state how any of these answers did not help?
As I said on that thread, you should ask for a solution to your actual problem rather than how to implement your 'solution'. Your solution may or may not work, but it is a band-aid over a broken leg.
With the context of Clifford's link - It is very bad question technique
to diagnose a problem yourself, assume a solution, and then ask, without
reference to the original problem how to implement your "solution"
It is important to note that Dev version 4 should probably not be used.
It has not been under active development for over 7 years now.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using dev c++ v4. I want to create setup of my application but can't find a way. There is no option in any menu to create setup. I want to know how to create setup of application developed in dev-c++.
Since you cross-posted after your question was answered on DevShed, perhaps you might state how any of these answers did not help?
As I said on that thread, you should ask for a solution to your actual problem rather than how to implement your 'solution'. Your solution may or may not work, but it is a band-aid over a broken leg.
For reference so no one has to duplicate effort: http://forums.devshed.com/c-programming-42/create-setup-for-dev-c-application-608474.html
Clifford
With the context of Clifford's link - It is very bad question technique
to diagnose a problem yourself, assume a solution, and then ask, without
reference to the original problem how to implement your "solution"
It is important to note that Dev version 4 should probably not be used.
It has not been under active development for over 7 years now.
Wayne
Are you looking for something to "package" a program (and associated files
etc.) that you have developed?
Wayne