I have several project and I would like to make a single project. What should I do?
Professional Software Development Tools
I have several project and I would like to make a single project. What should I do?
One approach is to build your projects as .exe's and then create a 'launcher' application from which you can run each one. Put each .exe in the 'launcher' Docs folder and have a button to run each one as required.
You could even build the 'launcher' as an .exe and that wraps everything up neatly.
Whether that would be a good idea, but each module are linked to a database, where it saved the user's name and other records.
I need to load the entire page in a single project.
Hmm.. - not necessarily a problem as long as you are using a transactional database. The alternative as I see it then is for you to do some major re-coding![]()
If you can't run the individual .exe as longedge has suggested from a launcher or separate menu program, then maybe a redesign of the project would be in order.
You should be able to test any database conflicts by running the separate projects you have now...
hth
longedge - greeting my friend, didn't mean to nose in.
Last edited by holtgrewe; 03-21-2008 at 04:52 PM. Reason: longedge already responded
If this is one of the solutions that are not wanted, but I have to do it that way.