Sorry, I know the procedure to create a project group and to add projects to the group and to make many .exes, but I don't know how to call these .exes each others as if they were a single application.
Tanks in advance and sorry for may bad english.
Printable View
Sorry, I know the procedure to create a project group and to add projects to the group and to make many .exes, but I don't know how to call these .exes each others as if they were a single application.
Tanks in advance and sorry for may bad english.
Single application means one exe file. If you are doing many exe's and want them to interact with each other, you have to send messages or create a DDE link between them or something. I recommend it's more comfortable with one application. The project groups can be used to create ocx'es and dll's simultaneously with the exe.